Subject: | trivial noisy test bug added in 1.02 |
Date: | Mon, 3 May 2010 21:32:23 -0700 |
To: | bug-Moose [...] rt.cpan.org |
From: | Joel Martin <j_martin [...] lbl.gov> |
1.02 update generates a ~100 lines of '$file not initialized in
Module:Refresh' as the
argument to refresh_module is off ( is /tmp/MooseTest-xxxxx/TestBaz.pm
now instead of TestBaz.pm ).
so...
--- .snapshot/hourly.0/t/060_compat/001_module_refresh_compat.t
2010-04-22 13:55:55.000000000 -0700
+++ t/060_compat/001_module_refresh_compat.t 2010-05-03
21:27:09.032095000 -0700
@@ -81,7 +81,7 @@
}
lives_ok {
- Module::Refresh->new->refresh_module($test_module_file)
+ Module::Refresh->new->refresh_module('TestBaz.pm')
} '... successfully refreshed ' . $test_module_file;
is(TestBaz->meta->name, 'TestBaz', '... initialized the meta correctly');