stas 2003/04/27 21:23:38
Modified: perl-framework/Apache-Test Makefile.PL
Log:
the right superclass is MM:: not MY::
Revision Changes Path
1.7 +1 -1 httpd-test/perl-framework/Apache-Test/Makefile.PL
Index: Makefile.PL
===================================================================
RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/Makefile.PL,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Makefile.PL 28 Apr 2003 03:13:48 -0000 1.6
+++ Makefile.PL 28 Apr 2003 04:23:38 -0000 1.7
@@ -46,7 +46,7 @@
sub MY::postamble {
my $self = shift;
- my $string = $self->MY::postamble;
+ my $string = $self->MM::postamble;
$string .= <<'EOF';
cvs_tag :