[svk-devel] typo in 2.0.2 Makefile.pm
John Lundin
lundin at fini.net
Thu Aug 2 22:08:13 EDT 2007
Poking around the changes, just happened to notice...
diff -ur SVK-v2.0.2.ORIG/inc/Module/Install/Makefile.pm SVK-v2.0.2/inc/Module/Install/Makefile.pm
--- SVK-v2.0.2.ORIG/inc/Module/Install/Makefile.pm 2007-07-20 17:51:36.000000000 -0400
+++ SVK-v2.0.2/inc/Module/Install/Makefile.pm 2007-08-02 21:04:32.000000000 -0400
@@ -44,7 +44,7 @@
# For mm args that take multiple space-seperated args,
# append an argument to the current list.
sub makemaker_append {
- my $self = sShift;
+ my $self = shift;
my $name = shift;
my $args = $self->makemaker_args;
$args->{name} = defined $args->{$name}
More information about the svk-devel
mailing list