summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-0675-0/+0
|
* Merge commit 'leto/debugger_symbols' into bleadRafael Garcia-Suarez2009-06-063-5/+26
|\
| * Fix my comment about DB::sub and make it DB::DBDuke Leto2009-06-041-1/+1
| |
| * Bump version of perl5db.pl to 1.33, add changelog comments and fix a POD typoDuke Leto2009-06-041-2/+6
| |
| * Fix shebang line and permissions of lib/perl5db.tDuke Leto2009-06-031-1/+1
| |
| * Add the debugger script which tests for undefs in the symbol tableDuke Leto2009-06-031-0/+11
| |
| * Fix bug introduced in 67924fd which put the key _< with an undefined value ↵Duke Leto2009-06-032-2/+8
| | | | | | | | | | | | | | in the symbol table This patch makes sure that $filename is defined before setting the _<$filename symbol. It also adds a test which makes sure that *no* symbols have undefined values after loading perl5db.pl .
* | Update Parse::CPAN::Meta to 1.39Steffen Mueller2009-06-063-3/+13
| |
* | MakeMaker must handle an empty $self->{LIBS} array.Craig A. Berry2009-06-041-3/+3
| | | | | | | | | | | | | | | | | | | | 6.52 broke the build on VMS because the Makefile.PL for Time::HiRes sends C<'LIBS' => []> to WriteMakefile() and the code to handle that case was removed in a refactor, so we ended up not linking against the main perl library (perlshr.exe on VMS). More details and an upstream submission of this patch are at: https://rt.cpan.org/Ticket/Display.html?id=46633
* | Correctly interpolate the attempted permissions as octal in the error message.Nicholas Clark2009-06-041-2/+4
|/
* Update CPANPLUS::Dist::Build to CPAN version 0.32Chris Williams2009-06-033-11/+16
|
* Merge branch 'eumm652' into bleadRafael Garcia-Suarez2009-06-0242-333/+966
|\
| * Add test boilerplate to the new MakeMaker testsRafael Garcia-Suarez2009-06-012-0/+14
| |
| * Upgrade to ExtUtils::MakeMaker 6.52Rafael Garcia-Suarez2009-06-0142-333/+952
| |
* | resync some files with their CPAN equivalents (just the trivial errors forDavid Mitchell2009-06-022-1/+5
|/ | | | now, like whitespace)
* Auto-complete lexicals in the debugger shellSteffen Mueller2009-05-311-2/+27
| | | | | | When typing the name of a lexical variable in the debugger shell, its name can now be tab auto-completed just like package variables. Requires PadWalker to be available. Silently skips lexicals if it's not.
* Bump version of IPC::Open3Rafael Garcia-Suarez2009-05-301-1/+1
|
* clarified documentation about using lexical $err in open3 callSlaven Rezic2009-05-301-2/+4
|
* patch@2009-05-25.21:50:08 perl5db.t leaves db.out behind on VMSJohn E. Malmberg2009-05-261-1/+1
| | | | | | | | | | | This patch fixes lib/perl5db.t to not leave a db.out file behind on VMS after a test run. -John wb8tyw@qsl.net Personal Opinion Only Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
* patch@2009-05-25.21:50:08 text-options.t file cleanup on VMSJohn E. Malmberg2009-05-261-1/+1
| | | | | | | | | | | This patch fixes lib/Pod/text-options.t to not leave tmp.pod and out.tmp files behind on VMS. -John wb8tyw@qsl.net Personal Opinion Only Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
* Revert "Fix failing autodie test with new smartmatch semantics."Rafael Garcia-Suarez2009-05-251-8/+8
| | | | | | | This should now work, since we now allow objects with ~~-overloading on the left side of ~~. This reverts commit 7fecd077a7bc92add80772966a8c824277223d09.
* Update CPAN.pm to 1.94Andreas J Koenig2009-05-251-1/+1
|
* run dos2unix on lib/Parse/CPAN/Meta.pmDavid Mitchell2009-05-201-437/+437
| | | | (for some reaon de044c3605bd12a0b679b024ec9c16b44093c54b added ^M's)
* Re: [PATCH] Update CPANPLUS::Dist::Build to CPAN version 0.30Chris 'BinGOs' Williams2009-05-191-36/+1
| | | | Erratum: Avoid creating .output files
* Update CPANPLUS::Dist::Build to CPAN version 0.30Chris 'BinGOs' Williams2009-05-198-8/+10
|
* Remove old version of Fatal.t test, now moved under lib/autodie/tRafael Garcia-Suarez2009-05-181-42/+0
|
* Upgrade to Parse::CPAN::Meta 1.38Steffen Mueller2009-05-1715-471/+1166
|
* Fix failing autodie test with new smartmatch semantics.Rafael Garcia-Suarez2009-05-141-8/+8
| | | | | This is because ~~ overloading is now only taken into account when the object is on the right of the operator.
* Move autodie tests in lib/autodie/t, so they are picked up by t/harnessRafael Garcia-Suarez2009-05-1440-0/+1544
|
* Merge branch 'smartmatch' into bleadRafael Garcia-Suarez2009-05-131-6/+8
|\
| * Register ~~ operator overloading in its own category in %overload::opsRafael Garcia-Suarez2009-05-121-6/+8
| | | | | | | | (This category might get reused later if we manage to overload =~)
* | Pull PathTools 3.30 (which was just a blead sync.)Steffen Mueller2009-05-1010-10/+10
| |
* | Revert "Bump version of File::Copy"David Mitchell2009-05-091-1/+1
| | | | | | | | | | | | This reverts commit 216e7dec1076aa94d5b8331c187c135e4952955a. (File::Copy version had already been bumped, so no need to bump again)
* | Upgrade CPANPLUS::Dist::Build to 0.28Chris 'BinGOs' Williams2009-05-089-45/+34
| |
* | Update CPAN.pm to 1.93_54Andreas J Koenig2009-05-083-5/+8
| |
* | Upgrade to CPANPLUS-Dist-Build-0.26Chris 'BinGOs' Williams2009-05-077-40/+277
| | | | | | | | | | | | | | Stops tests from fetching CPAN indexes. Message-ID: <20090507162935.GA29922@klanker.bingosnet.co.uk> (Tweaked to update MANIFEST too.)
* | Bump $VERSION of FileCacheRafael Garcia-Suarez2009-05-051-1/+1
| |
* | Document that FileCache uses symbolic referencesNiko Tyni2009-05-051-0/+5
|/ | | | | | | As noted by Marc Haber in <http://bugs.debian.org/318579>, using FileCache.pm as per the SYNOPSIS doesn't work under 'use strict'. This is a bit unexpected nowadays, so mention it in the documentation.
* Bump version of File::CopyRafael Garcia-Suarez2009-05-051-1/+1
|
* Make File::Copy always return 0 (not "") on failure.Paul Fenwick2009-05-052-2/+39
| | | | | | | | | On Unix systems, the subroutines in File::Copy always return 0 on failure. On Windows, move() and mv() return 0, but copy() and cp() return "". This commit makes File::Copy consistently return 0 on failure.
* Update IPC::Cmd to 0.44Jos I. Boumans2009-05-043-3/+3
|
* Update CPAN.pm to 1.93_53Andreas J Koenig2009-05-044-10/+14
|
* Update Archive::Tar to 1.48Jos I. Boumans2009-05-0211-10/+41
|
* Update CPANPLUS to 0.8601Jos I. Boumans2009-04-286-7/+13
|
* Update CPANPLUS::Dist::Build to version 0.24Chris 'BinGOs' Williams2009-04-272-5/+4
| | | | This fixes an integration issue with the latest CPANPLUS (0.86).
* Update CPANPLUS to 0.86Jos I. Boumans2009-04-2721-828/+147
|
* [PATCH] Update Term::UI to 0.20Jos I. Boumans2009-04-251-2/+2
|
* make the File::Copy permission change from 2.15 onwards (to allow for aDavid Mitchell2009-04-251-1/+1
| | | | maint-5.10 2.14 release)
* Add %upstream and %bug_tracker data to Module::CoreList.Nicholas Clark2009-04-231-2/+923
|
* Make lib/h2ph.t use t/test.pl.Craig A. Berry2009-04-191-19/+26
| | | | This gives the Perl one-liners some chance of being portable.