koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/misc Install.pm [rel_2_2]


From: Mason James
Subject: [Koha-cvs] koha/misc Install.pm [rel_2_2]
Date: Fri, 28 Jul 2006 02:02:01 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Mason James <sushi>     06/07/28 02:02:01

Modified files:
        misc           : Install.pm 

Log message:
        added info-msg for text::wrap, and typo fix.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/misc/Install.pm?cvsroot=koha&only_with_tag=rel_2_2&r1=1.88.2.8&r2=1.88.2.9

Patches:
Index: Install.pm
===================================================================
RCS file: /sources/koha/koha/misc/Install.pm,v
retrieving revision 1.88.2.8
retrieving revision 1.88.2.9
diff -u -b -r1.88.2.8 -r1.88.2.9
--- Install.pm  28 Jul 2006 01:25:29 -0000      1.88.2.8
+++ Install.pm  28 Jul 2006 02:02:01 -0000      1.88.2.9
@@ -864,7 +864,7 @@
 # The following modules are not mandatory, depends on how the library want to 
use Koha
        unless (eval {require PDF::API2})   { 
                        if ($#missing>=0) { # only when $#missing >= 0 so this 
isn't fatal
-                               push @missing,"You will need PDF::API2 for 
barcode generator" 
+                               push @missing,"You will need PDF::API2 for 
barcode generator";
                        }
        }
        unless (eval {require Net::LDAP})       {
@@ -874,7 +874,7 @@
         }
         unless (eval {require Text::Wrap})       {
                 if ($#missing>=0) { # only when $#missing >= 0 so this isn't 
fatal
-                                push @missing, "Text::Wrap";
+                                push @missing, "You will need Text::Wrap if 
you want to use Spine-label printing";
                         }
         }
        unless (eval {require Event})       {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]