[MacPorts] #35976: PortGroup: perl5 1.0
#35976: PortGroup: perl5 1.0 ----------------------------------+----------------------------------------- Reporter: pixilla@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: ----------------------------------+----------------------------------------- The perl5 1.0 PortGroup does not currently handle module versions ending with multiple non-digits. 1.03ii becomes @1.3.{}_0 -- Ticket URL: <https://trac.macports.org/ticket/35976> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35976: PortGroup: perl5 1.0 -----------------------------------+---------------------------------------- Reporter: pixilla@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: invalid | Keywords: Port: | -----------------------------------+---------------------------------------- Changes (by pixilla@…): * status: new => closed * resolution: => invalid Comment: Josh had this to say on the mailing list: {{{ This code mimics the 'normal' formatting in perl's version module, which actually raises an error in this case: % perl -Mversion -le '$v=version->new("1.03ii")->normal; print $v' Invalid version format (non-numeric data) at -e line 1. This suggests that 1.03ii is not a valid version for a perl module. }}} Found [http://perldoc.perl.org/perlmodstyle.html#Version-numbering this perldoc.perl.org] documentation confirming this is an invalid perl module version. -- Ticket URL: <https://trac.macports.org/ticket/35976#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts