Skip to content

Commit

Permalink
Bump version to 2.10, update CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnlaffan committed Nov 26, 2022
1 parent 537f335 commit adabab3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Revision history for App::PP::Autolink

2.10 20221126
- Non-windows: Copy pp_autolink.pl to pp_autolink at build time
so the docs match. An imperfect approach but works for now.

2.09 20221119
- add hashbang line to pp_autolink.pl for EUMM to update on install

Expand All @@ -8,7 +12,7 @@ Revision history for App::PP::Autolink
We can revisit if earlier versions are shown to be needed.

2.07 20221115
- Add detected Aliens to the pp call (if they inherit from Alien::Base).
- Add detected Aliens to the pp call if they inherit from Alien::Base.
Needed to ensure the share dirs are packed (see Module::ScanDeps#13).

2.06 20221115
Expand Down
2 changes: 1 addition & 1 deletion lib/App/PP/Autolink.pm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use Config;
use Getopt::ArgvFile default=>1;
use Getopt::Long qw / GetOptionsFromArray :config pass_through /;

our $VERSION = '2.09';
our $VERSION = '2.10';

use constant CASE_INSENSITIVE_OS => ($^O eq 'MSWin32');

Expand Down

0 comments on commit adabab3

Please sign in to comment.