X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FScope%2FUpper.pm;h=025fccf2d9bad5e25546c6cea8d663989609c364;hb=cd407ac6ea98cac0ce701ba7966e2b3fcc5c804d;hp=868052da3a3f52224bd41166d899dac70fb9f00c;hpb=8b2e295d2fbf262dccb30c8028ea9f87410801b9;p=perl%2Fmodules%2FScope-Upper.git diff --git a/lib/Scope/Upper.pm b/lib/Scope/Upper.pm index 868052d..025fccf 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,2015 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.