[Bps-public-commit] rt-extension-assets branch, 1.0-trunk, updated. 5943d56b58f55a09e8d947e1c40c0a65f09f0a16

Alex Vandiver alexmv at bestpractical.com
Tue Jan 28 17:24:21 EST 2014


The branch, 1.0-trunk has been updated
       via  5943d56b58f55a09e8d947e1c40c0a65f09f0a16 (commit)
      from  ea428b68c1579d7ef130bb4b915455d782dc87c3 (commit)

Summary of changes:
 Makefile.PL | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit 5943d56b58f55a09e8d947e1c40c0a65f09f0a16
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Tue Jan 28 17:24:14 2014 -0500

    Fix the minimum version; Assets requires 4.2

diff --git a/Makefile.PL b/Makefile.PL
index 5edc662..0b6d23d 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -11,7 +11,7 @@ no_index package => "RT::Transaction";
 no_index package => "RT::CustomField";
 no_index package => "RT::CustomFields";
 
-requires_rt("4.0.0");
+requires_rt("4.2.1");
 test_requires "Test::Warn";
 
 my ($loaded) = ($INC{'RT.pm'} =~ /^(.*)[\\\/]/);

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list