Skip to content

Commit

Permalink
version bump to reupload to cpan
Browse files Browse the repository at this point in the history
  • Loading branch information
markwellis committed Apr 15, 2013
1 parent a3868ad commit 03f6e70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
0.006
no changes, I accidently deleted the tar.gz from cpan, had to reupload, can't upload same version twice
0.005
Added throwc for pseudo class exceptions
0.004
Expand Down
2 changes: 1 addition & 1 deletion lib/Exception/Simple.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Exception::Simple;
use strict;
use warnings;

our $VERSION = '0.005';
our $VERSION = '0.006';
$VERSION = eval $VERSION;

use Carp qw/croak/;
Expand Down

0 comments on commit 03f6e70

Please sign in to comment.