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

« back to all changes in this revision

Viewing changes to Makefile.PL

  • Committer: Package Import Robot
  • Author(s): gregor herrmann
  • Date: 2011-12-27 23:40:16 UTC
  • mfrom: (1.1.12)
  • Revision ID: package-import@ubuntu.com-20111227234016-30xyr31tnvd9sa9g
Tags: 0.10005-1
* New upstream release.
* Bump version of libclass-xsaccessor-perl in B-D-I and Recommends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
if (can_cc or $Module::Install::AUTHOR) {
16
16
  requires 'Sub::Name' => '0.05';
17
17
 
18
 
  requires 'Class::XSAccessor' => '1.11'
 
18
  # when changing don't forget to adjust lib/Class/Accessor/Grouped.pm as well
 
19
  requires 'Class::XSAccessor' => '1.13'
19
20
    if $] > '5.008';
20
21
}
21
22
 
42
43
  print "Regenerating META with XS requires excluded\n";
43
44
  Meta->write;
44
45
}
45