Hi, On Fri, Jul 10, 2009 at 9:09 AM, Kyle M Hall<[email protected]> wrote:
> diff --git a/labels/spinelabel-home.pl b/labels/spinelabel-home.pl > new file mode 100755 > index 0000000..5b271e7 > --- /dev/null > +++ b/labels/spinelabel-home.pl > @@ -0,0 +1,26 @@ > +#!/usr/bin/perl > + > +use strict; > +use CGI; New code must also use the warnings pragma, not just strict. Please see bug 2505. Regards, Galen -- Galen Charlton VP, Research & Development, LibLime [email protected] p: 1-888-564-2457 x709 skype: gmcharlt _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha.org/mailman/listinfo/koha-patches
