Skip Menu |

This queue is for tickets about the Moose CPAN distribution.

Report information
The Basics
Id: 57192
Status: resolved
Priority: 0/
Queue: Moose

People
Owner: Nobody in particular
Requestors: j_martin [...] lbl.gov
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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');
This has been fixed.