summaryrefslogtreecommitdiff
path: root/dist
Commit message (Collapse)AuthorAgeFilesLines
* typo fixes for Math-BigIntDavid Steinbrunner2013-05-274-20/+20
|
* Increase $Net::Ping::VERSION to 2.42Father Chrysostomos2013-05-261-1/+1
|
* Net::Ping: wrap long pod linesFather Chrysostomos2013-05-261-2/+5
|
* make corelist switches always case sensitiveRicardo Signes2013-05-252-2/+8
|
* Bump Tie::File's test suite's version to match modules.James E Keenan2013-05-251-1/+1
|
* typo fixes for Tie::FileDavid Steinbrunner2013-05-251-3/+3
| | | | Bump $VERSION.
* typo fixes for Term::ReadLineDavid Steinbrunner2013-05-251-4/+4
| | | | Bump $VERSION.
* typo fix for Module::CoreListDavid Steinbrunner2013-05-251-1/+1
|
* typo fix for StorableDavid Steinbrunner2013-05-252-8/+8
| | | | | | | | Bump $VERSION. typo fixes for Math::BigRat Bump $VERSION.
* typo fix for IODavid Steinbrunner2013-05-251-2/+2
| | | | Bump $VERSION.
* typo fixes for ExtUtils::InstallDavid Steinbrunner2013-05-251-10/+10
| | | | Bump $VERSION.
* typo fix for ExtUtils::CBuilderDavid Steinbrunner2013-05-251-2/+2
| | | | Bump $VERSION.
* typo fix for Data::DumperDavid Steinbrunner2013-05-251-5/+5
| | | | Bump $VERSION.
* typo fix for bigintDavid Steinbrunner2013-05-251-2/+2
| | | | Bump $VERSION.
* typo fixes for B::DepaeseDavid Steinbrunner2013-05-251-3/+3
| | | | Bump $VERSION.
* canonical.t test for Storable will use Digest::MD5 instead of MD5Alexandr Ciornii2013-05-251-3/+4
|
* Bump $VERSION.James E Keenan2013-05-251-1/+1
|
* typo fixes for Locale::MaketextDavid Steinbrunner2013-05-252-3/+3
|
* typo fixes for CwdDavid Steinbrunner2013-05-252-4/+4
| | | | Bump $VERSION.
* another typo fix for ExtUtils::ParseXSDavid Steinbrunner2013-05-251-2/+2
| | | | Bump $VERSION.
* typo fixes for ExtUtils::ParseXSDavid Steinbrunner2013-05-252-6/+6
|
* typo fix for Attribute::HandlersDavid Steinbrunner2013-05-251-4/+3
| | | | Bump $VERSION.
* fix various podcheck nitsDavid Golden2013-05-234-12/+13
|
* fix various Pod line length warningsDavid Golden2013-05-231-1/+2
|
* Merge branch 'smoke-me/coreutils' into bleadChris 'BinGOs' Williams2013-05-212-0/+877
|\
| * Added v5.18.0 and v5.19.0 data to Module::CoreList::UtilsChris 'BinGOs' Williams2013-05-191-0/+18
| |
| * update Module::CoreList for 5.19.0Ricardo Signes2013-05-193-117/+75
| | | | | | | | and its mass removal!
| * update CoreList for new Pod::Simple in 5.18.0Ricardo Signes2013-05-192-2/+29
| |
| * bump the version on Module::CoreListRicardo Signes2013-05-193-5/+8
| |
| * Add repository and bugtracker META to Module-CoreList Makefile.PLChris 'BinGOs' Williams2013-05-191-0/+15
| |
| * update Module::CoreList for v5.18.0Ricardo Signes2013-05-192-1/+74
| |
| * Include deprecations for v5.17.10 and v5.17.11 in Module::CoreListChris 'BinGOs' Williams2013-05-193-3/+176
| | | | | | | | This will probably resolve [perl #117711]
| * update Module::CoreList for v5.17.11Ricardo Signes2013-05-193-4/+56
| |
| * Subject: [PATCH] Update INSTALLDIRS to favor installation under 'site'.James E Keenan2013-05-198-6/+8
| | | | | | | | For: RT #116479
| * Add Module::CoreList::Utils moduleChris 'BinGOs' Williams2013-05-152-0/+859
| | | | | | | | | | | | The result of archaeology undertaken during QA Hackathon in Lancaster, all the utilities that have shipped with each version of perl.
* | Remove 2 superfluous use lines from ExtUtils::CBuilder.Nicholas Clark2013-05-211-3/+1
| | | | | | | | | | | | | | | | | | use IO::File was added with the upgrade to 0.23 (commit c3fb68a339256eb3 in April 2008), but the use of IO::File in the code was eliminated by the upgrade to 0.2800 (commit 06e8058f27e4269b in Dec 2010), which replaced the code in question with use of File::Temp. The latter refactoring also added the use Data::Dumper; line, but did not add any code which uses Data::Dumper.
* | Remove fakethr.h and eliminate all references to it and FAKE_THREADSNicholas Clark2013-05-212-3/+3
| | | | | | | | | | | | | | | | | | | | 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.
* | update corelist for Getopt::Std, utf8Ricardo Signes2013-05-201-0/+2
| |
* | update Module::CoreList for 5.19.0Ricardo Signes2013-05-183-117/+75
| | | | | | | | and its mass removal!
* | Remove core references to SVt_BINDKarl Williamson2013-05-182-2/+2
| | | | | | | | | | | | This scalar type was unused. This is the first step in using the slot freed up for another purpose. The slot is now occupied by a temporary placeholder named SVt_DUMMY.
* | Address [perl #117999] for now by skipping known bad test on AIXTony Cook2013-05-152-0/+4
| |
* | update CoreList for new Pod::Simple in 5.18.0Ricardo Signes2013-05-122-2/+29
| |
* | bump the version on Module::CoreListv5.18.0-RC1Ricardo Signes2013-05-113-5/+8
| |
* | Add repository and bugtracker META to Module-CoreList Makefile.PLChris 'BinGOs' Williams2013-05-101-0/+15
| |
* | update Module::CoreList for v5.18.0Ricardo Signes2013-05-092-1/+74
| |
* | bump dist/IO/lib/IO/Handle.pm version to 1.34Dominic Hargreaves2013-05-071-1/+1
| |
* | [perl #117791] Clarify that write does not match the C 'write' semanticsDominic Hargreaves2013-05-071-2/+5
| |
* | Fix non-blocking sockets on VMS.Craig A. Berry2013-05-051-2/+2
| | | | | | | | | | | | | | | | | | It turns out sockets on VMS (just like Windows) are blocking by default, but the same code already in IO::Socket::blocking for Windows that uses ioctl to set non-blocking works just fine on VMS. This is part of [perl #116433] as the deficieny was exposed by tests in IO::Socket::IP.
* | Fix typo in Module::CoreList PODChris 'BinGOs' Williams2013-05-041-1/+1
| |
* | Revert "Add a deprecation warning for all uses of @*, %*, &* and **."Nicholas Clark2013-05-031-6/+1
| | | | | | | | | | | | | | | | This reverts commit 982110e06e40aad7a538cb788327cca8aaabce22. Conflicts: pod/perldelta.pod