[Bps-public-commit] Module-Install-RTx branch, master, updated. 0.39-12-g2e38257
? sunnavy
sunnavy at bestpractical.com
Thu Apr 16 09:46:36 EDT 2020
The branch, master has been updated
via 2e3825796f43a41f52666658c457f38e46e343be (commit)
via fc06de018439b760491479ed3b6653737bfe0d62 (commit)
via 0ce159d5617593a238c100d36bbdc780cb9b0689 (commit)
via 463ea1868feb91c4b3d82d84da4efc2d00c364de (commit)
via b02488dc2e2d3b50c11ac4dc830bb67f1be84fff (commit)
from 86d374d4e03812b7e4d879ccb80ce46a0c0a8fe7 (commit)
Summary of changes:
Changes | 3 +++
META.yml | 4 ++--
README | 6 +++---
lib/Module/Install/RTx.pm | 10 +++++-----
4 files changed, 13 insertions(+), 10 deletions(-)
- Log -----------------------------------------------------------------
commit 0ce159d5617593a238c100d36bbdc780cb9b0689
Merge: 86d374d 463ea18
Author: sunnavy <sunnavy at bestpractical.com>
Date: Thu Apr 16 21:36:35 2020 +0800
Merge branch 'rt5-directories'
commit fc06de018439b760491479ed3b6653737bfe0d62
Author: sunnavy <sunnavy at bestpractical.com>
Date: Thu Apr 16 21:39:51 2020 +0800
Update copyright year to 2020
diff --git a/README b/README
index 2d8456b..e8f18f2 100644
--- a/README
+++ b/README
@@ -116,7 +116,7 @@ AUTHORS
COPYRIGHT
Copyright 2003, 2004, 2007 by Audrey Tang <cpan at audreyt.org>. Copyright
- 2008-2014 Best Practical Solutions
+ 2008-2020 Best Practical Solutions
This software is released under the MIT license cited below.
diff --git a/lib/Module/Install/RTx.pm b/lib/Module/Install/RTx.pm
index c56844a..4bec67d 100644
--- a/lib/Module/Install/RTx.pm
+++ b/lib/Module/Install/RTx.pm
@@ -441,7 +441,7 @@ Best Practical Solutions
=head1 COPYRIGHT
Copyright 2003, 2004, 2007 by Audrey Tang E<lt>cpan at audreyt.orgE<gt>.
-Copyright 2008-2014 Best Practical Solutions
+Copyright 2008-2020 Best Practical Solutions
This software is released under the MIT license cited below.
commit 2e3825796f43a41f52666658c457f38e46e343be
Author: sunnavy <sunnavy at bestpractical.com>
Date: Thu Apr 16 21:40:22 2020 +0800
Prep 0.41
diff --git a/Changes b/Changes
index bbda106..ca7ed8a 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+0.41 2020-04-16
+ - Search /opt/rt5 for RT.pm
+
0.40 2018-03-02
- Add . to @INC for "make initdb" to help Perl 5.26+ load etc/initialdata
diff --git a/META.yml b/META.yml
index 9e587a8..8a0a85a 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.40'
+ version: '0.41'
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.40'
+version: '0.41'
diff --git a/lib/Module/Install/RTx.pm b/lib/Module/Install/RTx.pm
index 4bec67d..3e906c3 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.40';
+our $VERSION = '0.41';
use FindBin;
use File::Glob ();
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list