Skip to content

Commit

Permalink
Changes: prepare for release
Browse files Browse the repository at this point in the history
Add noteworthy changes and bump version for upcoming release.

Signed-off-by: Jens Rehsack <sno@netbsd.org>
  • Loading branch information
rehsack committed Jun 24, 2018
1 parent 505ea11 commit bf0d074
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Changes
@@ -1,5 +1,14 @@
Revision history for Perl extension File-ShareDir

1.116 2018-06-24
- fix fail-test which incorrectly read without permission
==> introduce new CI test proving this (Thanks to Ville
Skyttä <ville.skytta@iki.fi>)
- spelling fixes (Thanks to Ville Skyttä <ville.skytta@iki.fi>)
- fix author tests when run without recommended dependencies
(reported by Mohammed Anwar & Wesley Schwengle)
- add a test proving and reporting dependencies

1.114 2018-06-21
- be more expressive regarding to prerequisites
- improve detection for situations where no permission test
Expand Down
2 changes: 1 addition & 1 deletion lib/File/ShareDir.pm
Expand Up @@ -145,7 +145,7 @@ our @EXPORT_OK = qw{
our %EXPORT_TAGS = (
ALL => [@EXPORT_OK],
);
our $VERSION = '1.114';
our $VERSION = '1.116';

#####################################################################
# Interface Functions
Expand Down

0 comments on commit bf0d074

Please sign in to comment.