Log:
format update
Modified:
spine/branches/spine_2_2-devel/lib/Spine/Plugin/NFSExports.pm (contents, props changed)
Modified: spine/branches/spine_2_2-devel/lib/Spine/Plugin/NFSExports.pm
==============================================================================
--- spine/branches/spine_2_2-devel/lib/Spine/Plugin/NFSExports.pm Tue Mar 30 08:29:49 2010 (r316)
+++ spine/branches/spine_2_2-devel/lib/Spine/Plugin/NFSExports.pm Tue Mar 30 08:35:44 2010 (r317)
@@ -1,7 +1,7 @@
# -*- mode: perl; cperl-continued-brace-offset: -4; indent-tabs-mode: nil; -*-
# vim:shiftwidth=2:tabstop=8:expandtab:textwidth=78:softtabstop=4:ai:
-# $Id: NFSExports.pm 163 2008-12-11 19:23:06Z cfb $
+# $Id$
#
# This program is free software; you can redistribute it and/or modify
@@ -28,7 +28,7 @@
our ($VERSION, $DESCRIPTION, $MODULE);
-$VERSION = sprintf("%d", q$Revision: 163 $ =~ /(\d+)/);
+$VERSION = sprintf("%d", q$Revision$ =~ /(\d+)/);
$DESCRIPTION = "Uses the showmount command to present a list of available NFS mounts";
$MODULE = { author => 'oss...@ticketmaster.com',