CC: | adeltac [...] valueclick.com |
Subject: | Exporting Vars does not Always Export |
This test shows the problem:
--- Getopt-Euclid-v0.0.8/t/vars_export.t 2006-10-02
17:14:56.000000000 +0000
+++ Getopt-Euclid-v0.0.8-adeltac/t/vars_export.t 2006-10-23
14:39:18.931701751 +0000
@@ -69,6 +69,9 @@
is $opt_step, 7 => 'Handled step size correctly';
+eval('use strict; $opt_debug; no strict;');
+ok( !$@, 'parameter exported when not specified in ARGV' );
+
__END__
=head1 NAME
@@ -161,6 +164,8 @@
Step size
+=item --debug
+
=item --version
=item --usage