X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FMason.pm;h=90c8657755ddd48b7fdc21315e686a2b44a97a58;hb=04a69f9d197efee6fa396bd35d04ae553e669978;hp=a567236c9f2897e84b09051e16a5ac393f1b349e;hpb=470172a907f493754063645effa9b3155e9ef775;p=freeside.git diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm index a567236c9..90c865775 100644 --- a/FS/FS/Mason.pm +++ b/FS/FS/Mason.pm @@ -42,7 +42,7 @@ Initializes the Mason environment, loads all Freeside and RT libraries, etc. #breaks quick payment entry #http://rt.cpan.org/Public/Bug/Display.html?id=37365 die "CGI.pm v3.38 is broken, use any other version >= 3.29". - " (Debian 5.0? aptitude remove ligcgi-pm-perl)" + " (Debian 5.0? aptitude remove libcgi-pm-perl)" if $CGI::VERSION == 3.38; #use CGI::Carp qw(fatalsToBrowser);