[Rt-commit] r19822 - rtfm/trunk/lib/RT
falcone at bestpractical.com
falcone at bestpractical.com
Mon Jun 1 15:18:00 EDT 2009
Author: falcone
Date: Mon Jun 1 15:18:00 2009
New Revision: 19822
Modified:
rtfm/trunk/lib/RT/FM.pm
Log:
perl5.10 warns on use 5.8.3, switch to a more standard format
Modified: rtfm/trunk/lib/RT/FM.pm
==============================================================================
--- rtfm/trunk/lib/RT/FM.pm (original)
+++ rtfm/trunk/lib/RT/FM.pm Mon Jun 1 15:18:00 2009
@@ -47,7 +47,7 @@
# END BPS TAGGED BLOCK }}}
package RT::FM;
-use 5.8.3;
+use 5.008003;
use strict;
use warnings;
More information about the Rt-commit
mailing list