| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[DELTA]
$Revision: 2.70 $ $Date: 2015/02/05 10:53:00 $
! Makefile.PL
add bin/encguess to EXE_FILES
2.69 2015/02/05 10:35:11
! bin/encguess
Refactored so that
* does not depend on non-core module (File::Slurp in particular)
* PODified document
* -s "encA encB" to -s encA,encB which is more shell-friendly
* and more
! MANIFEST
+ bin/encguess
Pulled: Added CLI wrapper for Encode::Guess
https://github.com/dankogai/p5-encode/pull/32
! Unicode/Unicode.pm
Pulled: Bump $VERSION in module changed since Encode-2.60
https://github.com/dankogai/p5-encode/pull/31
|
|
|
|
|
| |
This removes find2perl, s2p and a2p from core. They have all been
released to CPAN as separate distributions.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
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/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[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
|
| |
|
| |
|
|
|
|
| |
It has been deprecated in 5.14. Now is the time to remove it.
|
|
|
|
|
| |
Per discussions with Jesse Vincent, JSON::PP has been added
to the Perl core to support the new CPAN meta file specification
|
|
|
|
|
|
|
|
|
|
|
| |
[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.
|
|
|
|
|
| |
Let ExtUtils::MakeMaker deal with running these extraction scripts, rather than
repeating the logic in (at least) 5 places.
|
|
|
|
|
| |
Let ExtUtils::MakeMaker deal with running these extraction scripts, rather than
repeating the logic in (at least) 5 places.
|
|
|
|
|
| |
Let ExtUtils::MakeMaker deal with running these extraction scripts, rather than
repeating the logic in (at least) 5 places.
|
|
|
|
|
| |
Let ExtUtils::MakeMaker deal with running this extraction script, rather than
repeating the logic in (at least) 5 places.
|
|
|
|
|
|
| |
their appreciation to perl-thanks@perl.org.
It would be nice to get feedback other than bug reports.
p4raw-id: //depot/perl@33371
|
|
|
| |
p4raw-id: //depot/perl@30883
|
|
|
| |
p4raw-id: //depot/perl@28790
|
|
|
|
|
| |
Message-ID: <20060305200830.GA2660@efn.org>
p4raw-id: //depot/perl@27389
|
|
|
| |
p4raw-id: //depot/perl@26963
|
|
|
| |
p4raw-id: //depot/perl@26733
|
|
|
| |
p4raw-id: //depot/perl@24926
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Introduce the prove(1) utility.
(The prove-switches test is disabled for now.)
p4raw-id: //depot/perl@21826
|
|
|
| |
p4raw-id: //depot/perl@21740
|
|
|
|
|
| |
the installman script was installing an empty perldoc.1 manpage.
p4raw-id: //depot/perl@20179
|
|
|
| |
p4raw-id: //depot/perl@18672
|
|
|
| |
p4raw-id: //depot/perl@15892
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
The Configure script renamed as libnetcfg, will be
installed along other utilities.
p4raw-id: //depot/perl@10663
|
|
|
| |
p4raw-id: //depot/perl@10151
|
|
|
| |
p4raw-id: //depot/perl@10138
|
|
|
|
|
|
|
| |
Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
Add pod2latex to utils.lst.
p4raw-id: //depot/perl@10137
|
|
|
|
|
| |
Message-ID: <20010516180208.A6458@netthink.co.uk>
p4raw-id: //depot/perl@10135
|
|
Message-ID: <20010516155755.A4728@netthink.co.uk>
p4raw-id: //depot/perl@10129
|