Author: dylan
Date: 2005-01-09 00:32:43 -0500 (Sun, 09 Jan 2005)
New Revision: 577

Modified:
   trunk/dev-tools/vim-automod/template.pm
Log:
One more correction from the perl-boilerplate.


Modified: trunk/dev-tools/vim-automod/template.pm
===================================================================
--- trunk/dev-tools/vim-automod/template.pm     2005-01-09 05:31:39 UTC (rev 
576)
+++ trunk/dev-tools/vim-automod/template.pm     2005-01-09 05:32:43 UTC (rev 
577)
@@ -5,8 +5,8 @@
 use warnings;
 
 our $VERSION = 0.01;
+use base 'Haver::Base'; # Highly recommended for haver stuff.
 
-
 sub initialize {
     my ($me) = @_;
 


Reply via email to