projects
/
gitmo/MooseX-Daemonize.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
fecf61e
)
remove extra $VERSION declaration that does not belong
Karen Etheridge [Mon, 3 Feb 2014 04:03:07 +0000 (20:03 -0800)]
lib/MooseX/Daemonize/Pid/File.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/MooseX/Daemonize/Pid/File.pm
b/lib/MooseX/Daemonize/Pid/File.pm
index
fec7b6d
..
0f5177e
100644
(file)
--- a/
lib/MooseX/Daemonize/Pid/File.pm
+++ b/
lib/MooseX/Daemonize/Pid/File.pm
@@
-5,8
+5,6
@@
package MooseX::Daemonize::Pid::File;
use Moose;
use Moose::Util::TypeConstraints;
-our $VERSION = '0.15';
-
use MooseX::Types::Path::Class;
use MooseX::Getopt::OptionTypeMap;