~ubuntu-branches/debian/sid/libintl-perl/sid

« back to all changes in this revision

Viewing changes to gettext_xs/Makefile.PL

  • Committer: Package Import Robot
  • Author(s): Peter Eisentraut
  • Date: 2015-08-01 14:24:00 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20150801142400-3fahdtmn5yczifdz
Tags: 1.24-1
* New upstream release
* Updated standards version
* Updated copyright (now GPL-3)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# vim: tabstop=4
4
4
 
5
5
# Makefile generator for libintl-perl.
6
 
# Copyright (C) 2002-2013 Guido Flohr <guido@imperia.net>, 
 
6
# Copyright (C) 2002-2015 Guido Flohr <guido.flohr@cantanea.com>, 
7
7
# all rights reserved.
8
8
 
9
9
# This program is free software; you can redistribute it and/or modify it
32
32
    VERSION_FROM        => '../lib/Locale/Messages.pm',
33
33
    ($] >= 5.005 ?
34
34
                (ABSTRACT       => 'XS Interface to Uniforum Message Translation',
35
 
                 AUTHOR         => 'Guido Flohr <guido@imperia.net>',
 
35
                 AUTHOR         => 'Guido Flohr <guido.flohr@cantanea.com>',
36
36
    ) : (),
37
37
    ),
38
38
    PREREQ_PM => { File::Spec => 0 },