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

« back to all changes in this revision

Viewing changes to lib/Class/Accessor/Grouped.pm

  • 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:
13
13
  }
14
14
}
15
15
 
16
 
our $VERSION = '0.10004';
 
16
our $VERSION = '0.10005';
17
17
$VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases
18
18
 
19
 
# when changing minimum version don't forget to adjust L</PERFORMANCE> and
20
 
# the Makefile.PL as well
 
19
# when changing minimum version don't forget to adjust Makefile.PL as well
21
20
our $__minimum_xsa_version;
22
 
BEGIN {
23
 
    $__minimum_xsa_version = '1.11';
24
 
}
 
21
BEGIN { $__minimum_xsa_version = '1.13' }
25
22
 
26
23
our $USE_XS;
27
24
# the unless defined is here so that we can override the value