Bug 32336: (QA follow-up) Use $metadata->schema
[srvgit] / C4 / Patroncards / Lib.pm
index 9d1d3ed..3f31a4d 100644 (file)
@@ -4,29 +4,25 @@ package C4::Patroncards::Lib;
 #
 # This file is part of Koha.
 #
-# Koha is free software; you can redistribute it and/or modify it under the
-# terms of the GNU General Public License as published by the Free Software
-# Foundation; either version 2 of the License, or (at your option) any later
-# version.
+# Koha is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3 of the License, or
+# (at your option) any later version.
 #
-# Koha is distributed in the hope that it will be useful, but 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.
+# Koha is distributed in the hope that it will be useful, but
+# 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, write to the Free Software Foundation, Inc.,
-# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+# You should have received a copy of the GNU General Public License
+# along with Koha; if not, see <http://www.gnu.org/licenses>.
 
 use strict;
 use warnings;
 
-use autouse 'Data::Dumper' => qw(Dumper);
-
 use C4::Context;
-use C4::Debug;
 
 BEGIN {
-    use version; our $VERSION = qv('3.07.00.049');
     use base qw(Exporter);
     our @EXPORT = qw(unpack_UTF8
                      text_alignment
@@ -198,7 +194,7 @@ This library provides functions used by various sections of the Patroncard Creat
 
 =head2 C4::Patroncards::Lib::unpack_UTF8()
 
-    This function returns a reference to an array of hex values equivelant to the utf8 values of the string passed in. This assumes, of course, that the string is
+    This function returns a reference to an array of hex values equivalent to the utf8 values of the string passed in. This assumes, of course, that the string is
     indeed utf8.
 
     example:
@@ -235,7 +231,7 @@ This library provides functions used by various sections of the Patroncard Creat
 
 =head2 C4::Patroncards::Lib::leading()
 
-    This function accepts a single parameter, font postscript point size, and returns the ammount of leading to be added.
+    This function accepts a single parameter, font postscript point size, and returns the amount of leading to be added.
 
     example: