~ubuntu-branches/ubuntu/vivid/libclass-accessor-grouped-perl/vivid

« back to all changes in this revision

Viewing changes to Makefile.PL

  • Committer: Package Import Robot
  • Author(s): gregor herrmann, gregor herrmann, Salvatore Bonaccorso
  • Date: 2014-10-06 18:00:19 UTC
  • mfrom: (1.1.16)
  • Revision ID: package-import@ubuntu.com-20141006180019-tim7mexmz2f6gkxs
Tags: 0.10012-1
[ gregor herrmann ]
* Strip trailing slash from metacpan URLs.

[ Salvatore Bonaccorso ]
* Update Vcs-Browser URL to cgit web frontend

[ gregor herrmann ]
* Add debian/upstream/metadata
* Imported upstream version 0.10012
* Update years of packaging copyright.
* Bump versioned (build) dependency on libclass-xsaccessor-perl.
* Mark package as autopkgtest-able.
* Declare compliance with Debian Policy 3.9.6.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
my $recommends = {
16
16
  'Sub::Name' => '0.05',
17
17
  # when changing CXSA version don't forget to adjust lib/Class/Accessor/Grouped.pm as well
18
 
  'Class::XSAccessor' => '1.15',
 
18
  'Class::XSAccessor' => '1.19',
19
19
};
20
20
 
21
21
recommends( $_ => $recommends->{$_} )