X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FScope%2FUpper.pm;h=8a160cda2887b302c74b0045f5bdd3ce0e8e2299;hb=40dffe23bddb814c41f7880062ce984ba25f7463;hp=9f9b70f1f6e968cff6cfe62506a235e31741a0c6;hpb=5dd48a401229e457106bdc30bb841e9fed0dde7c;p=perl%2Fmodules%2FScope-Upper.git diff --git a/lib/Scope/Upper.pm b/lib/Scope/Upper.pm index 9f9b70f..8a160cd 100644 --- a/lib/Scope/Upper.pm +++ b/lib/Scope/Upper.pm @@ -11,13 +11,13 @@ Scope::Upper - Act on upper scopes. =head1 VERSION -Version 0.24 +Version 0.25 =cut our $VERSION; BEGIN { - $VERSION = '0.24'; + $VERSION = '0.25'; } =head1 SYNOPSIS @@ -841,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.