summaryrefslogtreecommitdiff
path: root/MANIFEST
Commit message (Collapse)AuthorAgeFilesLines
* Update HTTP-Tiny to CPAN version 0.029Chris 'BinGOs' Williams2013-05-241-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 0.029 2013-04-17 13:49:07 America/New_York [FIXED] - Checks for new enough OpenSSL library before using SNI (otherwise IO::Socket::SSL throws warnings) 0.028 2013-03-05 14:11:57 America/New_York [SUPPORT] - Fix repository/issue links to reflect proper repo name 0.027 2013-03-05 12:02:58 America/New_York [SUPPORT] - Changed metadata to point to the chansen github repository for code and issues [DOCUMENTATION] - Added hyperlink for HTTP::CookieJar 0.026 2013-03-04 22:53:39 America/New_York [ADDED] - Added cookie support if an HTTP::CookieJar object is provided in the 'cookie_jar' attribute [Edward Zborowski]
* Update Pod-Perldoc to CPAN version 3.20Chris 'BinGOs' Williams2013-05-241-1/+1
| | | | | | | | | | | [DELTA] 3.20 - Sat Apr 27 05:25:30 UTC 2013 * Make default formatter "ToTerm" instead of "ToMan" for better UTF-8 support * When dynamically building POD from perlfunc (perlvar) make sure we open filehandles with utf8 and add an =encoding (RT #80527) (RT #80640)
* Update Pod-Usage to CPAN version 1.62Chris 'BinGOs' Williams2013-05-241-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 1.62 (marekr) Patches provided by rjbs - many thanks! - These commits update Pod::Usage to only use Pod::Simple, so that any reliance on Pod::Parser is removed, making it easier to remove Pod::Parser from core. - [PATCH 1/4] update Makefile: strict, INSTALLDIR, 5.6 - [PATCH 2/4] we will start to require perl 5.6 from here on out - [PATCH 3/4] always use Pod::Text as default base class - [PATCH 4/4] eliminate the branch in which Pod::Parser would be used This commit is intended entirely to free Pod::Usage from any reliance on Pod::Parser. * Usage.pm now defaults to using Pod::Text, rather than checking $] to pick. * $Pod::Select::MAX_HEADING_LEVEL is replaced with a local var * &Pod::Select::_compile_section_spec is copied into this module This isn't the most elegant fix, but it's a bit of a ball of mud. The code is written to let you alter @ISA at runtime to something that is derived either from Pod::Parser or Pod::Simple. This should probably be more explicitly limited to Pod::Simple in future releases. - CPAN#84031: eliminate branches using Pod::Parser removed test suite dependencies on Pod::Parser
* Update CPAN-Meta to CPAN version 2.130880Chris 'BinGOs' Williams2013-05-241-0/+1
| | | | | | | | | | | | | | | | | [DELTA] 2.130880 2013-03-29 09:51:00 America/New_York [BUGFIX] - Fix provides 'version' bug introduced in the 2.130870 fix 2.130870 2013-03-28 11:08:50 America/New_York [BUGFIX] - Don't add 'version' to 'provides' during conversion if one didn't exist in the original [Reported by Miyagawa; fixed by David Golden]
* Updated Module-Metadata to CPAN version 1.000014Chris 'BinGOs' Williams2013-05-241-0/+3
| | | | | | | | | | | | | | | | | [DELTA] 1.000014 - 2014-05-09 - Remove "now installs to 'site' for perl 5.12+" from last version 1.000013 - 2013-05-08 - Fix reliance on recent Test::Builder - Make tests perl 5.6 compatible - now installs to 'site' for perl 5.12+, as per p5p recommendation 1.000012 - 2013-05-04 - improved package detection heuristics (thanks, Edward Zborowski!) - fix ->contains_pod (RT#84932, Tokuhiro Matsuno) - fix detection of pod after __END__ (RT79656, Tokuhiro Matsuno)
* Update Encode to CPAN version 2.51Chris 'BinGOs' Williams2013-05-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] $Revision: 2.51 $ $Date: 2013/04/29 22:19:11 $ ! Encode.xs Addressed: Encode.xs doesn't compile with Microsoft C compiler https://rt.cpan.org/Public/Bug/Display.html?id=84920 ! MANIFEST Addressed: t/taint.t missing https://rt.cpan.org/Public/Bug/Display.html?id=84919 2.50 2013/04/26 18:30:46 ! Encode.xs Unicode/Unicode.xs lib/Encode/Unicode/UTF7.pm lib/CN/HZ.pm lib/Encode/GSM0338.pm t/taint.t Addressed: Encode::encode and Encode::decode gratuitously launders tainted data Taintedness now propagates as it should. https://rt.cpan.org/Ticket/Display.html?id=84879 ! encoding.pm Addressed: 5.18 deprecation https://rt.cpan.org/Ticket/Display.html?id=84709 ! bin/piconv Applied: Update piconv documentation https://rt.cpan.org/Ticket/Display.html?id=84695
* Update Config-Perl-V to version 0.18H.Merijn Brand2013-05-241-1/+2
|
* Add new Module::CoreList::Utils to MANIFESTChris 'BinGOs' Williams2013-05-211-0/+2
|
* Remove fakethr.h and eliminate all references to it and FAKE_THREADSNicholas Clark2013-05-211-1/+0
| | | | | | | | | | fakethr.h and FAKE_THREADS were for a "green" threads implementation of 5005threads. 5005threads itself is long gone, and it's not clear that -DFAKE_THREADS *ever* built correctly. Certainly it did not work for the 5.005 release, and it did not work at the time of the commits for the initial checkin. The closest that it seems to have been to working is around commit c6ee37c52f2ca9e5 (Dec 1997), where the headers no longer contained errors, but perl.c failed to compile.
* Eliminate x2p/cflags.SH. x2p's Makefile can use ../cflagsNicholas Clark2013-05-201-1/+0
| | | | x2p/Makefile is only used on *nix, so this should not present a problem.
* Move genpacksizetables.pl to regen/genpacksizetables.plNicholas Clark2013-05-201-1/+1
|
* Extract the generated packprops array into packsizetables.c.Nicholas Clark2013-05-201-0/+1
| | | | | | | The C source is the output from genpacksizetables.pl Previously it was pasted into pp_pack.c LocalWords: packprops
* Remove perlsh, which is neither installed nor referenced anywhere.Nicholas Clark2013-05-201-1/+0
| | | | | | Described as a "poor man's perl shell", it is unreferenced, and virtually unchanged since its addition in perl 2. As it is never installed, it's not used by anyone.
* Update Test-Harness to CPAN version 3.27Nicholas Clark2013-05-201-1/+0
| | | | | | | | | | | | | | | | [DELTA] 3.28 2013-05-02 - Bugfix: Fix taint failures on Windows (Jan Dubois) 3.27 2013-04-30 - Dramatically reduce memory usage (Nick Clark, RT #84939) - Store test_num (in Grammar.pm) as a number instead of a string. Reduces memory usage (Nick Clark, RT #84939) - PERL5LIB is always propogated to a test's @INC, even with taint more (Schwern, RT #84377) The local modifications to t/source.t are retained. [rt.cpan.org #64353]
* add new perldeltaRicardo Signes2013-05-201-0/+1
|
* Removed cpan/File-CheckTreeRicardo Signes2013-05-181-2/+0
|
* Removed cpan/Text-SoundexRicardo Signes2013-05-181-5/+0
|
* Removed cpan/Log-MessageChris 'BinGOs' Williams2013-05-181-8/+0
|
* Removed cpan/Log-Message-SimpleChris 'BinGOs' Williams2013-05-181-4/+0
|
* Remove cpan/Object-AccessorChris 'BinGOs' Williams2013-05-181-8/+0
|
* Remove cpan/Term-UIChris 'BinGOs' Williams2013-05-181-5/+0
|
* Remove cpan/Module-PluggableChris 'BinGOs' Williams2013-05-181-74/+0
|
* Remove cpan/Pod-LaTeX and pod2latex utilityChris 'BinGOs' Williams2013-05-181-4/+0
|
* Remove cpan/B-LintChris 'BinGOs' Williams2013-05-181-4/+0
|
* Remove cpan/Archive-ExtractChris 'BinGOs' Williams2013-05-181-30/+0
| | | | | | | Note: Porting/core-cpan-diff refactored to use Archive::Tar instead of Archive::Extract
* Remove cpan/CPANPLUS and associated utilitiesChris 'BinGOs' Williams2013-05-181-87/+0
|
* Remove cpan/CPANPLUS-Dist-BuildChris 'BinGOs' Williams2013-05-181-11/+0
|
* bump the perldelta versionRicardo Signes2013-05-181-0/+1
|
* Update Pod-Simple to CPAN version 3.28Chris 'BinGOs' Williams2013-05-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 2013-05-04 David E. Wheeler <david@justatheory.org> * Release 3.28 Removed use of 'done_testing' in t/white.t, which was added in v3.27. Thanks to Paul Howarth for the catch. Fixed inproperly calculated number of skipped tests in t/xhtml01.t when HTML::Entities is not intalled. 2013-05-03 David E. Wheeler <david@justatheory.org> * Release 3.27 Added new warnings as defined by Pod::Checker, thanks to RJBS: + "=over" without "=back" + "L<>" starts or ends with whitespace + raw "|" or "/" in "L<text|link>" text Added ->keep_encoding_directive, which is false by default, to prevent formatters from emitting a document's '=encoding' directive in most cases. That they emitted the encoding was a bug introduced in v3.26 (RT #84093). Now, only the DumpAsText and DumpAsXML formats set it to true. Patch from Patrice Dumas.
* remove the 5.17 deltas, update for 5.18Ricardo Signes2013-05-071-12/+0
|
* test that perl headers don't introduce external referencesTony Cook2013-05-031-0/+1
| | | | | | | | | This is as close as possible to the original Time::HiRes probe code, further commits will clean that up. [perl #116989] [Amended from Tony's original to add -DPERL_NO_INLINE_FUNCTIONS]
* remove excluded test file cpan/ExtUtils-MakeMaker/t/Liblist_Kid.tTony Cook2013-04-161-1/+0
| | | | https://rt.perl.org/rt3/Ticket/Display.html?id=117477
* Porting/curliff.pl no longer needed; delete it.James E Keenan2013-04-131-1/+0
| | | | | | | Documentation patch submitted by Brad Gilbert++ provoked discussion concerning whether this program is still needed. Consensus was that it is not. For: RT #117185
* New perldeltaMax Maischein2013-03-221-0/+1
|
* update Perl::OSType from 1.002 to 1.003David Golden2013-03-201-1/+0
|
* Split out hash functions into new file and turn into inline static functionsYves Orton2013-03-191-0/+1
| | | | | This includes various tweaks related to building SipHash and other cleanup.
* update ExtUtils-MakeMaker to github v6.65_01Yves Orton2013-03-191-0/+1
| | | | | | | Perl core specific highlights: * Fix hash related issues for 5.18. * Do not hard code the list of perl header files - discover them from disk instead * Don't need completely different include file collector on VMS.
* Upgrade to Net::Ping 2.40. This should silence much of the blackSteve Peters2013-03-151-0/+1
| | | | smoke seen on Windows and Cygwin coming from Net::Ping.
* Data::Dumper test compatibility fixes for older PerlsSteffen Mueller2013-03-151-0/+1
| | | | Ported from Jim Keenan's changes in the DD github repository.
* Moved t/cmd/lexsub.t, t/cmd/while.t to t/op; split t/cmd/for.t to two ↵James E Keenan2013-03-131-2/+3
| | | | | | | | pieces, one in t/op/for.t. Update and sort MANIFEST. From work done at NY Perl Hackathon by Charlie Gonzalez and Taqqai Karim. For: RT #116615
* add perl5163delta.pod to bleadRicardo Signes2013-03-111-0/+1
|
* add perl5144deltaDavid Mitchell2013-03-111-0/+1
|
* Add a README outlining contents of Porting directory.James E Keenan2013-03-061-0/+1
| | | | For: RT #116477
* Fix several differences in the parsing of $.. and ${...}Brian Fraser2013-03-061-0/+1
| | | | | | | | | | | | | | Namely: * The first character in ${...} used to have no restrictions * ${foo:bar} used to be legal * ${foo::bar} worked, but ${foo'bar} didn't And possibly other subtle, so far undiscovered bugs. This was resolved by simply using the same code for both things. Note that this commit is not entirely useful on its own; While tests pass, it requires changes from the following commit to work entirely.
* Update Digest-SHA to CPAN version 5.83Chris 'BinGOs' Williams2013-03-051-4/+0
| | | | | | | | | | | | [DELTA] 5.83 Mon Mar 4 08:12:00 MST 2013 - removed code for standalone C operation (no longer used) -- eliminates need for external symbols -- consolidates SHA and HMAC code -- reduces size of object files -- thanks to Marc Lehmann for suggestions - tweaked Makefile.PL to show dependencies of SHA.c
* Update Pod-Simple to CPAN version 3.26Chris 'BinGOs' Williams2013-02-281-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 2013-02-27 David E. Wheeler <david@justatheory.org> * Release 3.26 Fixed another test script to skip all tests when Encode is not installed. Added 'encoding()' and 'detected_encoding()' to return the current encoding and the encoding actually to decode the input file. The value from "=encoding" is also now kept in the output tree. Patch from Patrice Dumas (RT #74390). 2013-02-16 David E. Wheeler <david@justatheory.org> * Release 3.25 Improved the warning when "=item" types mismatch within one "=over"/"=back" block. 2013-02-14 David E. Wheeler <david@justatheory.org> * Release 3.24 Fixed corner case bug for unlikely scenario in which non-UTF-8 text could be parsed as UTF-8. Grant McLean. XHTML IDs can no longer end with punctuation. Thanks to Smylers for the patch. Fixed test failure on Perl 5.6.2. Changed the default installation location from "perl" to "site" on 5.12 and higher, since as of that version of Perl, dual-life modules no longer need to be installed in "perl" to replace in-core versions. Patch from tzccinct. Fixed hash order dependency test failures on Perl 5.17. Thanks to Yves Orton for the patch. Inlined the code that tries to guess a Pod file's encoding. This reduces the time Pod::Simple takes to build the core Perl documentation by 15-20%. Thanks to Dagfinn Ilmari Mannsåker for the patch! Added a warning when "=item" types mismatch within one "=over"/"=back" block. Marc Green/Google Summer of Code, with assist from RJBS. Fixed regression introduced in 3.22 in which "C< >" tags were incorrectly treated as verbatim text in table of contents items emitted by Pod::Simple::XHTML. Thanks to Randy Stauner for the report and to Thomas Sibley for the fix! Loosened up the matching of "L< >" tags for man pages so that they allow names with dots, underscores, and any other chararacters other than "/", just so long as they end in '[(][-a-zA-Z0-9]+[)]'. Thanks to Dave Rolsky and Kevin Ryde for the reports (RT #82975 & RT #82972). Fixed inverted mapping of "keyboard" to "kbd" in Pod::Simple::HTML. Thanks to Robert Boisvert for the bug report (RT #79201). Added two new Tagmap entries to Pod::Simple::HTML: "preformat" maps to "pre", and "teletype" maps to "tt". Suggested by Robert Boisvert (RT #79201). "X< >" tags are now ignored by the pull parser when it searches for titles, as is any trailing whitespace. Thanks to Patrice Dumas for the report (RT #74389).
* New perldelta template for v5.17.10Chris 'BinGOs' Williams2013-02-201-0/+1
|
* [perl #116865] Upgrade to Thread::Queue 3.02Jerry D. Hedden2013-02-191-0/+1
| | | | | | | | | | Attached patch updates Thread::Queue to v3.0.2 in preparation for a CPAN release. Adds a new method to Thread::Queue to dequeue items with a timeout feature. This addition was suggested by Andreas Huber. Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
* Update File::Temp layoutSteve Hay2013-02-151-1/+1
| | | | | | The latest tarball has moved Temp.pm into a lib/ folder, so we may as well do likewise to keep Maintainers.pl happy. Also correct the tarball filename listed there.
* RT-116192 - If a directory in @INC already has a trailing '/', don't add ↵Matthew Horsfall (alh)2013-02-101-0/+2
| | | | another.