[Bps-public-commit] Module-Install-RTx branch, master, updated. 0.39
Alex Vandiver
alexmv at bestpractical.com
Mon Feb 20 17:18:52 EST 2017
The branch, master has been updated
via 7286b2e3a9b92bc6662a715bd1b67be9edc2f2a2 (commit)
from 50e7cb06b39187fe0e736e0b4e9bb45c79d5a090 (commit)
Summary of changes:
Changes | 4 ++++
META.yml | 6 +++---
lib/Module/Install/RTx.pm | 2 +-
3 files changed, 8 insertions(+), 4 deletions(-)
- Log -----------------------------------------------------------------
commit 7286b2e3a9b92bc6662a715bd1b67be9edc2f2a2
Author: Alex Vandiver <alex at chmrr.net>
Date: Mon Feb 20 14:16:47 2017 -0800
Version 0.39 releng
diff --git a/Changes b/Changes
index f6e7adb..62946c5 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+0.39 2017-02-20
+- Support `remove_files => 1` parameter to force unlinking of files
+ provided by previous versions
+
0.38 2016-07-14
- Support `INSTALLDIRS=vendor`
- Properly honor `$DESTDIR` at `make install` time
diff --git a/META.yml b/META.yml
index e054344..faef562 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.16'
+generated_by: 'Module::Install version 1.17'
license: mit
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -21,7 +21,7 @@ no_index:
provides:
Module::Install::RTx:
file: lib/Module/Install/RTx.pm
- version: '0.38'
+ version: '0.39'
Module::Install::RTx::Remove:
file: lib/Module/Install/RTx/Remove.pm
Module::Install::RTx::Runtime:
@@ -32,4 +32,4 @@ requires:
perl: 5.8.0
resources:
license: http://opensource.org/licenses/mit-license.php
-version: '0.38'
+version: '0.39'
diff --git a/lib/Module/Install/RTx.pm b/lib/Module/Install/RTx.pm
index fde44ce..fd4cc06 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.38';
+our $VERSION = '0.39';
use FindBin;
use File::Glob ();
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list