Modified:
trunk/bin/pirl
Log:
bump version
Modified: trunk/bin/pirl
==============================================================================
--- trunk/bin/pirl (original)
+++ trunk/bin/pirl Sun Mar 9 09:22:26 2008
@@ -1,14 +1,15 @@
#!/usr/bin/perl
+use 5.006;
use strict;
use warnings;
# /Id: pirl 1124 2007-01-25 19:36:07Z me / # don't erase that for now
# $Id$
-our $VERSION = '0.0015';
+our $VERSION = '0.0017';
-use Shell::Perl;
+use Shell::Perl ();
Shell::Perl->run_with_args;
__END__