#15845 closed defect (fixed)
perl: Add perl binary with major version
Reported by: | raimue (Rainer Müller) | Owned by: | raimue (Rainer Müller) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | perl perl5.8 perl5.10 | Cc: | afb@… |
Port: |
Description
Currently perl5.8 installs bin/perl
and bin/perl5.8.8
, perl5.10 installs bin/perl5.10.0
. I would appreciated if there were a binary to call perl5.8 or perl5.10 without using the whole version.
Here are patches for perl5.8 and perl5.10 to achieve this.
Attachments (2)
Change History (6)
Changed 16 years ago by raimue (Rainer Müller)
Attachment: | patch-perl5.8-binary.diff added |
---|
Changed 16 years ago by raimue (Rainer Müller)
Attachment: | patch-perl5.10-binary.diff added |
---|
comment:1 Changed 16 years ago by danielluke (Daniel J. Luke)
comment:2 Changed 16 years ago by afb@…
Owner: | changed from macports-tickets@… to raimue@… |
---|
Go ahead and commit if you find this addition beneficial, I don't see any problems with it.
comment:3 Changed 16 years ago by raimue (Rainer Müller)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Committed in r38067.
comment:4 Changed 16 years ago by (none)
Milestone: | Port Enhancements |
---|
Milestone Port Enhancements deleted
Note: See
TracTickets for help on using
tickets.
An additional enhancement that would be nice would be to add a perl_select (like python_select).