[Bps-public-commit] r19776 - RT-Authen-Bitcard

sartak at bestpractical.com sartak at bestpractical.com
Thu May 28 13:04:38 EDT 2009


Author: sartak
Date: Thu May 28 13:04:38 2009
New Revision: 19776

Modified:
   RT-Authen-Bitcard/Makefile.PL

Log:
Add auto_install to the Makefile.PL

Modified: RT-Authen-Bitcard/Makefile.PL
==============================================================================
--- RT-Authen-Bitcard/Makefile.PL	(original)
+++ RT-Authen-Bitcard/Makefile.PL	Thu May 28 13:04:38 2009
@@ -9,4 +9,6 @@
 requires        ('Authen::Bitcard' => '0.86'); # we need register_url method
 requires        ('Encode');
 
+auto_install();
+
 WriteAll();



More information about the Bps-public-commit mailing list