Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mark all .t and .pm files as non executable | Rafael Garcia-Suarez | 2009-06-06 | 75 | -0/+0 |
| | |||||
* | Merge commit 'leto/debugger_symbols' into blead | Rafael Garcia-Suarez | 2009-06-06 | 3 | -5/+26 |
|\ | |||||
| * | Fix my comment about DB::sub and make it DB::DB | Duke Leto | 2009-06-04 | 1 | -1/+1 |
| | | |||||
| * | Bump version of perl5db.pl to 1.33, add changelog comments and fix a POD typo | Duke Leto | 2009-06-04 | 1 | -2/+6 |
| | | |||||
| * | Fix shebang line and permissions of lib/perl5db.t | Duke Leto | 2009-06-03 | 1 | -1/+1 |
| | | |||||
| * | Add the debugger script which tests for undefs in the symbol table | Duke Leto | 2009-06-03 | 1 | -0/+11 |
| | | |||||
| * | Fix bug introduced in 67924fd which put the key _< with an undefined value ↵ | Duke Leto | 2009-06-03 | 2 | -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.39 | Steffen Mueller | 2009-06-06 | 3 | -3/+13 |
| | | |||||
* | | MakeMaker must handle an empty $self->{LIBS} array. | Craig A. Berry | 2009-06-04 | 1 | -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 Clark | 2009-06-04 | 1 | -2/+4 |
|/ | |||||
* | Update CPANPLUS::Dist::Build to CPAN version 0.32 | Chris Williams | 2009-06-03 | 3 | -11/+16 |
| | |||||
* | Merge branch 'eumm652' into blead | Rafael Garcia-Suarez | 2009-06-02 | 42 | -333/+966 |
|\ | |||||
| * | Add test boilerplate to the new MakeMaker tests | Rafael Garcia-Suarez | 2009-06-01 | 2 | -0/+14 |
| | | |||||
| * | Upgrade to ExtUtils::MakeMaker 6.52 | Rafael Garcia-Suarez | 2009-06-01 | 42 | -333/+952 |
| | | |||||
* | | resync some files with their CPAN equivalents (just the trivial errors for | David Mitchell | 2009-06-02 | 2 | -1/+5 |
|/ | | | | now, like whitespace) | ||||
* | Auto-complete lexicals in the debugger shell | Steffen Mueller | 2009-05-31 | 1 | -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::Open3 | Rafael Garcia-Suarez | 2009-05-30 | 1 | -1/+1 |
| | |||||
* | clarified documentation about using lexical $err in open3 call | Slaven Rezic | 2009-05-30 | 1 | -2/+4 |
| | |||||
* | patch@2009-05-25.21:50:08 perl5db.t leaves db.out behind on VMS | John E. Malmberg | 2009-05-26 | 1 | -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 VMS | John E. Malmberg | 2009-05-26 | 1 | -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-Suarez | 2009-05-25 | 1 | -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.94 | Andreas J Koenig | 2009-05-25 | 1 | -1/+1 |
| | |||||
* | run dos2unix on lib/Parse/CPAN/Meta.pm | David Mitchell | 2009-05-20 | 1 | -437/+437 |
| | | | | (for some reaon de044c3605bd12a0b679b024ec9c16b44093c54b added ^M's) | ||||
* | Re: [PATCH] Update CPANPLUS::Dist::Build to CPAN version 0.30 | Chris 'BinGOs' Williams | 2009-05-19 | 1 | -36/+1 |
| | | | | Erratum: Avoid creating .output files | ||||
* | Update CPANPLUS::Dist::Build to CPAN version 0.30 | Chris 'BinGOs' Williams | 2009-05-19 | 8 | -8/+10 |
| | |||||
* | Remove old version of Fatal.t test, now moved under lib/autodie/t | Rafael Garcia-Suarez | 2009-05-18 | 1 | -42/+0 |
| | |||||
* | Upgrade to Parse::CPAN::Meta 1.38 | Steffen Mueller | 2009-05-17 | 15 | -471/+1166 |
| | |||||
* | Fix failing autodie test with new smartmatch semantics. | Rafael Garcia-Suarez | 2009-05-14 | 1 | -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/harness | Rafael Garcia-Suarez | 2009-05-14 | 40 | -0/+1544 |
| | |||||
* | Merge branch 'smartmatch' into blead | Rafael Garcia-Suarez | 2009-05-13 | 1 | -6/+8 |
|\ | |||||
| * | Register ~~ operator overloading in its own category in %overload::ops | Rafael Garcia-Suarez | 2009-05-12 | 1 | -6/+8 |
| | | | | | | | | (This category might get reused later if we manage to overload =~) | ||||
* | | Pull PathTools 3.30 (which was just a blead sync.) | Steffen Mueller | 2009-05-10 | 10 | -10/+10 |
| | | |||||
* | | Revert "Bump version of File::Copy" | David Mitchell | 2009-05-09 | 1 | -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.28 | Chris 'BinGOs' Williams | 2009-05-08 | 9 | -45/+34 |
| | | |||||
* | | Update CPAN.pm to 1.93_54 | Andreas J Koenig | 2009-05-08 | 3 | -5/+8 |
| | | |||||
* | | Upgrade to CPANPLUS-Dist-Build-0.26 | Chris 'BinGOs' Williams | 2009-05-07 | 7 | -40/+277 |
| | | | | | | | | | | | | | | Stops tests from fetching CPAN indexes. Message-ID: <20090507162935.GA29922@klanker.bingosnet.co.uk> (Tweaked to update MANIFEST too.) | ||||
* | | Bump $VERSION of FileCache | Rafael Garcia-Suarez | 2009-05-05 | 1 | -1/+1 |
| | | |||||
* | | Document that FileCache uses symbolic references | Niko Tyni | 2009-05-05 | 1 | -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::Copy | Rafael Garcia-Suarez | 2009-05-05 | 1 | -1/+1 |
| | |||||
* | Make File::Copy always return 0 (not "") on failure. | Paul Fenwick | 2009-05-05 | 2 | -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.44 | Jos I. Boumans | 2009-05-04 | 3 | -3/+3 |
| | |||||
* | Update CPAN.pm to 1.93_53 | Andreas J Koenig | 2009-05-04 | 4 | -10/+14 |
| | |||||
* | Update Archive::Tar to 1.48 | Jos I. Boumans | 2009-05-02 | 11 | -10/+41 |
| | |||||
* | Update CPANPLUS to 0.8601 | Jos I. Boumans | 2009-04-28 | 6 | -7/+13 |
| | |||||
* | Update CPANPLUS::Dist::Build to version 0.24 | Chris 'BinGOs' Williams | 2009-04-27 | 2 | -5/+4 |
| | | | | This fixes an integration issue with the latest CPANPLUS (0.86). | ||||
* | Update CPANPLUS to 0.86 | Jos I. Boumans | 2009-04-27 | 21 | -828/+147 |
| | |||||
* | [PATCH] Update Term::UI to 0.20 | Jos I. Boumans | 2009-04-25 | 1 | -2/+2 |
| | |||||
* | make the File::Copy permission change from 2.15 onwards (to allow for a | David Mitchell | 2009-04-25 | 1 | -1/+1 |
| | | | | maint-5.10 2.14 release) | ||||
* | Add %upstream and %bug_tracker data to Module::CoreList. | Nicholas Clark | 2009-04-23 | 1 | -2/+923 |
| | |||||
* | Make lib/h2ph.t use t/test.pl. | Craig A. Berry | 2009-04-19 | 1 | -19/+26 |
| | | | | This gives the Perl one-liners some chance of being portable. |