summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Fix the defined check to use parensHEADmasterChase Whitener2023-05-031-1/+1
* Remove use of Taint in tests.Chase Whitener2023-05-034-7/+1
* handle form params without valuesGianni Ceccarelli2023-04-302-4/+12
* protect username '0'Julien Fiegehenn2023-04-291-4/+10
* remove colon from pair "user:pass" if has no passwordJoenio Costa2023-04-291-0/+12
* rephrase POD and add test to prove itJulien Fiegehenn2023-04-291-2/+9
* Add missing unit test coverage and fix SIP URI to pass tests. MainlyRyan Kereliuk2022-11-021-15/+29
* uri_escape: allow characters to escape to be specified as a Regexp objectGraham Knop2022-10-111-0/+12
* fix uri_escape support for \w style character classesGraham Knop2022-10-101-3/+34
* test cleanupsGraham Knop2022-10-103-5/+8
* Improve escaping of unwanted charactersBranislav ZahradnĂ­k2022-10-061-1/+55
* Apply perlimports to testsOlaf Alders2022-10-0316-18/+18
* Replace raw TAP printing with "Test::More"James Raspass2022-08-2224-635/+360
* Replace "Test" with "Test::More"James Raspass2022-08-201-5/+4
* Regression test added for a previous bug (5.11) in URI::filePerlbotics2022-08-191-2/+18
* Bugfix for #102 -- "5.11 breaks HTML::FormatExternal"Perlbotics2022-07-102-57/+110
* uri-test: use local implementation (./lib) while authoring modulePerlbotics2022-07-043-1/+236
* fix t/storable.tShoichi Kaji2022-04-241-2/+3
* add TODO test about quoted local email part #89Julien Fiegehenn2021-10-191-0/+7
* special treatment for plus signs in mailto: URIs #89Julien Fiegehenn2021-10-191-0/+4
* convert test to Test::MoreJulien Fiegehenn2021-10-191-26/+25
* Make Business::ISBN 3.005 a requirement for testingOlaf Alders2021-03-031-1/+1
* add URI::nntps (closes #82)Karen Etheridge2021-02-261-1/+7
* s/perl.com/example.com/ in examples and testsOlaf Alders2021-01-293-19/+19
* Tidy import statementsOlaf Alders2021-01-1334-45/+39
* Add a simple test case for an ipv6 hostOlaf Alders2019-03-291-0/+14
* Revert "closes #57 (canonical always clones)"Olaf Alders2019-01-091-7/+1
* closes #57 (canonical always clones)Dorian Taylor2019-01-081-1/+7
* switch from stringy to block eval, with guard against [AutoPrereqs]Karen Etheridge2017-10-011-1/+1
* fix plan for this testKaren Etheridge2017-07-251-0/+1
* fix lines that look like merge markersKaren Etheridge2017-07-252-2/+2
* Storable is only an optional test dependencyKaren Etheridge2017-07-251-8/+1
* Convert to dzil.Olaf Alders2017-04-201-11/+0
* ensure a new enough Test::More is available for subtestKaren Etheridge2016-11-181-1/+1
* use Test::Needs for optional module checks in testsKaren Etheridge2016-11-122-17/+1
* reproduction case for PR#30 fixKaren Etheridge2015-12-281-0/+16
* remove unneeded shebangKaren Etheridge2015-07-241-2/+0
* drop the use of Test.pmKaren Etheridge2015-06-252-9/+9
* remove the use of global warnings, which can expose suppressed warnings in th...Karen Etheridge2015-06-2539-76/+4
* Add new test script t/path-segments.tSlaven Rezic2015-06-221-0/+33
* _query.pm: Sort hash keys if given a hash.Kent Fredric2015-06-221-0/+22
* skip test before trying to load Test::DistManifestKaren Etheridge2015-02-241-2/+4
* dd an author test for MANIFEST/MANIFEST.SKIP consistency, and fix issuesKaren Etheridge2015-02-241-0/+9
* use strict utf8 validation in this testKaren Etheridge2014-11-051-2/+2
* Revert "with the recent changes in URI::Escape, some tests now fail on older ...Karen Etheridge2014-07-132-7/+4
* with the recent changes in URI::Escape, some tests now fail on older perlsKaren Etheridge2014-07-122-4/+7
* add TODO test for encoding issue in escape_charKaren Etheridge2014-07-111-0/+29
* convert this test to Test::MoreKaren Etheridge2014-07-111-238/+190
* use strict and warnings in all modules, tests and scriptsKaren Etheridge2014-07-0237-69/+161
* resolve "Unescaped left brace in regex is deprecated" warning (new in 5.21.1)Karen Etheridge2014-06-301-1/+1