diff options
Diffstat (limited to 'cpan/autodie/lib/Fatal.pm')
-rw-r--r-- | cpan/autodie/lib/Fatal.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/autodie/lib/Fatal.pm b/cpan/autodie/lib/Fatal.pm index aabdf781de..d4be87d9ac 100644 --- a/cpan/autodie/lib/Fatal.pm +++ b/cpan/autodie/lib/Fatal.pm @@ -40,7 +40,7 @@ use constant ERROR_58_HINTS => q{Non-subroutine %s hints for %s are not supporte use constant MIN_IPC_SYS_SIMPLE_VER => 0.12; # All the Fatal/autodie modules share the same version number. -our $VERSION = '2.10'; +our $VERSION = '2.1001'; our $Debug ||= 0; |