summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* The Grand Trek: move the *.t files from t/ to lib/ and ext/.Jarkko Hietaniemi2001-06-18167-1/+26370
| | | | | | | | | | | | | | | | | | | | | | | | No doubt I made some mistakes like missed some files or misnamed some files. The naming rules were more or less: (1) if the module is from CPAN, follows its ways, be it t/*.t or test.pl. (2) otherwise if there are multiple tests for a module put them in a t/ (3) otherwise if there's only one test put it in Module.t (4) helper files go to module/ (locale, strict, warnings) (5) use longer filenames now that we can (but e.g. the compat-0.6.t and the Text::Balanced test files still were renamed to be more civil against the 8.3 people) installperl was updated appropriately not to install the *.t files or the help files from under lib. TODO: some helper files still remain under t/ that could follow their 'masters'. UPDATE: On second thoughts, why should they. They can continue to live under t/lib, and in fact the locale/strict/warnings helpers that were moved could be moved back. This way the amount of non-installable stuff under lib/ stays smaller. p4raw-id: //depot/perl@10676
* Try the new test scanning scheme on Text::Abbrev.Jarkko Hietaniemi2001-06-171-0/+0
| | | p4raw-id: //depot/perl@10672
* Initial integration of libnet-1.0703.Jarkko Hietaniemi2001-06-1738-0/+8828
| | | | | | The Configure script renamed as libnetcfg, will be installed along other utilities. p4raw-id: //depot/perl@10663
* Less potentially test-harness-confusing output.Jarkko Hietaniemi2001-06-171-1/+1
| | | p4raw-id: //depot/perl@10662
* Add an option for handling dangling symbolic links.Jarkko Hietaniemi2001-06-171-17/+31
| | | p4raw-id: //depot/perl@10660
* Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS etc.Thomas Wegner2001-06-171-15/+15
| | | | | Message-Id: <p04320400b751fb74714a@[149.225.10.45]> p4raw-id: //depot/perl@10659
* Remove tmon.out in make cleanJonathan Stowe2001-06-171-1/+1
| | | | | Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com> p4raw-id: //depot/perl@10658
* Re: [PATCH] Re: perl@10611Nicholas Clark2001-06-161-89/+103
| | | | | Message-ID: <20010617001605.V98663@plum.flirble.org> p4raw-id: //depot/perl@10648
* Add perlnetware to docs; regen toc; supply skeletonJarkko Hietaniemi2001-06-166-13/+71
| | | | | docs for some Memoize submodules. p4raw-id: //depot/perl@10647
* Integrate Memoize 0.64. Few tweaks were required inJarkko Hietaniemi2001-06-1629-0/+4068
| | | | | | the test scripts. Note that the speed and expire* tests take several dozen seconds to run. p4raw-id: //depot/perl@10645
* NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.Jarkko Hietaniemi2001-06-167-5/+1076
| | | p4raw-id: //depot/perl@10643
* Try the new scheme by moving the Text::Abbrev testJarkko Hietaniemi2001-06-161-0/+51
| | | | | to a new place under lib. p4raw-id: //depot/perl@10639
* Make the code even more dynamical so that testnameJarkko Hietaniemi2001-06-161-6/+9
| | | | | suffix length can change. p4raw-id: //depot/perl@10638
* Initialization is nice.Jarkko Hietaniemi2001-06-161-1/+1
| | | p4raw-id: //depot/perl@10635
* Make t/TEST and t/harness to test also the t/ testsJarkko Hietaniemi2001-06-161-5/+14
| | | | | | under the main lib/ and ext/ directories. Fix Test::Harness to dynamically change the width of its "foo/bar....ok" output. p4raw-id: //depot/perl@10634
* Re: perl@10611 Nicholas Clark2001-06-161-14/+117
| | | | | Message-ID: <20010616165247.O98663@plum.flirble.org> p4raw-id: //depot/perl@10631
* Math::BigInt 1.35 from Tels.Jarkko Hietaniemi2001-06-162-809/+3886
| | | p4raw-id: //depot/perl@10628
* get extutils.t working on VMS (again)Craig A. Berry2001-06-161-1/+2
| | | | | Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]> p4raw-id: //depot/perl@10621
* Fix open.pm to work via XS-implemented method calls ratherNick Ing-Simmons2001-06-151-37/+10
| | | | | than *open::layers variables which caused all the HV/AV hassle. p4raw-id: //depot/perlio@10618
* pTHX_ / aTHX_ for ExtUtils/Constant.pmNick Ing-Simmons2001-06-151-12/+12
| | | p4raw-id: //depot/perlio@10616
* Re: [ID 20010608.010] File::Find re-entrancyAndreas König2001-06-151-1/+7
| | | | | | | Message-ID: <m3hexikmjk.fsf@ak-71.mind.de> Record the grim history. p4raw-id: //depot/perl@10608
* Re: [ID 20010608.010] File::Find re-entrancyBrian McCauley2001-06-151-7/+15
| | | | | Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk> p4raw-id: //depot/perl@10607
* INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONENicholas Clark2001-06-151-55/+103
| | | | | Message-ID: <20010614235256.G98663@plum.flirble.org> p4raw-id: //depot/perl@10601
* Re: ext/ + -WallDoug MacEachern2001-06-131-0/+9
| | | | | Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net> p4raw-id: //depot/perl@10566
* Use __attribute__((unused)) to silence -Wall on unused ax.Jarkko Hietaniemi2001-06-131-7/+0
| | | p4raw-id: //depot/perl@10549
* Re: [PATCH] ExtUtils::ConstantNicholas Clark2001-06-131-86/+137
| | | | | Message-ID: <20010612235307.L5901@plum.flirble.org> p4raw-id: //depot/perl@10540
* ext/ + -WallDoug MacEachern2001-06-121-1/+14
| | | | | Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net> p4raw-id: //depot/perl@10534
* File::Find update for MacOS from Chris Nandor.Jarkko Hietaniemi2001-06-121-215/+525
| | | p4raw-id: //depot/perl@10525
* Add final commas to lists as suggested by Philip Newton.Jarkko Hietaniemi2001-06-111-2/+4
| | | p4raw-id: //depot/perl@10513
* [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperlChris Nandor2001-06-113-3/+24
| | | | | Message-Id: <p05100306b749ec0eaade@[10.0.1.177]> p4raw-id: //depot/perl@10512
* [RESEND] [PATCH] Mac OS lib patches for bleadperlChris Nandor2001-06-111-6/+38
| | | | | Message-Id: <p05100303b74a66faf625@[10.0.1.177]> p4raw-id: //depot/perl@10511
* ExtUtils::Manifest not -w cleanMike Guy2001-06-101-1/+1
| | | | | | Reply-To: mjtg@cam.ac.uk Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk> p4raw-id: //depot/perl@10508
* ExtUtils::ConstantNicholas Clark2001-06-101-6/+27
| | | | | Message-ID: <20010610232540.C76396@plum.flirble.org> p4raw-id: //depot/perl@10507
* More \p{In...} testing, combined with \N{...}.Jarkko Hietaniemi2001-06-081-2/+3
| | | p4raw-id: //depot/perl@10481
* Re: [PATCH perl@10439] diagnostics and long C<=item>sRobin Barker2001-06-071-2/+9
| | | | | Message-Id: <200106071201.NAA13627@tempest.npl.co.uk> p4raw-id: //depot/perl@10470
* long =itemRobin Barker2001-06-073-8/+24
| | | | | Message-Id: <200106071134.MAA10288@tempest.npl.co.uk> p4raw-id: //depot/perl@10469
* Integrate change #10412 from maintperl; locale is nowJarkko Hietaniemi2001-06-031-1/+1
| | | | | | | | | | | | | | | per-cop, not per-op; plus retweak the locale.t to always list the skipped utf8 locales. p4raw-link: @10412 on //depot/maint-5.6/perl: 71d0b827413df9e881d1c54d2d968823ed50c75b p4raw-id: //depot/perl@10413 p4raw-edited: from //depot/maint-5.6/perl@10411 'edit in' t/pragma/locale.t (@8600..) p4raw-integrated: from //depot/maint-5.6/perl@10411 'merge in' lib/locale.pm (@5902..) opcode.h pp.sym pp_proto.h (@8620..) opcode.pl (@8998..) op.h perl.h (@9288..) pp_sys.c (@9524..) util.c (@9538..) embed.h (@9584..) op.c (@9950..) pp.c (@10091..) pp_ctl.c (@10100..)
* Upgrade to Attribute::Handlers 0.70.Jarkko Hietaniemi2001-06-0314-0/+318
| | | | | | NOTE: this unearthed the "too late for CHECK block" bug, that's why the 1_compile.t change. p4raw-id: //depot/perl@10407
* Update to Text::Balanced 1.85.Jarkko Hietaniemi2001-06-031-2/+2
| | | p4raw-id: //depot/perl@10403
* t/lib/extutils.tNicholas Clark2001-06-031-66/+279
| | | | | Message-ID: <20010602235705.Q12698@plum.flirble.org> p4raw-id: //depot/perl@10399
* Add Attribute::Handlers 0.61 from Damian Conway.Jarkko Hietaniemi2001-06-011-0/+642
| | | p4raw-id: //depot/perl@10385
* 'do 1' and puzzling (?>...)Jeff Pinyan2001-06-011-1/+1
| | | | | Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net> p4raw-id: //depot/perl@10383
* Re: [ID 20010529.004] program doesn't work unless in debug modeMike Guy2001-06-011-4/+2
| | | | | Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk> p4raw-id: //depot/perl@10380
* Re: [PATCH xsutils.c] Quieting warningsMichael G. Schwern2001-06-011-1/+1
| | | | | Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk> p4raw-id: //depot/perl@10371
* [patch] Cwd.xs optimizations/abstractionDoug MacEachern2001-06-011-26/+4
| | | | | Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> p4raw-id: //depot/perl@10369
* Cleanup dll.base and dll.exp created by GCC builds.Nick Ing-Simmons2001-06-011-0/+16
| | | p4raw-id: //depot/perlio@10364
* Salvage bits and pieces from the experimental 'utf8 everywhere'Jarkko Hietaniemi2001-05-311-1/+3
| | | | | | patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES to match the pragma name; various robustness cleanups. p4raw-id: //depot/perl@10339
* It's is not, it isn't ain't, and it's it's, not its,Jarkko Hietaniemi2001-05-301-1/+1
| | | | | | | | if you mean it is. If you don't, it's its. Then too, it's hers. It isn't her's. It isn't our's either. It's ours, and likewise yours and theirs. -- Oxford University Press, Edpress News p4raw-id: //depot/perl@10336
* Conditional breakpointsMichael G. Schwern2001-05-301-0/+1
| | | | | Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk> p4raw-id: //depot/perl@10322
* Re: [PATCH lib/autouse.pm t/pragma/autouse.t] (was Re: [ID 20010528.001] ↵Michael G. Schwern2001-05-301-9/+21
| | | | | | | use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed) Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk> p4raw-id: //depot/perl@10318