[Bps-public-commit] Module-Install-RTx branch, master, updated. 0.34_03-2-gd11a681
Alex Vandiver
alexmv at bestpractical.com
Thu Jun 26 16:33:17 EDT 2014
The branch, master has been updated
via d11a68104130b178b69ceb3f3ca7cfd937b17a7b (commit)
via 1bc72f8a4158a994408343401a413886e6d90c37 (commit)
from 7915614929a7a5373a50d40b811a18df4ad1972a (commit)
Summary of changes:
Changes | 3 +++
META.yml | 4 ++--
lib/Module/Install/RTx.pm | 4 +++-
3 files changed, 8 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit 1bc72f8a4158a994408343401a413886e6d90c37
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Thu Jun 26 16:32:10 2014 -0400
Automatically generate a README from the POD
diff --git a/lib/Module/Install/RTx.pm b/lib/Module/Install/RTx.pm
index 076d18c..95263da 100644
--- a/lib/Module/Install/RTx.pm
+++ b/lib/Module/Install/RTx.pm
@@ -29,6 +29,8 @@ sub RTx {
unless $self->version;
$self->abstract("$name Extension")
unless $self->abstract;
+ $self->readme_from( "lib/$fname.pm",
+ { options => [ quotes => "none" ] } );
$self->add_metadata("x_module_install_rtx_version", $VERSION );
# Try to find RT.pm
commit d11a68104130b178b69ceb3f3ca7cfd937b17a7b
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Thu Jun 26 16:32:58 2014 -0400
Version 0.34_04 releng
diff --git a/Changes b/Changes
index e8cf804..5358e5b 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+0.34_04 2014-06-26
+ - Automatically generate a README
+
0.34_03 2014-06-19
- Stop runtime code from clearing out inc/ if run as an author
diff --git a/META.yml b/META.yml
index 3d8fca8..95db5ff 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.34_03
+ version: 0.34_04
Module::Install::RTx::Runtime:
file: lib/Module/Install/RTx/Runtime.pm
requires:
@@ -29,4 +29,4 @@ requires:
perl: 5.8.0
resources:
license: http://opensource.org/licenses/mit-license.php
-version: 0.34_03
+version: 0.34_04
diff --git a/lib/Module/Install/RTx.pm b/lib/Module/Install/RTx.pm
index 95263da..0b5d7f5 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.34_03';
+our $VERSION = '0.34_04';
use FindBin;
use File::Glob ();
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list