summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Update debugger changelogJosh ben Jore2010-07-221-2/+12
* Debugger prints lines to the remote port when it forks and openes a new portJosh ben Jore2010-07-221-1/+1
* Looser filename matching for new Carp.t tests.Craig A. Berry2010-07-221-2/+2
* In Carp, if @DB::args still contains our sentinel, reset it.Nicholas Clark2010-07-221-0/+1
* In Carp, if B is loaded use it to get the name of the bad caller override.Nicholas Clark2010-07-212-9/+44
* Detect incomplete caller overrides in Carp, and avoid using bogus @DB::args.Nicholas Clark2010-07-212-5/+28
* In Carp, minimise the amount of code running in package DB.Nicholas Clark2010-07-211-2/+4
* Bump module version numbersDavid Golden2010-07-194-4/+4
* The debugger now continues to use RemotePort when it's been configured to use...Josh ben Jore2010-07-161-14/+41
* Make example work with "use strict" by eliminating barewords.Alexandr Ciornii2010-07-151-3/+3
* Stop using $ENV{LESS} for parameters not intended for lessJosh ben Jore2010-07-151-3/+3
* Configure has a path to less and perl5db.pl can use itJosh ben Jore2010-07-151-0/+6
* PATCH: [perl #76502] Fix UCD.pm docKarl Williamson2010-07-141-1/+1
* Die with $@ instead of empty messageJosh ben Jore2010-07-101-1/+1
* Remove extra/useless $@ check after eval { require PadWalker } (which is stil...Josh ben Jore2010-07-101-1/+1
* Promote eval( "require ..." ) to eval { require ... }Josh ben Jore2010-07-101-2/+2
* Promote eval { require( ... )} || die to mere require( ... )Josh ben Jore2010-07-101-2/+2
* Remove indirect object notation from debuggerJosh ben Jore2010-07-101-6/+6
* Document that @{$main::{'_<'.$filename}} lines are dualvar to (COP*).Josh ben Jore2010-07-101-3/+5
* Speed up viacodeKarl Williamson2010-07-041-3/+7
* charnames.t update because of rebaseKarl Williamson2010-07-041-59/+6
* Add vi hint for non-std format of charnames.pmKarl Williamson2010-07-041-0/+2
* More charnames pod updatesKarl Williamson2010-07-041-24/+39
* charnames: check for use bytes in vianame; efficiencyKarl Williamson2010-07-042-7/+21
* Clean up charnames pod, including new changesKarl Williamson2010-07-041-70/+86
* Clean up viacode, accept large aliasesKarl Williamson2010-07-042-12/+18
* Extend \N{} enhancements to vianame()Karl Williamson2010-07-042-58/+76
* Bump version; some pod cleanupKarl Williamson2010-07-041-21/+36
* charnames: add CORE:: to hex()Karl Williamson2010-07-041-2/+2
* Abandon plans to change viacode's return of unassignedKarl Williamson2010-07-041-6/+5
* Allow defining custom charnames to ordinalsKarl Williamson2010-07-042-24/+93
* Add clarifying comments to charnames.tKarl Williamson2010-07-041-0/+5
* Reword feedback request.Karl Williamson2010-07-041-1/+1
* Add a number of abbrs and variants to \N{}Karl Williamson2010-07-042-62/+907
* avoid multiple FETCH/stringify on filetest opsDavid Mitchell2010-07-031-11/+1
* avoid extra FETCHes on overloaded qr stringifyDavid Mitchell2010-07-031-4/+1
* overload.t: clarify concat #FETCH expectedDavid Mitchell2010-07-031-16/+10
* remove double stringify-overload from $ovld .= fooDavid Mitchell2010-07-031-11/+3
* eval: handle taint of overloaded/tied argDavid Mitchell2010-07-031-2/+6
* fix tainting and overloadDavid Mitchell2010-07-031-62/+246
* taint-enable lib/overload.tDavid Mitchell2010-07-031-4/+4
* Exporter version bumpSteffen Mueller2010-07-031-1/+1
* Fix RT #74472 Exporter.pm blocks Signal handlingTodd Rinaldo2010-07-031-1/+1
* Skip suid File::Copy tests on a nosuid partitionÆvar Arnfjörð Bjarmason2010-07-031-3/+10
* t/lib/common.pl can use caller to infer the name of the pragma under test.Nicholas Clark2010-07-015-26/+8
* Convert subs.t to use t/lib/common.plNicholas Clark2010-07-011-154/+3
* Convert charnames.t to use t/lib/common.plNicholas Clark2010-07-011-266/+4
* Convert strict.t to use t/lib/common.plNicholas Clark2010-07-011-97/+8
* Convert gmtime.t, localtime.t and overloading.t to Test::More.Nicholas Clark2010-07-013-21/+3
* Convert DirHandle's tests to Test::More.Nicholas Clark2010-07-011-7/+6