summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update developer prereqsoalders/no-perl-dot-comOlaf Alders2021-01-291-1/+13
|
* Replace Travis with GitHub WorkflowsOlaf Alders2021-01-292-52/+165
|
* s/perl.com/example.com/ in examples and testsOlaf Alders2021-01-296-24/+25
|
* increment $VERSION after 5.06 releaseOlaf Alders2021-01-1454-53/+55
|
* URI-5.06v5.06Olaf Alders2021-01-141-1/+1
| | | | - Tidy import statements (GH#80) (Olaf Alders)
* Tidy import statementsOlaf Alders2021-01-1341-53/+48
|
* increment $VERSION after 5.05 releaseOlaf Alders2020-10-2154-53/+55
|
* URI-5.05v5.05Olaf Alders2020-10-212-11/+11
| | | | | | - Bump all versions to 5.05 in order to remove various version mismatches. (GH #77) (Olaf Alders) - Add a simple test case for an ipv6 host (GH#66) (Olaf Alders)
* Bump all versions to 5.05Olaf Alders2020-10-2154-54/+56
| | | | Fixes #73 and #76.
* Update .travis.ymlOlaf Alders2020-04-101-25/+14
|
* Add a simple test case for an ipv6 hostOlaf Alders2019-03-292-0/+15
|
* Port over Changes checks for Travis from libwww-perl configOlaf Alders2019-01-101-0/+3
|
* Manage Travis config via setup-travis-yml.plOlaf Alders2019-01-101-24/+32
|
* Remove sudo: falseOlaf Alders2019-01-101-1/+0
|
* Cache ~/perl5 for faster buildsOlaf Alders2019-01-101-0/+9
|
* Update stopwordsOlaf Alders2019-01-101-0/+2
|
* Sort stopwordsOlaf Alders2019-01-101-9/+9
|
* Install HTTP-Message and LWP after running test suite on TravisOlaf Alders2019-01-091-0/+8
|
* Enable more tests under TravisOlaf Alders2019-01-091-0/+5
|
* Move coverage tests to Perl 5.28Olaf Alders2019-01-091-1/+1
|
* Add Perl 5.28 to Travis buildsOlaf Alders2019-01-091-0/+1
|
* increment $VERSION after 1.76 releaseOlaf Alders2019-01-0949-48/+50
|
* URI-1.76v1.76Olaf Alders2019-01-092-7/+3
| | | | - Revert changes introduced in 1.75
* Update ChangesOlaf Alders2019-01-091-0/+1
|
* Revert "closes #57 (canonical always clones)"Olaf Alders2019-01-092-25/+14
| | | | | | | This reverts commit c77b2bc35d8bb6f469851f97ec0354c67f0228fe. This was breaking tests for HTTP::Config. See https://github.com/libwww-perl/HTTP-Message/issues/121
* increment $VERSION after 1.75 releaseOlaf Alders2019-01-0849-48/+50
|
* URI-1.75v1.75Olaf Alders2019-01-082-3/+7
| | | | - $uri->canonical unconditionally returns a clone (GH#58) (Dorian Taylor)
* Update Changes with GH#58Olaf Alders2019-01-081-0/+1
|
* closes #57 (canonical always clones)Dorian Taylor2019-01-082-14/+25
|
* increment $VERSION after 1.74 releaseKaren Etheridge2018-04-2249-48/+50
|
* URI-1.74v1.74Karen Etheridge2018-04-221-1/+1
| | | | | - avoid 'uninitialized' warning in URI::File when host has no domain name set (PR#53, thanks Shoichi Kaji!)
* Changes entry for PR#53Karen Etheridge2018-04-221-0/+2
|
* Merge pull request #53 from libwww-perl/silent-warningKaren Etheridge2018-04-221-2/+2
|\ | | | | | | silence "Use of uninitialized value in lc" warning
| * silent "Use of uninitialized value in lc" warningShoichi Kaji2018-04-221-2/+2
|/
* push post-release changesKaren Etheridge2018-04-221-0/+2
|
* increment $VERSION after 1.73 releaseKaren Etheridge2018-01-0849-95/+50
|
* URI-1.73v1.73Karen Etheridge2018-01-082-1/+3
| | | | - Update documentation for URI::_punycode (GH Issue #45)
* Merge pull request #46 from libwww-perl/genio-puny-docKaren Etheridge2018-01-082-27/+42
|\ | | | | Update the documentation for URI::_punycode
| * Update the documentation for URI::_punycode to show better examplesgenio-puny-docChase Whitener2018-01-062-27/+42
|/ | | | | | | | | | | | to fix GH Issue #45. Standardized the documentation a bit as well by using head2 entries instead of over and item. This allows metacpan and the like to auto-generate a Table of Contents a bit more easily and makes direct links to sections/functions a bit simpler. The synopsis should be directly runnable now if someone were to copy and paste it to test.
* switch version management to [@Git::VersionManager]Karen Etheridge2017-12-091-24/+13
| | | | This has been tested in a side branch with [FakeRelease].
* switch awful substitution oneliner with new BumpVersionAfterRelease optionKaren Etheridge2017-12-091-2/+3
|
* fix version bump incantation to keep working next timeKaren Etheridge2017-10-011-1/+1
|
* switch from stringy to block eval, with guard against [AutoPrereqs]Karen Etheridge2017-10-011-1/+1
|
* remove CheckChangeLog from dist.iniShoichi Kaji2017-10-011-3/+0
|
* use URI in SYNOPSISsynopsisShoichi Kaji2017-09-301-0/+2
|
* increment $VERSION after 1.72 releaseKaren Etheridge2017-07-2548-48/+48
|
* URI-1.72v1.72Karen Etheridge2017-07-251-0/+2
| | | | | | - Convert the dist to Dist::Zilla for authoring. - Remove recommendation of Business::ISBN as urn/isbn.pm is deprecated - Use Test::Needs instead of raw eval in urn-isbn.t
* Merge branch 'ether/fix_dzil'Karen Etheridge2017-07-256-919/+79
|\ | | | | | | Now we are back in a releasable state.
| * fix dzil config to handle manual version managementKaren Etheridge2017-07-253-917/+58
| | | | | | | | | | | | | | | | | | | | | | - distribution version is extracted from the main module - versions must be bumped manually after release to ensure that the right modules are modified (or not modified) - Makefile.PL and META.json are removed from the distribution as they will not reflect the current $VERSION under development. Additionally, files are only modified in the repository after release, rather than after every build, to reduce churn.
| * ConfirmRelease must come lastKaren Etheridge2017-07-251-1/+2
| | | | | | | | | | this allows all pre-release checks to be done first (some of which come from after-release plugins)