From a2600beb1fc0ad933049713a499cee59cdb4e98d Mon Sep 17 00:00:00 2001 From: steve Date: Mon, 19 Mar 2007 21:59:35 +0000 Subject: [PATCH] 2007-03-19 21:59:35 by steve Fixed syntax error in pod. Found via tests/pod-check.t --- bin/xen-create-image | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bin/xen-create-image b/bin/xen-create-image index 4b7131b..9aa9968 100755 --- a/bin/xen-create-image +++ b/bin/xen-create-image @@ -558,7 +558,7 @@ Install an X11 server, using VNC and XDM -- http://www.steve.org.uk/ - $Id: xen-create-image,v 1.140 2007-03-18 20:12:16 steve Exp $ + $Id: xen-create-image,v 1.141 2007-03-19 21:59:35 steve Exp $ =cut @@ -1207,7 +1207,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.140 $'; + my $REVISION = '$Revision: 1.141 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { $REVISION = $1; @@ -2590,6 +2590,8 @@ sub runCustomisationHooks it and writing it back to the file. So we have a running total of the last IP. +=end doc + =cut sub findNextIP