2.09 2018-04-25
- Production release identical to 2.08_02 release
2.08_02 2018-04-24
- Handle common special characters on Windows in taint mode
2.08_01 2018-04-23
- Diagnostic release
2.02 2018-04-21 13:57:54Z
- no changes since trial release
2.01 2017-06-08 23:38:48Z (TRIAL RELEASE)
- altered a test to not bake @INC into -I options for a subprocess, to
avoid too-long commands
1.128 2018-04-18
- numerous small improvements to documentation; thanks to
Fabrice Gabolde, Daniel Böhmer, Lance Wicks, Matthew Horsfall
- improved CI setup; thanks to eadjei and Philip J. Ludlam
1.000010 - 2018-04-25
- fix DOES tests on 5.8.x
1.000009 - 2018-04-21
- Fix handling of DOES and does (they no longer fall back to isa in most
situations outside of Moo/Moose)
0.058 2018-04-26 T. R. Wyant
Prefer /[0-9]/ over /\d/ for numeric checks. The latter can match
non-ASCII digits.
Explain the negated POSIX character classes. Also tweak some of the
asserted explanations -- mostly for readability and parallel
construction with the negated explanations, but it turns out
[[:digit:]] is NOT equivalent to [0-9].
0.057 2018-04-17 T. R. Wyant
Allow ->asserts( 'a*' ). This modification actually allows wild
cards in asserts() on all match semantic modifiers, but it is
probably only useful in the case of 'a*', because that is the only
one that can be doubled.
Explain grouping structure as 'Grouping', not 'Capture or grouping'.
Caret modifier was not turning off /n. This was complicated by the
fact that (?^) was introduced in 5.13.6, but (?n) was not introduced
until 5.21.8. The solution was to include -n in the expansion of the
caret if and only if /n had been seen in the scope of the caret.
Recognize caret in /(?^)x/.
Acknowledge Regexp::Parsertron in SEE ALSO
0.007 2018-04-30
- Spelling fixes triggered by Mohammed Anwar's PR for
File::ConfigDir
- CI improvements to ensure constant high software quality
- add license files
0.009 2018-05-01
- ensure maximal test coverage
- improve test diagnostics
- fix distribution META data
- add license files
- introduce sorted_loaded_config to allow implementation
of different sort strategies
- allow tune merge behavior
- improve documentation
- v0.21.0 Mon Apr 30 15:14:58 CDT 2018
Repair Makefile.PL, version spec's lost in the
regression at v0.20.
- v0.20.1 Fri Apr 27 18:47:30 CDT 2018
Makefile.PL cleanups.
- v0.20.0 Thu Apr 26 22:45:15 CDT 2018
Bump version.
- v0.11 Tue Apr 24 17:34:45 CDT 2018
Add back file-based tests for a variety of version
strings.
Replace join on '/' with File::Spec::Functions to allow
use on systems with volumes -- anyone with VMS kindly
test this for me.
Removed anything git-ish from the module & tests.
- v0.10 Sun Apr 22 19:08:47 CDT 2018
There is simply no way to get a consistent shell interface to
git across different platforms; every fix for one breaks another.
Going back to the original approach of supporting only the
perl-version dir's, which has reliably worked throughout.
0.021 2018-05-01
- more MSWin32 related fixups
- include locallib_cfg_dir in config_dirs
0.020 2018-04-30
- spelling fixes (Thanks to Mohammed Anwar for the reminder
and pull request)
- dependencies correctly expressed
- tests for and implementation of _find_common_base_dir
fixed
- MSWin32 related fixups
- add license texts
0.019 2018-04-27
- fix local::lib handling and suggest use local::lib
- find a users homedir even without File::HomeDir
- add Travis and Coverage status badges
- add more tests for proving edge cases to improve test coverage
- add perlcritic rules and tests
- introduce perltidy ensurance
- simplify Travis-CI runs, add coverage test