[svn:mod_parrot] r464 - mod_parrot/trunk/languages/perl6/lib
[email protected] Mon, 13 Oct 2008 13:19:03 -0700 (PDT)
| Newsgroups | perl.cvs.mod_parrot |
|---|---|
| Message-ID | <[email protected]> |
Author: jhorwitz
Date: Mon Oct 13 13:19:02 2008
New Revision: 464
Modified:
mod_parrot/trunk/languages/perl6/lib/mod_perl6.pm
Log:
fix formatting
Modified: mod_parrot/trunk/languages/perl6/lib/mod_perl6.pm
==============================================================================
--- mod_parrot/trunk/languages/perl6/lib/mod_perl6.pm (original)
+++ mod_parrot/trunk/languages/perl6/lib/mod_perl6.pm Mon Oct 13 13:19:02 2008
@@ -21,6 +21,7 @@
our @preloaded_modules = ();
our @postconfig_requires = ();
our %loaded_modules;
+
sub load($handler)
{
unless (%loaded_modules{$handler}) {