Update of /cvsroot/module-build/Module-Build/t
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29332/t
Modified Files:
ext.t
Log Message:
Revert change 1.12
Index: ext.t
===================================================================
RCS file: /cvsroot/module-build/Module-Build/t/ext.t,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- ext.t 20 Feb 2005 10:56:16 -0000 1.12
+++ ext.t 23 Feb 2005 11:52:18 -0000 1.13
@@ -88,7 +88,7 @@
# Make sure read_args() functions properly as a class method
my @args = qw(foo=bar --food bard);
my ($args) = Module::Build->read_args(@args);
- is_deeply($args, {foo => 'bar', food => 'bard'});
+ is_deeply($args, {foo => 'bar', food => 'bard', ARGV => []});
}
{
|