[Bps-public-commit] r10749 - in Shipwright: .

sunnavy at bestpractical.com sunnavy at bestpractical.com
Wed Feb 6 20:12:42 EST 2008


Author: sunnavy
Date: Wed Feb  6 20:12:42 2008
New Revision: 10749

Modified:
   Shipwright/Changes
   Shipwright/MANIFEST
   Shipwright/META.yml
   Shipwright/README
   Shipwright/lib/Shipwright.pm

Log:
Shipwright 0.0.2

Modified: Shipwright/Changes
==============================================================================
--- Shipwright/Changes	(original)
+++ Shipwright/Changes	Wed Feb  6 20:12:42 2008
@@ -2,4 +2,5 @@
 
 0.0.1  Tue Nov 20 16:28:55 2007
        Initial release.
-
+0.0.2  Thu Feb  7 09:08:55 CST 2008
+       no config any more

Modified: Shipwright/MANIFEST
==============================================================================
--- Shipwright/MANIFEST	(original)
+++ Shipwright/MANIFEST	Wed Feb  6 20:12:42 2008
@@ -1,5 +1,6 @@
 bin/shipwright
 Changes
+docs/intro
 docs/tutorial
 examples/build_script_for_subversion
 examples/config.yml
@@ -45,6 +46,13 @@
 META.yml
 README
 t/00.load.t
+t/hello/Acme-Hello-0.03.tar.gz
+t/hello/hello.t
+t/hello/scripts/build
+t/hello/scripts/howdy_require.yml
+t/hello/scripts/require.yml
+t/hello/shipwright/order.yml
+t/hello/svn.t
 t/perlcritic.t
 t/pod-coverage.t
 t/pod.t

Modified: Shipwright/META.yml
==============================================================================
--- Shipwright/META.yml	(original)
+++ Shipwright/META.yml	Wed Feb  6 20:12:42 2008
@@ -36,9 +36,9 @@
   version: 0
 tests: t/*.t t/*/*.t
 version: !!perl/hash:version 
-  original: 0.0.1
+  original: 0.0.2
   qv: 1
   version: 
     - 0
     - 0
-    - 1
+    - 2

Modified: Shipwright/README
==============================================================================
--- Shipwright/README	(original)
+++ Shipwright/README	Wed Feb  6 20:12:42 2008
@@ -1,4 +1,4 @@
-Shipwright version 0.0.1
+Shipwright version 0.0.2
 
 
 INSTALLATION

Modified: Shipwright/lib/Shipwright.pm
==============================================================================
--- Shipwright/lib/Shipwright.pm	(original)
+++ Shipwright/lib/Shipwright.pm	Wed Feb  6 20:12:42 2008
@@ -4,7 +4,7 @@
 use strict;
 use Carp;
 
-use version; our $VERSION = qv('0.0.1');
+use version; our $VERSION = qv('0.0.2');
 
 use base qw/Class::Accessor::Fast/;
 
@@ -56,7 +56,7 @@
 
 =head1 VERSION
 
-This document describes Shipwright version 0.0.1
+This document describes Shipwright version 0.0.2
 
 
 =head1 SYNOPSIS



More information about the Bps-public-commit mailing list