X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FScope%2FUpper.pm;h=da124ec41c50d26bedd014471275e429fe50b912;hb=47c9ad47f44c012920f341a180965c1f247f9d8d;hp=868052da3a3f52224bd41166d899dac70fb9f00c;hpb=8b2e295d2fbf262dccb30c8028ea9f87410801b9;p=perl%2Fmodules%2FScope-Upper.git diff --git a/lib/Scope/Upper.pm b/lib/Scope/Upper.pm index 868052d..da124ec 100644 --- a/lib/Scope/Upper.pm +++ b/lib/Scope/Upper.pm @@ -1,5 +1,7 @@ package Scope::Upper; +use 5.006_001; + use strict; use warnings; @@ -9,13 +11,13 @@ Scope::Upper - Act on upper scopes. =head1 VERSION -Version 0.22 +Version 0.24 =cut our $VERSION; BEGIN { - $VERSION = '0.22'; + $VERSION = '0.24'; } =head1 SYNOPSIS @@ -839,7 +841,7 @@ Thanks to Shawn M. Moore for motivation. =head1 COPYRIGHT & LICENSE -Copyright 2008,2009,2010,2011,2012,2013 Vincent Pit, all rights reserved. +Copyright 2008,2009,2010,2011,2012,2013,2014 Vincent Pit, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.