[Bps-public-commit] Module-Install-RTx branch, better-versions, updated. 0.28-3-gabc2c30
Kevin Falcone
falcone at bestpractical.com
Tue Mar 22 14:25:56 EDT 2011
The branch, better-versions has been updated
via abc2c3027ab1004bc9f16f86feeb00a0f1dc9577 (commit)
from 4621ce9a12fb84ec2922ebebc1818cf1b635dd2b (commit)
Summary of changes:
lib/Module/Install/RTx.pm | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit abc2c3027ab1004bc9f16f86feeb00a0f1dc9577
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Tue Mar 22 14:25:54 2011 -0400
documentation for requires_rt
diff --git a/lib/Module/Install/RTx.pm b/lib/Module/Install/RTx.pm
index 2053298..ded361e 100644
--- a/lib/Module/Install/RTx.pm
+++ b/lib/Module/Install/RTx.pm
@@ -239,6 +239,12 @@ In the F<Makefile.PL> of the C<RT-Extension-Foo> module:
RTx 'RT-Extension-Foo';
WriteAll();
+optionally add a
+
+ requires_rt('3.8.9');
+
+to warn if your RT version is too old during install
+
=head1 DESCRIPTION
This B<Module::Install> extension implements one function, C<RTx>,
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list