Skip Menu |

This queue is for tickets about the version-AlphaBeta CPAN distribution.

Report information
The Basics
Id: 70765
Status: new
Priority: 0/
Queue: version-AlphaBeta

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

Bug Information
Severity: Wishlist
Broken in: 0.06
Fixed in: (no value)



Subject: Support for "portable" OpenSSH releases
Hello, Please find attached a patch file for OpenSSH "portable releases". It just adds a pattern for $TYPE in $ival matching. Best regards, and thanks for this module
Subject: openssh-portable-release.diff
--- /usr/local/share/perl5/version/AlphaBeta.pm 2011-09-06 16:59:45.239128786 +0200 +++ AlphaBeta.pm 2011-09-06 16:59:34.320217443 +0200 @@ -23,7 +23,8 @@ 'b' => -2, 'rc'=> -1, '' => 0, - 'pl'=> 1 + 'pl'=> 1, + 'p'=> 1, ); %OB = reverse %IB;