[Bps-public-commit] r9997 - in Scalar-Defer: .

alexmv at bestpractical.com alexmv at bestpractical.com
Tue Dec 18 16:34:53 EST 2007


Author: alexmv
Date: Tue Dec 18 16:34:52 2007
New Revision: 9997

Modified:
   Scalar-Defer/   (props changed)
   Scalar-Defer/lib/Scalar/Defer.pm

Log:
 r25923 at zoq-fot-pik:  chmrr | 2007-12-18 16:33:59 -0500
  * Bah.  Copy/paste error


Modified: Scalar-Defer/lib/Scalar/Defer.pm
==============================================================================
--- Scalar-Defer/lib/Scalar/Defer.pm	(original)
+++ Scalar-Defer/lib/Scalar/Defer.pm	Tue Dec 18 16:34:52 2007
@@ -100,8 +100,8 @@
             };
         }
 
-        *DESTROY = \&Scalar::Defer::DESTROY;
-        *DESTROY = \&Scalar::Defer::DEMOLISH;
+        *DESTROY  = \&Scalar::Defer::DESTROY;
+        *DEMOLISH = \&Scalar::Defer::DEMOLISH;
     }
 }
 



More information about the Bps-public-commit mailing list