View | Details | Raw Unified | Return to bug 28528
Collapse All | Expand All

(-)a/misc/migration_tools/bulkmarcimport.pl (-2 / +2 lines)
Lines 1-5 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/perl
2
# Import an iso2709 file into Koha 3
2
3
# Import an iso2709 file into Koha
3
4
4
use Modern::Perl;
5
use Modern::Perl;
5
6
6
- 

Return to bug 28528