From 83bfce1a5d9ba6105434fd261def9469772b8022 Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Thu, 1 Sep 2011 15:12:49 +0300 Subject: [PATCH] Add use 5.010001 to bin --- bin/grake | 3 ++- doc/man1/grake.1.pod | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/grake b/bin/grake index ac1b95c..faf9595 100755 --- a/bin/grake +++ b/bin/grake @@ -1,7 +1,7 @@ #!/usr/bin/perl # # grake -# Copyright (C) 2010-2011 Toni Gundogdu +# Copyright (C) 2010-2011 Toni Gundogdu # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -17,6 +17,7 @@ # along with this program. If not, see . # +use 5.010001; use feature 'say'; use warnings; diff --git a/doc/man1/grake.1.pod b/doc/man1/grake.1.pod index 01af24c..66dcd70 100644 --- a/doc/man1/grake.1.pod +++ b/doc/man1/grake.1.pod @@ -119,4 +119,4 @@ C =head1 AUTHOR -Toni Gundogdu Elegatvs gmail comE +Toni Gundogdu Elegatvs at sign cpan orgE -- 2.11.4.GIT