Ticket #20511 (closed enhancement: fixed)
RFE: p5-libwww-perl: please add the programs and the aliases
| Reported by: | jpo@… | Owned by: | narf_tm@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.7.1 |
| Keywords: | Cc: | ryandesign@… | |
| Port: | p5-libwww-perl |
Description
Description:
The current portfile doesn't install:
- the lwp programs (by adding the -n option to Makefile.PL) and
- the aliases HEAD, GET, and POST
Note: I complete addicted to the aliases (they are installed by default in Red Hat/Fedora linux distros),
Solution:
* Remove the -n option in order to having the programs lwp-* installed
* Add the --aliases option in order to having the aliases installed
Portfile changes:
< configure.pre_args-append -n > configure.pre_args-append --aliases
Notes:
* This perl module can also be updated as the latest version available in CPAN is the 5.830 ( http://search.cpan.org/dist/libwww-perl)
Diff: http://search.cpan.org/diff?from=libwww-perl-5.826&to=libwww-perl-5.830
Change History
Note: See
TracTickets for help on using
tickets.

