Bug 18789: Send Koha::Patron object to the templates
[koha.git] / tools / copy-holidays.pl
index 61be91e..309f488 100755 (executable)
@@ -17,8 +17,7 @@
 # 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 Modern::Perl;
 
 use CGI qw ( -utf8 );