[Rt-commit] [rtir] 02/05: Switch to all_from to quiet a MakeMaker warnings

Kevin Falcone falcone at bestpractical.com
Tue Jan 14 22:21:36 EST 2014


This is an automated email from the git hooks/post-receive script.

falcone pushed a commit to branch 3.0-trunk
in repository rtir.

commit 0c9470522bc573aae1c57376a77b1d2627cbbe87
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Wed Jan 8 16:17:20 2014 -0500

    Switch to all_from to quiet a MakeMaker warnings
---
 Makefile.PL | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.PL b/Makefile.PL
index debf8ec..b9d1cfc 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -3,7 +3,7 @@ use inc::Module::Install;
 RTx('RT-IR');
 license('GPL Version 2');
 author('Best Practical Solutions <sales at bestpractical.com>');
-version_from('lib/RT/IR.pm');
+all_from('lib/RT/IR.pm');
 
 # update README and docs/UPGRADING
 requires_rt('4.0.14');

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the rt-commit mailing list