[Bps-public-commit] Shipwright branch, master, updated. 21df52b7b88605bfaccb46567f2acc00d260649f
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Sun Sep 20 21:51:42 EDT 2009
The branch, master has been updated
via 21df52b7b88605bfaccb46567f2acc00d260649f (commit)
via a6f5e212eb34d96da7a6c0000e5563f0b1cd2d0c (commit)
from 7cb9f81e8fe8666ba7ecd71ab3f8cbb7d3e1814e (commit)
Summary of changes:
Changes | 12 +++++++++++-
lib/Shipwright.pm | 2 +-
2 files changed, 12 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit a6f5e212eb34d96da7a6c0000e5563f0b1cd2d0c
Author: sunnavy <sunnavy at bestpractical.com>
Date: Mon Sep 21 09:47:53 2009 +0800
update Changes
diff --git a/Changes b/Changes
index b0d062a..101a6ef 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,14 @@
Revision history for Shipwright
-2.4.2
+2.4.2 Mon Sep 21 09:46:38 CST 2009
+
+* Shipwright::Util::PatchModuleBuild tweak( thanks to rbuels++ )
+* backend part refactor( thanks to ruz++ ):
+ possibility in Backend.pm to load external implementations
+* pod and doc update( thanks to ruz++ )
+* abandon perl's archlib:
+ i.e. all perl modules live in as/blabla/lib/perl5, no 'darwin-2level'
+ subdir or alike any more
2.4.1 Sat Sep 12 00:29:00 CST 2009
commit 21df52b7b88605bfaccb46567f2acc00d260649f
Author: sunnavy <sunnavy at bestpractical.com>
Date: Mon Sep 21 09:51:37 2009 +0800
bump version to 2.4.3
diff --git a/Changes b/Changes
index 101a6ef..ce58200 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
Revision history for Shipwright
+2.4.3
+
2.4.2 Mon Sep 21 09:46:38 CST 2009
* Shipwright::Util::PatchModuleBuild tweak( thanks to rbuels++ )
diff --git a/lib/Shipwright.pm b/lib/Shipwright.pm
index 7c9ae5f..f52b98c 100644
--- a/lib/Shipwright.pm
+++ b/lib/Shipwright.pm
@@ -2,7 +2,7 @@ package Shipwright;
use warnings;
use strict;
-use version; our $VERSION = qv('2.4.2');
+use version; our $VERSION = qv('2.4.3');
use base qw/Class::Accessor::Fast/;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list