Skip to content

Commit

Permalink
Version 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
xxfelixxx committed Feb 12, 2018
1 parent 0017383 commit ab8f577
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Devel-Scope

0.10 Mon Feb 12 05:14:19 UTC 2018
* Moved invalid environmental variable test to BEGIN block.

0.09 Mon Feb 12 04:33:41 UTC 2018
* Added invalid environmental variable test.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Devel::Scope

Version
---------
Version 0.09
Version 0.10

Synopsis
-----------
Expand Down
4 changes: 2 additions & 2 deletions lib/Devel/Scope.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require Exporter;
our @ISA = qw( Exporter );
our @EXPORT_OK = qw( debug debug_enable debug_disable );

our $VERSION = '0.09';
our $VERSION = '0.10';

my %default_config = (
'DEVEL_SCOPE_DEPTH' => 0,
Expand Down Expand Up @@ -147,7 +147,7 @@ Devel::Scope - Scope based debug
=head1 VERSION
Version 0.09
Version 0.10
=head1 SYNOPSIS
Expand Down

0 comments on commit ab8f577

Please sign in to comment.