Skip to content

Commit

Permalink
Increment Carp version to 0.35
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed Feb 6, 2015
1 parent 5e96577 commit db1c860
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/Carp/lib/Carp.pm
Expand Up @@ -87,7 +87,7 @@ BEGIN {
}
}

our $VERSION = '1.34';
our $VERSION = '1.35';

our $MaxEvalLen = 0;
our $Verbose = 0;
Expand Down
2 changes: 1 addition & 1 deletion dist/Carp/lib/Carp/Heavy.pm
Expand Up @@ -2,7 +2,7 @@ package Carp::Heavy;

use Carp ();

our $VERSION = '1.34';
our $VERSION = '1.35';

# Carp::Heavy was merged into Carp in version 1.12. Any mismatched versions
# after this point are not significant and can be ignored.
Expand Down

0 comments on commit db1c860

Please sign in to comment.