Skip Menu |

This queue is for tickets about the Sys-Detect-Virtualization CPAN distribution.

Report information
The Basics
Id: 95536
Status: new
Priority: 0/
Queue: Sys-Detect-Virtualization

People
Owner: Nobody in particular
Requestors: DDICK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.106
Fixed in: (no value)



Subject: PATCH: perldoc fixes for virtdetect
Hi David, I needed this patch to fix a perldoc issue for a Fedora package. Please let me know if you decide to fix this with a different patch and i'll happily push that version out. Cheers Dave
Subject: sys_detect_virt_perldoc.patch
diff -Naur old/script/virtdetect new/script/virtdetect --- old/script/virtdetect 2010-02-25 08:43:50.000000000 +1100 +++ new/script/virtdetect 2014-05-11 18:54:01.916440022 +1000 @@ -1,4 +1,7 @@ #!/usr/bin/perl -w + +eval 'exec /usr/bin/perl -w -S $0 ${1+"$@"}' + if 0; # not running under some shell use strict; use warnings; use Getopt::Long; @@ -51,17 +54,17 @@ =over 4 -=item 0 +=item * -No virtualization detected +0 - No virtualization detected -=item 1 +=item * -Virtualization detected +1 - Virtualization detected -=item 2 +=item * -More than one kind of virtualization detected +2 - More than one kind of virtualization detected =back