summaryrefslogtreecommitdiff
path: root/utils.lst
Commit message (Collapse)AuthorAgeFilesLines
* Remove x2pLeon Timmermans2014-05-291-3/+0
| | | | | This removes find2perl, s2p and a2p from core. They have all been released to CPAN as separate distributions.
* remove Module-Build from core perl distributionRicardo Signes2014-05-271-1/+0
|
* Remove cpan/Pod-LaTeX and pod2latex utilityChris 'BinGOs' Williams2013-05-181-1/+0
|
* Remove cpan/CPANPLUS and associated utilitiesChris 'BinGOs' Williams2013-05-181-3/+0
|
* Update Pod-Parser to CPAN version 1.60Chris 'BinGOs' Williams2013-02-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] [Pod-Parser]   31-Jan-2013           Marek Rouchal                        <marekr@cpan.org>   -----------------------------------------------------------------------------   Version 1.60   + removed Pod::Checker and Pod::Usage from this distribution - they are now     separate distros and are subjects to be refactored, to be based upon     Pod::Simple. Thanks to rjbs for reminding me of this. Add Pod-Checker and Pod-Usage to cpan/ These have been split out of Pod-Parser [Pod-Checker] 27-Jan-2013           Marek Rouchal                        <marekr@cpan.org> ----------------------------------------------------------------------------- Version 1.60 + preparation of changing this module to use Pod::Simple    refactored the Pod-Parser distribution and moved all things Pod::Checker    to this new distribution package + CPAN RT#79535: Pod::Checker synopsis for podchecker is opposite    corrected the POD synopsis + factored this distribution out of Pod-Parser-1.51 [Pod-Usage] 1.61 (marekr) - fix empty META.yml (CPAN RT#83118: META.yml is empty) - update outdated test expected data (CPAN RT#83111: fails test)   1.60 (marekr) - moved POD behind __END__ for slighlty quicker loading - CPAN RT#81387: 2 suggestions for module Pod::Usage    added example of how to use FindBin to locate the script;    added $Pod::Usage::Formatter to allow a different base class - CPAN RT#75598: [PATCH] Don't use perldoc if it is missing    implemented as suggested in the RT ticket - factored Pod::Usageout of the Pod-Parser distribution into a separate one,    in order to prepare the rewrite based upon Pod::Simple - thanks to rjbs for driving this
* Add x2p/a2p.pod to the 'master' array returned by get_pod_metadata().Nicholas Clark2011-12-241-1/+1
| | | | | | | | | | This makes installman install it correctly. Flagging it as 'toc_omit' means that everything else ignores it. This eliminates the last remaining use of the "pod =" feature of utils.lst, permitting related code to be removed from installperl and installman. This change has the possibly unfortunate cosmetic side effect of installman now installing a2p.1 first, before perl.1
* Avoid installman warning about "no documentation in pod/perldoc.pod"Nicholas Clark2011-12-241-1/+1
| | | | | | | | | | | | | | | | | | | Since commit a2afbef4476f724a in July 2011 moved perldoc.pod from pod/ to dist/Pod-Perldoc/lib/ installman will have been warning "no documentation in pod/perldoc.pod", having already installed the perldoc man page earlier in the process. However, the reference in utils.lst has actually been arguably erroneous since it was added in commit cd0cddc9814dd65e (July 2003) to stop installman installing an empty perldoc.1 manpage. (Which it had been doing since commit 1a67fee7d910c677 (December 2002), as a side effect of overwriting the correct file (sourced from pod/perldoc.pod) with an incorrect file (sourced from scanning utils/perldoc for Pod). The fix "worked" by causing perldoc.1 to be written correctly twice, both times sourced from pod/perldoc.pod :-) The best fix seems to be to remember the names of the manpages we install in man1, and automatically skip processing for any utility whose manpage has already been installed.
* installman should use the data in pod.lst to track dual-life pods in lib/Nicholas Clark2011-12-191-11/+0
| | | | | | | | This ensures that perlfaq*, perlglossary, perlxs, perlxstut and perldoc's man pages are installed in man1, not man3, along with any future dual-life pods. This is an improvement on commit 0beff067932254cd which only dealt with perlfaq* and perlglossary, and had the unfortunate side effect of also causing these 11 files to be installed to bin/
* Update IO-Compress to CPAN version 2.044Chris 'BinGOs' Williams2011-12-041-0/+1
| | | | | | | | | | | | | | | | | [DELTA] 2.044 2 December 2011 * Moved FAQ.pod under the lib directory so it can get installed * Added bin/zipdetails * IO::Compress::Zip - In one-shot mode enable Zip64 mode if the input file/buffer >= 0xFFFFFFFF bytes. * IO::Compress::FAQ - Updates
* Install perlfaq and perlglossary manpages in section 1 of the manualRafael Garcia-Suarez2011-12-011-0/+11
|
* Fix the installation of pod2htmlv5.15.4Florian Ragwitz2011-10-201-1/+1
|
* Kill Devel::DProfFlorian Ragwitz2011-06-141-1/+0
| | | | It has been deprecated in 5.14. Now is the time to remove it.
* Add JSON::PP to the Perl coreDavid Golden2011-01-021-0/+1
| | | | | Per discussions with Jesse Vincent, JSON::PP has been added to the Perl core to support the new CPAN meta file specification
* Update Archive-Tar to CPAN version 1.70Chris 'BinGOs' Williams2010-11-151-0/+1
| | | | | | | | | | | [DELTA] * important changes in version 1.70 15/11/2010 - Add ptargrep utility courtesy of Grant McLean ** I think I found everywhere that needed updating by grepping for 'ptardiff' and adding where needed. This stuff is definitively not intuitive.
* Move pod2html.PL into ext/Pod-HtmlNicholas Clark2010-10-051-1/+1
| | | | | Let ExtUtils::MakeMaker deal with running these extraction scripts, rather than repeating the logic in (at least) 5 places.
* Move pod2man.PL, pod2text.PL, podselect.PL into cpan/podlators/scriptsNicholas Clark2010-10-051-2/+2
| | | | | Let ExtUtils::MakeMaker deal with running these extraction scripts, rather than repeating the logic in (at least) 5 places.
* Move pod2usage.PL, podchecker.PL, podselect.PL into cpan/Pod-Parser/scriptsNicholas Clark2010-10-051-3/+3
| | | | | Let ExtUtils::MakeMaker deal with running these extraction scripts, rather than repeating the logic in (at least) 5 places.
* Move pod2latex.PL into its CPAN distribution directory.Nicholas Clark2010-10-051-1/+1
| | | | | Let ExtUtils::MakeMaker deal with running this extraction script, rather than repeating the logic in (at least) 5 places.
* Also install perlbug as perlthanks, to make it easy for people to sendNicholas Clark2008-02-251-1/+1
| | | | | | their appreciation to perl-thanks@perl.org. It would be nice to get feedback other than bug reports. p4raw-id: //depot/perl@33371
* Add CPANPLUS 0.78Rafael Garcia-Suarez2007-04-101-0/+3
| | | p4raw-id: //depot/perl@30883
* Remove perlcc and the byteloaderRafael Garcia-Suarez2006-09-061-1/+0
| | | p4raw-id: //depot/perl@28790
* add Module::Build 0.27_08Yitzchak Scott-Thoennes2006-03-061-0/+1
| | | | | Message-ID: <20060305200830.GA2660@efn.org> p4raw-id: //depot/perl@27389
* Install the ptardiff utility that comes with Archive::TarRafael Garcia-Suarez2006-01-271-0/+1
| | | p4raw-id: //depot/perl@26963
* Add shasum (from Digest::SHA) to utils.lstRafael Garcia-Suarez2006-01-081-0/+1
| | | p4raw-id: //depot/perl@26733
* Add the ptar(1) utility from Archive::TarRafael Garcia-Suarez2005-06-211-0/+1
| | | p4raw-id: //depot/perl@24926
* Add Module::CoreList to bleadperl.Jos I. Boumans2005-02-081-0/+1
| | | | | | | Subject: [PATCH] Module::CoreList 1.98 integration (was: Re: [RFC] More core integration) From: "Jos I. Boumans" <kane@xs4all.net> Message-Id: <097CE3D0-714B-11D9-B82E-000A956B0E06@xs4all.net> p4raw-id: //depot/perl@23947
* Upgrade to Test::Harness 2.38.Rafael Garcia-Suarez2003-11-301-0/+1
| | | | | | Introduce the prove(1) utility. (The prove-switches test is disabled for now.) p4raw-id: //depot/perl@21826
* Install instmodsh and xsubpp in bin/ along the other utilities.Rafael Garcia-Suarez2003-11-171-1/+2
| | | p4raw-id: //depot/perl@21740
* As the perldoc.pod is now in a separate file under pod/,Rafael Garcia-Suarez2003-07-211-1/+1
| | | | | the installman script was installing an empty perldoc.1 manpage. p4raw-id: //depot/perl@20179
* Upgrade to CPAN 1.64, from Andreas Koenig.Jarkko Hietaniemi2003-02-081-0/+1
| | | p4raw-id: //depot/perl@18672
* Add piconv and enc2xs to the list of utilities.Jarkko Hietaniemi2002-04-131-0/+2
| | | p4raw-id: //depot/perl@15892
* [PATCH: perl@11564] introducing perlivpPrymmer/Kahn2001-08-061-0/+1
| | | | | | | | | | | Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT) Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com> Subject: Re: [PATCH: perl@11564] introducing perlivp From: Prymmer/Kahn <pvhp@best.com> Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT) Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com> p4raw-id: //depot/perl@11594
* Initial integration of libnet-1.0703.Jarkko Hietaniemi2001-06-171-0/+1
| | | | | | The Configure script renamed as libnetcfg, will be installed along other utilities. p4raw-id: //depot/perl@10663
* Detypos.Jarkko Hietaniemi2001-05-171-2/+2
| | | p4raw-id: //depot/perl@10151
* Sort utils.lst for easier maintenance.Jarkko Hietaniemi2001-05-161-8/+8
| | | p4raw-id: //depot/perl@10138
* Re: [PATCH] Abstract "utility" information from installmanTim Jenness2001-05-161-5/+6
| | | | | | | Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu> Add pod2latex to utils.lst. p4raw-id: //depot/perl@10137
* Re: [PATCH] Abstract "utility" information from installmanSimon Cozens2001-05-161-1/+1
| | | | | Message-ID: <20010516180208.A6458@netthink.co.uk> p4raw-id: //depot/perl@10135
* Re: [PATCH] Abstract "utility" information from installmanSimon Cozens2001-05-161-0/+19
Message-ID: <20010516155755.A4728@netthink.co.uk> p4raw-id: //depot/perl@10129