X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=lib%2FAutomake%2FWrap.pm;h=0aa42e17d330a2f4a8b59000dcf6ffcd5ccd9d80;hb=f98ca06830cbb484476b0aa9f79f79907538db4b;hp=59b3e5ac93a410c91e1f9d8b9b392b0ce98a8eff;hpb=dde91c5484e045882198d656fcfda7e9c11d7858;p=platform%2Fupstream%2Fautomake.git diff --git a/lib/Automake/Wrap.pm b/lib/Automake/Wrap.pm index 59b3e5a..0aa42e1 100644 --- a/lib/Automake/Wrap.pm +++ b/lib/Automake/Wrap.pm @@ -1,4 +1,4 @@ -# Copyright (C) 2003, 2006, 2009 Free Software Foundation, Inc. +# Copyright (C) 2003-2013 Free Software Foundation, Inc. # 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 @@ -15,6 +15,7 @@ package Automake::Wrap; +use 5.006; use strict; require Exporter;