diff options
Diffstat (limited to 'lib/Shell.pm')
-rw-r--r-- | lib/Shell.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Shell.pm b/lib/Shell.pm index 44318d200e..defb5d7109 100644 --- a/lib/Shell.pm +++ b/lib/Shell.pm @@ -4,7 +4,7 @@ use strict; use warnings; our($capture_stderr, $VERSION, $AUTOLOAD); -$VERSION = '0.3'; +$VERSION = '0.4'; sub new { bless \$VERSION, shift } # Nothing better to bless sub DESTROY { } |