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