[svn:mod_parrot] r639 - mod_parrot/trunk/languages/perl6/lib

[email protected] Sat, 9 May 2009 10:05:05 -0700 (PDT)
Newsgroups perl.cvs.mod_parrot
Message-ID <[email protected]>
Author: jhorwitz
Date: Sat May  9 10:05:04 2009
New Revision: 639

Modified:
   mod_parrot/trunk/languages/perl6/lib/mod_perl6.pm

Log:
remove redundant sub definition


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	Sat May  9 10:05:04 2009
@@ -336,11 +336,6 @@
 sub cmd_perl6cleanuphandler($parms, %dircfg, @args)
 {
     %dircfg<cleanup_handler> = @args[0];
-}
-
-sub cmd_perl6cleanuphandler($parms, %dircfg, @args)
-{
-    %dircfg<cleanup_handler> = @args[0];
 } 
 
 sub cmd_perl6module($parms, %mconfig, @args)