whoops
Stevan Little [Sun, 11 Jul 2010 15:41:12 +0000 (11:41 -0400)]
.gitignore [new file with mode: 0644]
Changes
MANIFEST.SKIP
README
lib/MooseX/Daemonize.pm
lib/MooseX/Daemonize/Core.pm
lib/MooseX/Daemonize/Pid.pm
lib/MooseX/Daemonize/Pid/File.pm
lib/MooseX/Daemonize/WithPidFile.pm
lib/Test/MooseX/Daemonize.pm

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..e43b0f9
--- /dev/null
@@ -0,0 +1 @@
+.DS_Store
diff --git a/Changes b/Changes
index e3817f7..a7a38b1 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for MooseX-Daemonize
 
+0.12 Sun. July 11, 2010
+    - release without the .git directory in it
+
 0.11 Sat. July 10, 2010
     * MooseX::Daemonize::Core
       - make the options to daemonize()
index d276d58..0e3ed5b 100644 (file)
@@ -5,6 +5,7 @@
 \.bak$
 CVS
 \.svn
+\.git
 \.DS_Store
 cover_db
 \..*\.sw.?$
diff --git a/README b/README
index 48c5801..9007a21 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-MooseX-Daemonize version 0.10
+MooseX-Daemonize version 0.12
 
 INSTALLATION
 
index e13be00..2cfa4c3 100644 (file)
@@ -3,7 +3,7 @@ use strict;    # because Kwalitee is pedantic
 use Moose::Role;
 use MooseX::Types::Path::Class;
 
-our $VERSION   = '0.11';
+our $VERSION   = '0.12';
 
 with 'MooseX::Daemonize::WithPidFile',
      'MooseX::Getopt';
index 7c4cbdb..5b51430 100644 (file)
@@ -3,7 +3,7 @@ use strict;         # cause Perl::Critic errors are annoying
 use MooseX::Getopt; # to load the NoGetopt metaclass
 use Moose::Role;
 
-our $VERSION   = '0.11';
+our $VERSION   = '0.12';
 
 use POSIX ();
 
index dbf8cf7..bd76a7f 100644 (file)
@@ -2,7 +2,7 @@ package MooseX::Daemonize::Pid;
 use strict;    # because Kwalitee is pedantic
 use Moose;
 use Moose::Util::TypeConstraints;
-our $VERSION   = '0.11';
+our $VERSION   = '0.12';
 
 coerce 'MooseX::Daemonize::Pid'
     => from 'Int'
index e214c92..bcade60 100644 (file)
@@ -3,7 +3,7 @@ use strict;    # because Kwalitee is pedantic
 use Moose;
 use Moose::Util::TypeConstraints;
 
-our $VERSION   = '0.11';
+our $VERSION   = '0.12';
 
 use MooseX::Types::Path::Class;
 use MooseX::Getopt::OptionTypeMap;
index b6b71a5..3802db6 100644 (file)
@@ -2,7 +2,7 @@ package MooseX::Daemonize::WithPidFile;
 use strict;         # cause Perl::Critic errors are annoying
 use MooseX::Getopt; # to load the Getopt metaclass
 use Moose::Role;
-our $VERSION   = '0.11';
+our $VERSION   = '0.12';
 
 
 use MooseX::Daemonize::Pid::File;
index 4dd29ff..efee8e5 100644 (file)
@@ -1,7 +1,7 @@
 package Test::MooseX::Daemonize;
 use strict;
 
-our $VERSION   = '0.11';
+our $VERSION   = '0.12';
 our $AUTHORITY = 'cpan:PERIGRIN';
 
 # BEGIN CARGO CULTING