[Catalyst-commits] r14492 - trunk/examples/CatalystAdvent/root/2013
jnapiorkowski at dev.catalyst.perl.org
jnapiorkowski at dev.catalyst.perl.org
Wed Dec 18 20:48:00 GMT 2013
Author: jnapiorkowski
Date: 2013-12-18 20:48:00 +0000 (Wed, 18 Dec 2013)
New Revision: 14492
Modified:
trunk/examples/CatalystAdvent/root/2013/2.pod
Log:
fixed typo
Modified: trunk/examples/CatalystAdvent/root/2013/2.pod
===================================================================
--- trunk/examples/CatalystAdvent/root/2013/2.pod 2013-12-16 08:11:19 UTC (rev 14491)
+++ trunk/examples/CatalystAdvent/root/2013/2.pod 2013-12-18 20:48:00 UTC (rev 14492)
@@ -153,8 +153,9 @@
}
sub import {
- use_module($_)->import::into(scalar caller)
- for shift->importables;
+ Module::Runtime::use_module($_)
+ ->import::into(scalar caller)
+ for shift->importables;
goto $import;
}
More information about the Catalyst-commits
mailing list