Prep for CPAN Deploy.
This commit is contained in:
parent
d3bf1b36df
commit
36904d4a74
2 changed files with 4 additions and 1 deletions
3
Changes
3
Changes
|
@ -1,3 +1,6 @@
|
|||
0.001004 2013-08-27 SymKat <symkat@symkat.com>
|
||||
* Abort the kill loop when PID changes; Thanks, atomicstac
|
||||
|
||||
0.001003 2013-06-12 SymKat <symkat@symkat.com>
|
||||
* Add quiet accessor to supress pretty_print (github#51)
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ use File::Path qw( make_path );
|
|||
use Cwd 'abs_path';
|
||||
require 5.008001; # Supporting 5.8.1+
|
||||
|
||||
our $VERSION = '0.001003'; # 0.1.3
|
||||
our $VERSION = '0.001004'; # 0.1.4
|
||||
$VERSION = eval $VERSION;
|
||||
|
||||
my @accessors = qw(
|
||||
|
|
Loading…
Add table
Reference in a new issue