Subject: | should be 'qq' not 'q' for $real_inc_path |
--- Base.pm.org 2007-07-10 11:50:54.902651631 +0900
+++ Base.pm 2007-07-10 11:51:33.368768831 +0900
@@ -306,7 +306,7 @@
$self->_ext_stmt($class, $_);
}
$self->_ext_stmt($class,
- q|# End of lines loaded from '$real_inc_path' |
+ qq|# End of lines loaded from '$real_inc_path' |
);
close($fh)
or croak "Failed to close $real_inc_path: $!";