Bug 21395: Make perlcritic happy
[koha-equinox.git] / C4 / Creators.pm
index f73a6fc..2704322 100644 (file)
@@ -17,6 +17,8 @@ package C4::Creators;
 # You should have received a copy of the GNU General Public License
 # along with Koha; if not, see <http://www.gnu.org/licenses>.
 
+use Modern::Perl;
+
 BEGIN {
     use vars qw(@EXPORT @ISA);
     @ISA = qw(Exporter);