summaryrefslogtreecommitdiff
path: root/MANIFEST
Commit message (Collapse)AuthorAgeFilesLines
* Re: [perl #56644] PerlIO resource leaks on open() and then :pop in :unix and ↵Goro Fuji2008-11-081-0/+1
| | | | | | | | :stdio From: "Goro Fuji" <gfuji@cpan.org> Message-ID: <efb9c59b0807061604q476025e9n85893f131a6bf23e@mail.gmail.com> p4raw-id: //depot/perl@34775
* Re: [perl #57322] perlbug AutoReply: ungetc() to :scalar might cause problemsGoro Fuji2008-11-081-0/+1
| | | | | | From: "Goro Fuji" <gfuji@cpan.org> Message-ID: <efb9c59b0807262237r62497f36g4f6d6881bb684a53@mail.gmail.com> p4raw-id: //depot/perl@34773
* create new unicode props as defined in POSIX spec (optionally use them in ↵Yves Orton2008-11-071-0/+1
| | | | | | | | | | | | | | | | | | | | the regex engine) Perlbug #60156 and #49302 (and probably others) resolve down to the problem that the definition of \s and \w and \d and the POSIX charclasses are different for unicode strings and for non-unicode strings. This broke the character class logic in the regex engine. The easiest fix to make the character class logic sane again is to define new properties which do match. This change creates new property classes that can be used instead of the traditional ones (it does not change the previously defined ones). If the define in regcomp.h: #define PERL_LEGACY_UNICODE_CHARCLASS_MAPPINGS 1 is changed to 0, then the new mappings will be used. This will fix a bunch of bugs that are reported as TODO items in the new reg_posixcc.t test file. p4raw-id: //depot/perl@34769
* Upgrade to Test-Simple-0.85_01, keeping local changes 34491 and 34545Steve Hay2008-11-071-0/+1
| | | p4raw-id: //depot/perl@34761
* Upgrade to podlators-2.2.0Steve Hay2008-11-071-0/+1
| | | p4raw-id: //depot/perl@34758
* Bring ExtUtils::Install up to date with the latest on CPAN 1.50_04 and ↵Yves Orton2008-11-051-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | related test changes This involves changes to shared test files used by ExtUtils::MakeMaker and ExtUtils::Install, in particular updating the core/MakeMaker version of ExtUtils/t/basic.t so that it reflects the 1.50_03 version, and then splitting it in half into basic.pl and basic_finish.pl, which are then evalled (together) by basic.t. ExtUtils::Install does somethign similar but only with basic.pl. This also silences an odd warning from MM_Any.pm that comes up once in a while, which I believe is to do with a deeper core failure as it occurs in code utterly unrelated to these changes. This patch needs to be pushed upstream to the ExtUtils::MakeMaker distribution on CPAN under Schwern's supervision. In this way it will be possible to simply copy the t/basic.pl from core into ExtUtils::Install or into ExtUtils::MakeMaker or whatever. Includes the following changes from ExtUtils::Install: 1.50_04 SVN revision 41. Restructure tests to make it easier to maintain given it is distributed in various ways in three different packages. 1.50_03 SVN revision 40. Sigh, just after i released 1.50_02 I noticed that a test modified in it will fail under VMS. So this is a fixup release for that alone. 1.50_02 SVN revision 39. Synchronize with the changes that were made in blead perl patch #33567. VMS changes by Craig Berry. See http://public.activestate.com/cgi-bin/perlbrowse/p/33567 This was marked in the pod as 1.51 but not actually version bumped. So I've marked it as 1.50_02 as a test release prior to putting it out as the real 1.51 This release also restores the missing installed.t which was accidentally missed by the MANIFEST having a duplicate entry for install.t instead. Probably something should have warned about this, but I haven't worked out what. Includes changes from Activestate/ActivePerl: - To make installation less chatty when not under verbose mode. See http://rt.cpan.org/Public/Bug/Display.html?id=5903 - To install HTML documentation files under builds that set $Config{installhtmldir} (and presumably also create HTML versions of the pod -- which is quite nice actually :-) http://rt.cpan.org/Ticket/Display.html?id=37727 p4raw-id: //depot/perl@34742
* Upgrade to Devel::PPPort 3.14_04Marcus Holland-Moritz2008-10-301-0/+2
| | | p4raw-id: //depot/perl@34669
* Upgrade to CPAN-1.9301.Steve Peters2008-10-291-1/+2
| | | p4raw-id: //depot/perl@34638
* Haiku PortIngo Weinhold2008-10-291-0/+7
| | | | | Message-Id: <20081029022544.413.1@knochen-vm.localdomain> p4raw-id: //depot/perl@34630
* Upgrade to ExtUtils::Command 1.15Nicholas Clark2008-10-251-0/+1
| | | p4raw-id: //depot/perl@34590
* MANIFEST update relating to change 34504.Nicholas Clark2008-10-181-0/+3
| | | p4raw-id: //depot/perl@34508
* Damian has transferred Filter::Simple to p5p. Bump its version to 0.83Nicholas Clark2008-10-181-1/+0
| | | | | | with the new contact details, and remove the out-of-date README from core. p4raw-id: //depot/perl@34505
* One final tweak for the Test-Simple-0.82 upgrade. Ugh.Steve Peters2008-10-151-1/+1
| | | p4raw-id: //depot/perl@34490
* *sigh* More files messed with for Test-Simple-0.82.Steve Peters2008-10-151-0/+1
| | | p4raw-id: //depot/perl@34488
* Must remember to update MANIFEST, OK?Steve Peters2008-10-151-23/+28
| | | p4raw-id: //depot/perl@34485
* Upgrade to ExtUtils-MakeMaker-6.47_01Nicholas Clark2008-10-151-0/+2
| | | p4raw-id: //depot/perl@34482
* Upgrade to Devel::PPPort 3.14_02Marcus Holland-Moritz2008-10-121-0/+2
| | | p4raw-id: //depot/perl@34475
* Upgrade to Archive-Tar-1.39_04Steve Hay2008-10-011-0/+6
| | | | | Local change 32352 remains in 04_resolved_issues.t p4raw-id: //depot/perl@34452
* Upgrade to Module-Build-0.30Steve Hay2008-09-301-0/+3
| | | | | | | Local changes 32357 in ppm.t and 32351 in test_type.t and xs.t remain, but not the tilde.t part of 32351, which looks like it might be superseded by changes in 0.30 p4raw-id: //depot/perl@34446
* Storable and HP-UX Optimizer don't like eachother on 5.8.xH.Merijn Brand2008-09-291-0/+1
| | | | | | Dropping optimization level for HP C-ANSI-C to +O1 won't do too much harm to all other builds, so keep it simple p4raw-id: //depot/perl@34441
* Upgrade to ExtUtils-MakeMaker-6.46Steve Hay2008-09-291-0/+2
| | | | | | Local changes 32905 and 32964 in MM_Unix.pm and 33259 in MM_Unix.t remain p4raw-id: //depot/perl@34440
* Hints file for MirOS BSDChris BinGOs Williams2008-09-261-0/+1
| | | | | | | From: "Chris 'BinGOs' Williams" <chris@bingosnet.co.uk> Message-ID: <20080925150310.GA30736@klanker.bingosnet.co.uk> Date: Thu, 25 Sep 2008 16:03:10 +0100 p4raw-id: //depot/perl@34423
* Upgrade to podlators-2.1.4Steve Hay2008-09-261-0/+1
| | | p4raw-id: //depot/perl@34421
* Add new test file to MANIFEST. Fix tests for threaded builds.H.Merijn Brand2008-09-251-0/+1
| | | p4raw-id: //depot/perl@34418
* Upgrade to podlators 2.1.3Nicholas Clark2008-09-151-0/+1
| | | p4raw-id: //depot/perl@34364
* Upgrade to Test::Harness 3.14Nicholas Clark2008-09-131-0/+6
| | | p4raw-id: //depot/perl@34359
* No, third time not lucky. Remove the extraneous leading - sign.Nicholas Clark2008-08-261-1/+1
| | | p4raw-id: //depot/perl@34233
* And then change 34231 removed the other t/lib/Dev/Null.pm from theNicholas Clark2008-08-261-0/+1
| | | | | MANIFEST, when it too needs to stay. Third time lucky? p4raw-id: //depot/perl@34232
* Khaaaaan! Change 34230 wasn't right. The tests all passed because INicholas Clark2008-08-261-2/+1
| | | | | | had a(nother) copy of Dev::Null in the "right" place. So make that right place official. p4raw-id: //depot/perl@34231
* And then add the Dev::Null from Test-Simple-0.80Nicholas Clark2008-08-261-0/+1
| | | p4raw-id: //depot/perl@34230
* Move all of Test::Harness's test modules into ext/Test/Harness/t/libNicholas Clark2008-08-261-14/+14
| | | p4raw-id: //depot/perl@34229
* Move t/lib/{data,sample-tests,source_tests,subclass_tests} intoNicholas Clark2008-08-261-65/+65
| | | | | | ext/Test/Harness/t/{data,sample-tests,source_tests,subclass_tests} (The same path as in the Test-Harness distribution.) p4raw-id: //depot/perl@34227
* Move the modules, tests, prove and Changes file from lib/ toNicholas Clark2008-08-191-84/+85
| | | | | | | ext/Test/Harness. Not everything is there yet, but it makes it way easier to swap the directory out and replace it with a trunk svn checkout. p4raw-id: //depot/perl@34206
* Cygwin build harmonization, remove cygwin/Makefile.SHsReini Urban2008-08-111-1/+0
| | | | | | From: "Reini Urban" <rurban@x-ray.at> Message-ID: <6910a60807280355g129511d9v61c9763c3fd12a27@mail.gmail.com> p4raw-id: //depot/perl@34200
* Upgrade to Test::Harness 3.13Nicholas Clark2008-07-311-0/+23
| | | p4raw-id: //depot/perl@34169
* Upgrade to podlators 2.1.2Steve Hay2008-07-221-0/+2
| | | p4raw-id: //depot/perl@34153
* Upgrade to Encode-2.26Steve Hay2008-07-071-1/+1
| | | p4raw-id: //depot/perl@34103
* threads::shared 1.24Jerry D. Hedden2008-07-021-0/+1
| | | | | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510807020701v78a14d06g1e0e5f098c6131ed@mail.gmail.com> ...plus some adjustments to the test headers to prevent failures in the Perl core. p4raw-id: //depot/perl@34098
* Some more missing isGV_with_GP()sBen Morrow2008-06-281-0/+1
| | | | | Message-ID: <20080628160017.GA81579@osiris.mauzo.dyndns.org> p4raw-id: //depot/perl@34092
* A quick new release of Pod-Simple has removed the dependency on Steve Peters2008-06-051-68/+0
| | | | | HTML-Parser. HTML-Parser and HTML-Tagset will now be leaving us. p4raw-id: //depot/perl@34001
* Assimilate HTML-Parser and HTML-Tagset. HTML-Parser is now a prereqSteve Peters2008-06-051-31/+99
| | | | | | for Pod-Simple and HTML-Tagset is a prereq for HTML-Parser. I also resorted the MANIFEST file. p4raw-id: //depot/perl@33998
* Upgrade to Pod-Simple-3.06Steve Peters2008-06-041-0/+3
| | | p4raw-id: //depot/perl@33997
* Upgrade to podlators-2.1.0Steve Peters2008-06-021-0/+1
| | | p4raw-id: //depot/perl@33987
* Upgrade to Object-Accessor-0.34Steve Peters2008-05-211-0/+1
| | | p4raw-id: //depot/perl@33899
* Merge common code from installperl and installman into install_lib.plNicholas Clark2008-05-191-0/+1
| | | p4raw-id: //depot/perl@33862
* Add ..., !!!, and ??? operatorschromatic2008-05-181-0/+1
| | | | | Message-Id: <200805101252.11961.chromatic@wgz.org> p4raw-id: //depot/perl@33858
* IO::Compress::* 2.011Paul Marquess2008-05-181-0/+1
| | | | | | From: "Paul Marquess" <Paul.Marquess@ntlworld.com> Message-ID: <CF9B8F335CB2417FBA78E0F08EAB1F7D@myopwv.com> p4raw-id: //depot/perl@33846
* threads::shared 1.21Jerry D. Hedden2008-05-161-0/+1
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510805160652l73e7d5a9hdc675e8efbbf1479@mail.gmail.com> p4raw-id: //depot/perl@33836
* Upgrade to Digest-SHA-5.47Steve Peters2008-05-021-1/+1
| | | p4raw-id: //depot/perl@33779
* New tests (and TODO tests) for ~~ and overloading,Ricardo SIGNES2008-04-261-0/+1
| | | | | | | | based on: Subject: object ~~ overloading and not Message-ID: <20080418220238.GA91526@knight.local> p4raw-id: //depot/perl@33750