[Bps-public-commit] r9259 - RT-OnlineDocs/trunk

falcone at bestpractical.com falcone at bestpractical.com
Tue Oct 9 17:33:51 EDT 2007


Author: falcone
Date: Tue Oct  9 17:33:51 2007
New Revision: 9259

Modified:
   RT-OnlineDocs/trunk/META.yml
   RT-OnlineDocs/trunk/Makefile.PL

Log:
* some cpan smoker decided to test this on 5.005 and I hate FAILs

Modified: RT-OnlineDocs/trunk/META.yml
==============================================================================
--- RT-OnlineDocs/trunk/META.yml	(original)
+++ RT-OnlineDocs/trunk/META.yml	Tue Oct  9 17:33:51 2007
@@ -19,4 +19,5 @@
   File::Spec: 0
   File::Temp: 0
   Pod::Simple::HTML: 0
+  perl: 5.8.3
 version: 0.08

Modified: RT-OnlineDocs/trunk/Makefile.PL
==============================================================================
--- RT-OnlineDocs/trunk/Makefile.PL	(original)
+++ RT-OnlineDocs/trunk/Makefile.PL	Tue Oct  9 17:33:51 2007
@@ -4,6 +4,8 @@
 author('Jesse Vincent <jesse at bestpractical.com>');
 abstract('Display RT API documentation online');
 
+perl_version('5.8.3');
+
 requires('Pod::Simple::HTML');
 requires('File::Basename');
 requires('File::Find');



More information about the Bps-public-commit mailing list