On Thu, 6 Jul 2006, Philip M. Gollucci wrote:

[EMAIL PROTECTED] wrote:
-sub MY::postamble {
+package MY;
+
+sub postamble {
     my $self = shift;
-sub MY::test {
+sub test {
-sub MY::clean {
+sub clean {

While that works, Its not consistent with any of our other Makefile.PL's do we 
want to be consistent, or does it not
matter ?

I can't call SUPER:: without having the code be in a defined package. I'd prefer to have it call SUPER:: rather than hard-coding a particular package, it's just cleaner.


-dave

/*===================================================
VegGuide.Org                        www.BookIRead.com
Your guide to all that's veg.       My book blog
===================================================*/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to