X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FScope%2FUpper.pm;h=8a160cda2887b302c74b0045f5bdd3ce0e8e2299;hb=1b224b7b9cb2d4685c426140e5e67d392aeb1059;hp=868052da3a3f52224bd41166d899dac70fb9f00c;hpb=8b2e295d2fbf262dccb30c8028ea9f87410801b9;p=perl%2Fmodules%2FScope-Upper.git diff --git a/lib/Scope/Upper.pm b/lib/Scope/Upper.pm index 868052d..8a160cd 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.25 =cut our $VERSION; BEGIN { - $VERSION = '0.22'; + $VERSION = '0.25'; } =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.