From 8f30dbdec0cafe0ed0140412588d052728549015 Mon Sep 17 00:00:00 2001 From: Christopher Hoskin Date: Sun, 20 Mar 2016 10:49:29 +0000 Subject: [PATCH] Update REST.pm I think this should fix it, see http://search.cpan.org/~jpeacock/version-0.9916/lib/version.pod#How_to_convert_a_module_from_decimal_to_dotted-decimal for more information. Currently 0.6 is seen as the latest version in https://cpan.metacpan.org/modules/02packages.details.txt (and hence in MetaCPAN, Debian etc. --- lib/Net/Nessus/REST.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Net/Nessus/REST.pm b/lib/Net/Nessus/REST.pm index d11ee60..5476bf7 100644 --- a/lib/Net/Nessus/REST.pm +++ b/lib/Net/Nessus/REST.pm @@ -8,7 +8,7 @@ use LWP::UserAgent; use JSON; use List::Util qw(first); -use version; our $VERSION = version->declare('v0.7.0'); +use version; our $VERSION = version->declare('v0.700.1'); sub new { my ($class, %params) = @_;