index
:
delta/libwww-perl/uri.git
baserock/morph
baserock/xfce-build
genio-puny-doc
genio-puny-private
iri
master
oalder/tidy-imports
oalders/authority
oalders/business-isbn
oalders/dzil
oalders/ipv6
oalders/no-perl-dot-com
oalders/travis
oalders/typos
oalders/version-bump
remove-CheckChangeLog
silent-warning
simbabque/pr-65
synopsis
topic/dzil_ether
topic/perl_5.6
github.com: libwww-perl/uri.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace raw TAP printing with "Test::More"
James Raspass
2022-08-22
24
-635
/
+360
*
Replace "Test" with "Test::More"
James Raspass
2022-08-20
1
-5
/
+4
*
Regression test added for a previous bug (5.11) in URI::file
Perlbotics
2022-08-19
1
-2
/
+18
*
Bugfix for #102 -- "5.11 breaks HTML::FormatExternal"
Perlbotics
2022-07-10
2
-57
/
+110
*
uri-test: use local implementation (./lib) while authoring module
Perlbotics
2022-07-04
3
-1
/
+236
*
fix t/storable.t
Shoichi Kaji
2022-04-24
1
-2
/
+3
*
add TODO test about quoted local email part #89
Julien Fiegehenn
2021-10-19
1
-0
/
+7
*
special treatment for plus signs in mailto: URIs #89
Julien Fiegehenn
2021-10-19
1
-0
/
+4
*
convert test to Test::More
Julien Fiegehenn
2021-10-19
1
-26
/
+25
*
Make Business::ISBN 3.005 a requirement for testing
Olaf Alders
2021-03-03
1
-1
/
+1
*
add URI::nntps (closes #82)
Karen Etheridge
2021-02-26
1
-1
/
+7
*
s/perl.com/example.com/ in examples and tests
Olaf Alders
2021-01-29
3
-19
/
+19
*
Tidy import statements
Olaf Alders
2021-01-13
34
-45
/
+39
*
Add a simple test case for an ipv6 host
Olaf Alders
2019-03-29
1
-0
/
+14
*
Revert "closes #57 (canonical always clones)"
Olaf Alders
2019-01-09
1
-7
/
+1
*
closes #57 (canonical always clones)
Dorian Taylor
2019-01-08
1
-1
/
+7
*
switch from stringy to block eval, with guard against [AutoPrereqs]
Karen Etheridge
2017-10-01
1
-1
/
+1
*
fix plan for this test
Karen Etheridge
2017-07-25
1
-0
/
+1
*
fix lines that look like merge markers
Karen Etheridge
2017-07-25
2
-2
/
+2
*
Storable is only an optional test dependency
Karen Etheridge
2017-07-25
1
-8
/
+1
*
Convert to dzil.
Olaf Alders
2017-04-20
1
-11
/
+0
*
ensure a new enough Test::More is available for subtest
Karen Etheridge
2016-11-18
1
-1
/
+1
*
use Test::Needs for optional module checks in tests
Karen Etheridge
2016-11-12
2
-17
/
+1
*
reproduction case for PR#30 fix
Karen Etheridge
2015-12-28
1
-0
/
+16
*
remove unneeded shebang
Karen Etheridge
2015-07-24
1
-2
/
+0
*
drop the use of Test.pm
Karen Etheridge
2015-06-25
2
-9
/
+9
*
remove the use of global warnings, which can expose suppressed warnings in th...
Karen Etheridge
2015-06-25
39
-76
/
+4
*
Add new test script t/path-segments.t
Slaven Rezic
2015-06-22
1
-0
/
+33
*
_query.pm: Sort hash keys if given a hash.
Kent Fredric
2015-06-22
1
-0
/
+22
*
skip test before trying to load Test::DistManifest
Karen Etheridge
2015-02-24
1
-2
/
+4
*
dd an author test for MANIFEST/MANIFEST.SKIP consistency, and fix issues
Karen Etheridge
2015-02-24
1
-0
/
+9
*
use strict utf8 validation in this test
Karen Etheridge
2014-11-05
1
-2
/
+2
*
Revert "with the recent changes in URI::Escape, some tests now fail on older ...
Karen Etheridge
2014-07-13
2
-7
/
+4
*
with the recent changes in URI::Escape, some tests now fail on older perls
Karen Etheridge
2014-07-12
2
-4
/
+7
*
add TODO test for encoding issue in escape_char
Karen Etheridge
2014-07-11
1
-0
/
+29
*
convert this test to Test::More
Karen Etheridge
2014-07-11
1
-238
/
+190
*
use strict and warnings in all modules, tests and scripts
Karen Etheridge
2014-07-02
37
-69
/
+161
*
resolve "Unescaped left brace in regex is deprecated" warning (new in 5.21.1)
Karen Etheridge
2014-06-30
1
-1
/
+1
*
use File::Temp for randomized tempdir
Karen Etheridge
2014-01-11
1
-1
/
+2
*
Use $ENV{TMPDIR} if defined
Piotr Roszatycki
2014-01-11
1
-1
/
+1
*
Comment spelling fixes.
Ville Skyttä
2012-07-08
2
-2
/
+2
*
Provide ->has_recognized_scheme test [RT#71204]
Gisle Aas
2012-03-30
2
-4
/
+6
*
Avoid failure if the local hostname is 'foo' (one more file) [RT#75519]
David Schmidt
2012-03-30
1
-1
/
+1
*
Revert "Make query_form() encoded "\n" as "%0D%0A" for HTML/4.01 compliance"
Gisle Aas
2012-03-25
1
-8
/
+1
*
Avoid failure if the local hostname is 'foo' [RT#75519]
Gisle Aas
2012-03-11
1
-1
/
+1
*
Do not reverse the order of new parameters
Matt Lawrence
2012-03-11
1
-40
/
+25
*
Make query_form() encoded "\n" as "%0D%0A" for HTML/4.01 compliance
Gisle Aas
2011-10-03
1
-1
/
+8
*
URIs should be utf8::downgraded() internally [RT#70161]
Gisle Aas
2011-08-14
1
-0
/
+7
*
Revert "Distingush between empty and undef values in query_form [RT#62708]"
Gisle Aas
2011-01-23
2
-8
/
+3
*
Avoid "Use of uninitialized value"-noise from query_form
Gisle Aas
2011-01-22
1
-1
/
+3
[next]