summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* t/porting/regen.t can test that META.yml is up to date.Nicholas Clark2011-01-231-1/+2
* Store the SHA-256 of the source in files generated by regen_perly.plNicholas Clark2011-01-231-1/+31
* regen/overload.pl should use rename_if_different() for lib/overload/numbers.pmNicholas Clark2011-01-231-1/+1
* Extend pod/buildtoc --test to validate that regenerated files are up to date.Nicholas Clark2011-01-221-1/+1
* [perl #81750] Perl 5.12: undef-as-hashref bugFather Chrysostomos2011-01-211-1/+21
* Also unblock signal handlers throwing an exceptionLeon Timmermans2011-01-181-5/+16
* regcomp: Disallow multi-char folds in lookbehindKarl Williamson2011-01-181-1/+14
* Added tests for conditional unblockingLeon Timmermans2011-01-171-1/+25
* t/porting/diag.t: fix indentation in check_file()David Mitchell2011-01-181-57/+58
* vastly speed up t/porting/diag.tDavid Mitchell2011-01-181-60/+62
* Add /a regex modifierKarl Williamson2011-01-172-4/+5
* re/charset.t: typo in commentKarl Williamson2011-01-171-1/+1
* Add plan() call to .tKarl Williamson2011-01-161-0/+2
* allow buildtoc to find libraries after chdir into pod/Tony Cook2011-01-171-1/+1
* Deliver t/re/charset.tKarl Williamson2011-01-161-0/+224
* Fix \xa0 matching both [\s] [\S], et.al.Karl Williamson2011-01-161-4/+4
* restrict \p{IsUserDefined} to In\w+ and In\w+David Mitchell2011-01-162-15/+21
* test that perl.pod, pod.lst, MANIFEST and the file system are consistentTony Cook2011-01-141-0/+11
* uni/fold.t: Fix TODOs that now passKarl Williamson2011-01-141-10/+13
* Add warnings for use of problematic code pointsKarl Williamson2011-01-091-74/+265
* utf8.c(): Default to allow problematic code pointsKarl Williamson2011-01-091-19/+0
* diag.t: Change so a fixed TODO passesKarl Williamson2011-01-091-3/+4
* diag.t: Remove printf conversion modifiers from msgsKarl Williamson2011-01-081-4/+5
* diag.t: Check that TODOs haven't been doneKarl Williamson2011-01-081-0/+5
* diag.t: Remove TODOs that have been doneKarl Williamson2011-01-081-10/+0
* diag.t: Ignore formatting precisions in messagesKarl Williamson2011-01-081-11/+20
* diag.t: Add checks that pod msgs have severityKarl Williamson2011-01-081-5/+47
* diag.t: Use variable for pod nameKarl Williamson2011-01-081-4/+5
* test append to SV initialized by folded constantGerard Goossen2011-01-081-1/+8
* add a taint test to catch codegen bugGerard Goossen2011-01-081-2/+9
* add test for split without a patternGerard Goossen2011-01-081-1/+6
* more while testsGerard Goossen2011-01-081-1/+38
* modernise t/cmd/while.tGerard Goossen2011-01-082-47/+78
* Fix typos (spelling errors) in t/*.Peter J. Acklam) (via RT2011-01-0749-69/+69
* Make newline on last record explicit.Craig A. Berry2011-01-051-4/+4
* stash.t: make TODO tests only TODO under threadsDavid Mitchell2011-01-041-2/+5
* Refactor filenames.t to use unlike() and cmp_ok() for better diagnostics.Nicholas Clark2011-01-041-36/+17
* update t/porting/filenames.t to check for path components contaning twoJesse Vincent2011-01-041-1/+16
* Revert "[perl #68654] next::method doesn't see UNIVERSAL"Father Chrysostomos2011-01-021-17/+1
* Revert "[perl #80098] Bleadperl breaks Attribute::Lexical"Father Chrysostomos2011-01-021-14/+2
* [perl #45147] Issue with the exists functionPeter Martini2011-01-021-1/+14
* Add new test file t/porting/filenames.tNuno Carvalho2011-01-021-0/+87
* Clever tests may fool with $^O.Craig A. Berry2011-01-021-8/+8
* tests for [perl #36347] Object destruction incompleteFather Chrysostomos2011-01-021-1/+20
* Don't clobber $^O when you're going to use it again.Craig A. Berry2011-01-021-0/+1
* Most socket ops weren't warning for unopened handles unless 'closed' was enabledNicholas Clark2010-12-301-0/+183
* Convert a pp_sys test to use warnings 'closed', instead of the broader 'io'.Nicholas Clark2010-12-301-2/+2
* pp_leavewrite wasn't warning for unopened handles unless 'closed' was enabled.Nicholas Clark2010-12-301-1/+38
* Better handling of magic methods freeing the SVDavid Mitchell2010-12-302-1/+60
* properly clean up work files from testing GDBM_FileTony Cook2010-12-291-1/+1