From 73c851144720e28b21a491b6250385170db9d752 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 24 Apr 2003 19:00:12 +0000 Subject: perl_checker adaptations + fixes --- perl-install/c.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/c.pm') diff --git a/perl-install/c.pm b/perl-install/c.pm index 0d5fe8f00..56996ecf5 100644 --- a/perl-install/c.pm +++ b/perl-install/c.pm @@ -5,7 +5,7 @@ use vars qw($AUTOLOAD); use c::stuff; use MDK::Common; -sub AUTOLOAD { +sub AUTOLOAD() { $AUTOLOAD =~ /::(.*)/; my @l = eval { &{$c::stuff::{$1}} }; if (my $err = $@) { -- cgit v1.2.1