pjf: dual life modules
[p5sagit/p5-mst-13.2.git] / lib / autodie / exception / system.pm
index 6b11440..d51398b 100644 (file)
@@ -5,7 +5,7 @@ use warnings;
 use base 'autodie::exception';
 use Carp qw(croak);
 
-our $VERSION = '1.999';
+our $VERSION = '2.00';
 
 my $PACKAGE = __PACKAGE__;