[Bps-public-commit] Module-Install-RTx branch, master, updated. 0.33-4-g0d29b0b
Kevin Falcone
falcone at bestpractical.com
Tue May 20 17:15:20 EDT 2014
The branch, master has been updated
via 0d29b0b71552a02c41e32417b0b67b7a188dc4cf (commit)
via 77b30fd7456b6ef911e7d389948b06ace919cf04 (commit)
from 318c5b336b5d601089bc0f5d18fe39301d6db3f5 (commit)
Summary of changes:
Changes | 5 +++++
META.yml | 6 +++---
lib/Module/Install/RTx.pm | 2 +-
3 files changed, 9 insertions(+), 4 deletions(-)
- Log -----------------------------------------------------------------
commit 77b30fd7456b6ef911e7d389948b06ace919cf04
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Tue May 20 17:02:57 2014 -0400
newer MI
diff --git a/META.yml b/META.yml
index 248c8fa..46fca82 100644
--- a/META.yml
+++ b/META.yml
@@ -8,7 +8,7 @@ configure_requires:
ExtUtils::MakeMaker: 6.59
distribution_type: module
dynamic_config: 1
-generated_by: 'Module::Install version 1.06'
+generated_by: 'Module::Install version 1.08'
license: mit
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
commit 0d29b0b71552a02c41e32417b0b67b7a188dc4cf
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Tue May 20 17:14:11 2014 -0400
Changes and version bump for 0.34
diff --git a/Changes b/Changes
index f572f3e..e8db6b6 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,8 @@
+0.34 2014-05-20
+ - Backcompat workaround so you can ship static/css and static/js and
+ on 4.0 we copy to html/NoAuth/{css,js}. Isn't a full win for images
+ which needed a dhandler hack under 4.0.
+
0.33 2014-03-17
- Better error message when requires_rt dies
- Release a pent up set of changes now that they've been tested
diff --git a/META.yml b/META.yml
index 46fca82..ee22134 100644
--- a/META.yml
+++ b/META.yml
@@ -21,7 +21,7 @@ no_index:
provides:
Module::Install::RTx:
file: lib/Module/Install/RTx.pm
- version: 0.33
+ version: 0.34
Module::Install::RTx::Factory:
file: lib/Module/Install/RTx/Factory.pm
requires:
@@ -29,4 +29,4 @@ requires:
perl: 5.8.0
resources:
license: http://opensource.org/licenses/mit-license.php
-version: 0.33
+version: 0.34
diff --git a/lib/Module/Install/RTx.pm b/lib/Module/Install/RTx.pm
index 6faed51..1931d1c 100644
--- a/lib/Module/Install/RTx.pm
+++ b/lib/Module/Install/RTx.pm
@@ -7,7 +7,7 @@ no warnings 'once';
use Module::Install::Base;
use base 'Module::Install::Base';
-our $VERSION = '0.33';
+our $VERSION = '0.34';
use FindBin;
use File::Glob ();
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list