Lines 18-27
package C4::Record;
Link Here
|
18 |
# |
18 |
# |
19 |
# You should have received a copy of the GNU General Public License |
19 |
# You should have received a copy of the GNU General Public License |
20 |
# along with Koha; if not, see <http://www.gnu.org/licenses>. |
20 |
# along with Koha; if not, see <http://www.gnu.org/licenses>. |
21 |
# |
21 |
|
22 |
# |
22 |
use Modern::Perl; |
23 |
use strict; |
|
|
24 |
#use warnings; FIXME - Bug 2505 |
25 |
|
23 |
|
26 |
# please specify in which methods a given module is used |
24 |
# please specify in which methods a given module is used |
27 |
use MARC::Record; # marc2marcxml, marcxml2marc, changeEncoding |
25 |
use MARC::Record; # marc2marcxml, marcxml2marc, changeEncoding |