~ubuntu-branches/ubuntu/trusty/libintl-perl/trusty

« back to all changes in this revision

Viewing changes to lib/Locale/gettext_xs.pod

  • Committer: Package Import Robot
  • Author(s): Peter Eisentraut
  • Date: 2013-06-29 21:23:42 UTC
  • mfrom: (1.2.3)
  • Revision ID: package-import@ubuntu.com-20130629212342-3te0y4h5x26hb79b
Tags: 1.23-1
* New upstream release
* Updated standards version
* Changed to Debhelper level 9
* Added build-arch and build-indep targets
* Fixed application of Debian build flags for hardening

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/false
2
2
 
3
3
# vim: set autoindent shiftwidth=4 tabstop=4:
4
 
# $Id$
5
4
 
6
5
# Pure Perl implementation of Uniforum message translation.
7
 
# Copyright (C) 2002-2009 Guido Flohr <guido@imperia.net>,
 
6
# Copyright (C) 2002-2013 Guido Flohr <guido@imperia.net>,
8
7
# all rights reserved.
9
8
 
10
9
# This program is free software; you can redistribute it and/or modify it
79
78
 
80
79
=head1 AUTHOR
81
80
 
82
 
Copyright (C) 2002-2009, Guido Flohr E<lt>guido@imperia.netE<gt>, all
 
81
Copyright (C) 2002-2013, Guido Flohr E<lt>guido@imperia.netE<gt>, all
83
82
rights reserved.  See the source code for details.
84
83
 
85
84
The module is based on the work of Phillip Vandry <vandry@Mlink.NET>