Skip to content

Commit

Permalink
- bump version to 0.18 and update metafiles for release
Browse files Browse the repository at this point in the history
git-svn-id: https://dagolden.googlecode.com/svn/Sub-Uplevel/trunk@1434 dfce27d5-b31c-0410-bb09-030b4413eeba
  • Loading branch information
xdg committed Oct 31, 2007
1 parent c1aaa40 commit c0cad02
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Changes for Sub::Uplevel

0.18 Wed Oct 31 06:56:13 EDT 2007
- release version of 0.17_01 changes

0.17_01
- removed 5.006-specific language and tested on prerelease 5.00505

Expand Down
4 changes: 2 additions & 2 deletions META.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Sub-Uplevel
version: 0.17_01
version: 0.18
author:
- 'David A. Golden <dagolden@cpan.org>'
abstract: apparently run a function in a higher stack frame
Expand All @@ -12,7 +12,7 @@ requires:
provides:
Sub::Uplevel:
file: lib/Sub/Uplevel.pm
version: 0.17_01
version: 0.18
generated_by: Module::Build version 0.2808
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.2.html
Expand Down
4 changes: 1 addition & 3 deletions lib/Sub/Uplevel.pm
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
package Sub::Uplevel;

#use 5.006;

use strict;
use vars qw($VERSION @ISA @EXPORT);
$VERSION = '0.17_01';
$VERSION = '0.18';

# We must override *CORE::GLOBAL::caller if it hasn't already been
# overridden or else Perl won't see our local override later.
Expand Down

0 comments on commit c0cad02

Please sign in to comment.