@@ -, +, @@ --- installer/data/mysql/patroncards_upgrade.pl | 2 +- installer/data/mysql/update22to30.pl | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) --- a/installer/data/mysql/patroncards_upgrade.pl +++ a/installer/data/mysql/patroncards_upgrade.pl @@ -13,7 +13,7 @@ # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# + # You should have received a copy of the GNU General Public License # along with Koha; if not, see . --- a/installer/data/mysql/update22to30.pl +++ a/installer/data/mysql/update22to30.pl @@ -11,6 +11,7 @@ # - Would also be a good idea to offer to do a backup at this time... # NOTE: If you do something more than once in here, make it table driven. + use Modern::Perl; # CPAN modules --