# from [EMAIL PROTECTED]
# on Monday 28 January 2008 15:21:

>Trade a bad idiom for a good one
>
>Modified: Module-Build/trunk/t/lib/DistGen.pm
>======================================================================
>======== --- Module-Build/trunk/t/lib/DistGen.pm (original)
>+++ Module-Build/trunk/t/lib/DistGen.pm Mon Jan 28 15:21:37 2008
>@@ -27,8 +27,7 @@
>     }
> }
> BEGIN {
>-  require Exporter;
>-  *{import} = \&Exporter::import;
>+  use Exporter 'import';

Looks like we need to roll this back to be compatible with 5.6.2.  Are 
we trying to be compatible with 5.6.2?

--Eric
-- 
"Matter will be damaged in direct proportion to its value."
--Murphy's Constant
---------------------------------------------------
    http://scratchcomputing.com
---------------------------------------------------

Reply via email to