Skip to content

Commit fa55c4e

Browse files
committed
Trial release 2.10
Bumped hints to v5.41.12 level
1 parent 6b5ce8d commit fa55c4e

File tree

3 files changed

+788
-754
lines changed

3 files changed

+788
-754
lines changed

dist.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = Devel-PatchPerl
2-
version = 2.09
2+
version = 2.10
33
author = Chris Williams <[email protected]>
44
license = Perl_5
55
copyright_holder = Chris Williams and Marcus Holland-Moritz

lib/Devel/PatchPerl.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use Module::Pluggable search_path => ['Devel::PatchPerl::Plugin'];
1313
use vars qw[@ISA @EXPORT_OK];
1414

1515
use constant CERTIFIED => 5.033002; # Anything less than this
16-
use constant HINTSCERT => 5.039006; # Hints certified to this
16+
use constant HINTSCERT => 5.041012; # Hints certified to this
1717

1818
@ISA = qw(Exporter);
1919
@EXPORT_OK = qw(patch_source);

0 commit comments

Comments
 (0)