Bug 17600: Standardize our EXPORT_OK
[srvgit] / C4 / AuthoritiesMarc / MARC21.pm
index 8ebae70..c3c6f84 100644 (file)
@@ -17,9 +17,7 @@ package C4::AuthoritiesMarc::MARC21;
 # 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; FIXME - Bug 2505
-use MARC::Record;
+use Modern::Perl;
 
 =head1 NAME