2006-01-08 02:12:47 by steve
Updated POD to avoid Emacs syteax highlighting errors.
This commit is contained in:
parent
7ed99642a0
commit
79a87e90dc
@ -75,7 +75,7 @@ Show the version number and exit.
|
||||
--
|
||||
http://www.steve.org.uk/
|
||||
|
||||
$Id: xen-delete-image,v 1.16 2006-01-08 02:01:36 steve Exp $
|
||||
$Id: xen-delete-image,v 1.17 2006-01-08 02:12:47 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@ -89,6 +89,7 @@ you can redistribute it and/or modify it under
|
||||
the same terms as Perl itself.
|
||||
The LICENSE file contains the full text of the license.
|
||||
|
||||
|
||||
=cut
|
||||
|
||||
|
||||
@ -250,7 +251,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Id: xen-delete-image,v 1.16 2006-01-08 02:01:36 steve Exp $';
|
||||
my $REVISION = '$Id: xen-delete-image,v 1.17 2006-01-08 02:12:47 steve Exp $';
|
||||
$VERSION = join (' ', (split (' ', $REVISION))[2]);
|
||||
$VERSION =~ s/,v\b//;
|
||||
$VERSION =~ s/(\S+)$/$1/;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user