Skip to content

Commit

Permalink
Added Makefile to manifest.skip.
Browse files Browse the repository at this point in the history
  • Loading branch information
symkat committed Apr 20, 2012
1 parent 3a58e3d commit dfdaeb5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
@@ -1,3 +1,6 @@
0.0.8 2012-15-04 SymKat <symkat@symkat.com>
* Added Makefile to MANIFEST.SKIP

0.0.7 2012-15-04 SymKat <symkat@symkat.com>
* Added user and group accessors to set uid/gid based on names
* Updated docs.
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.SKIP
@@ -1,2 +1,3 @@
README.md
.git
Makefile
2 changes: 1 addition & 1 deletion lib/Daemon/Control.pm
Expand Up @@ -6,7 +6,7 @@ use POSIX qw(_exit setsid setuid setgid getuid getgid);
use File::Spec;
require 5.008001; # Supporting 5.8.1+

our $VERSION = '0.000007'; # 0.0.6
our $VERSION = '0.000008'; # 0.0.8
$VERSION = eval $VERSION;

my @accessors = qw(
Expand Down

0 comments on commit dfdaeb5

Please sign in to comment.