summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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)
| * preserve existing x_contributors orderingKaren Etheridge2017-07-251-0/+3
| |
| * add missing spelling stopwordsKaren Etheridge2017-07-251-0/+2
| |
| * fix plan for this testKaren Etheridge2017-07-251-0/+1
| |
| * fix lines that look like merge markersKaren Etheridge2017-07-252-2/+2
| |
| * declare encoding of non-utf8 filesKaren Etheridge2017-07-251-0/+10
| |
| * filename must be set - it has no defaultKaren Etheridge2017-07-251-0/+2
|/
* remove redundant test prereqKaren Etheridge2017-07-251-1/+0
|
* Storable is only an optional test dependencyKaren Etheridge2017-07-252-9/+2
|
* add prereq required when RELEASE_TESTING=1Karen Etheridge2017-07-251-0/+1
|
* travis now has 5.26 available for testingKaren Etheridge2017-07-251-0/+1
|
* avoid undef warning in _utf8 path (fixes #37)Karen Etheridge2017-07-251-0/+1
|
* Add one other minor change to the listChase Whitener2017-04-211-0/+1
|
* re-add uri-test to the buildChase Whitener2017-04-212-3/+1
|
* Fix up changes, remove some text files from the buildChase Whitener2017-04-214-7/+20
|
* fix wrong version. next is 1.72Chase Whitener2017-04-213-47/+47
|
* move to MakeMaker instead of MakeMaker::AwesomeChase Whitener2017-04-203-8/+8
|
* Fix version on prereq for Test::MoreChase Whitener2017-04-203-4/+4
|
* Fix Travis complaint about multi-year stretch in copyright_year for dzilChase Whitener2017-04-202-4/+4
|
* Re-add prereq of Test::Needs. Remove EOL tests for now. Travis should passChase Whitener2017-04-204-18/+9
|
* Update travis to match libwww-perlChase Whitener2017-04-201-3/+16
|
* fix up a tiny bit to be more like libwww-perlChase Whitener2017-04-206-123/+120
|
* update the cpanfile and dist.iniChase Whitener2017-04-206-164/+887
|
* Convert to dzil.Olaf Alders2017-04-2016-899/+1198
|
* 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-123-17/+2
| | | | developers now need to install Business::ISBN
* add missing $VERSION declarationsKaren Etheridge2016-11-121-0/+2
|
* bump version to 1.72Karen Etheridge2016-11-1247-47/+47
|
* ensure "make manifest" is runKaren Etheridge2016-11-101-2/+3
| | | | | travis defaults to 'perl Makefile.PL && make test' if there is no 'script' action.
* fix travis config so tests passKaren Etheridge2016-11-101-0/+3
|
* also do not package travis configKaren Etheridge2016-11-101-0/+1
|
* stringify version before comparing, as recommended by ZeframKaren Etheridge2016-11-101-1/+1
|
* Add .travis.ymlOlaf Alders2016-07-051-0/+15
|
* updated changelog from 1.57John Karr2016-02-061-0/+3
|
* release commit for 1.711.71Karen Etheridge2016-01-071-0/+6
|
* bump version to 1.71Karen Etheridge2016-01-0747-47/+47
|
* release prep for 1.70_0011.70_0011.70Karen Etheridge2015-12-281-0/+4
|
* bump version to 1.70_001Karen Etheridge2015-12-2847-47/+94
|
* optimization: do not repeatedly try to load the same non-existent URI subclassKaren Etheridge2015-12-283-10/+21
|