Update MANIFEST file and release prep

Ensure all necessary files are included in release tarball
This commit is contained in:
Duncan Ferguson 2010-06-19 20:10:31 +01:00
parent c3b04b22ec
commit d77a265b85
6 changed files with 38 additions and 5 deletions

View file

@ -3,7 +3,7 @@ package App::ClusterSSH;
use 5.008.004;
use warnings;
use strict;
use version; our $VERSION = version->new('4.00_03');
use version; our $VERSION = version->new('4.00_04');
use Carp;