Skip to content

Commit

Permalink
Version 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
xxfelixxx committed Feb 17, 2018
1 parent 69e8fa1 commit a53b269
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Revision history for Devel-Scope

0.12 Sat Feb 17 08:58:42 UTC 2018
* Add more verbose output if tests are failing
* Some variants of FreeBSD are failing some tests...

0.11 Wed Feb 14 05:34:51 UTC 2018
* Only print filenames as they change

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.11
Version 0.12

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.11';
our $VERSION = '0.12';

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

0 comments on commit a53b269

Please sign in to comment.