[Bps-public-commit] rt-extension-quickupdate branch, master, updated. b051a7c11f3bfd07f90a1bf9a0409ae16b644b9a

Kevin Falcone falcone at bestpractical.com
Tue Oct 18 11:17:57 EDT 2011


The branch, master has been updated
       via  b051a7c11f3bfd07f90a1bf9a0409ae16b644b9a (commit)
      from  eb740538dfac1fa772500733704d77af6cee18f4 (commit)

Summary of changes:
 Makefile.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit b051a7c11f3bfd07f90a1bf9a0409ae16b644b9a
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Tue Oct 18 08:17:52 2011 -0700

    add the minimum version

diff --git a/Makefile.PL b/Makefile.PL
index d1adb16..447010a 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -5,6 +5,6 @@ author ('Shawn M Moore <sartak at bestpractical.com>');
 version_from ('lib/RT/Extension/QuickUpdate.pm');
 abstract_from('lib/RT/Extension/QuickUpdate.pm');
 license('perl');
-requires('Test::More');
+requires_rt('3.8.8');
 
 &WriteAll;

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



More information about the Bps-public-commit mailing list