ready for 0.3.0 release

This commit is contained in:
Zane C. B-H 2019-06-05 01:24:14 -05:00
parent 932fd35b5a
commit c59217039b
5 changed files with 23 additions and 1 deletions

View File

@ -1,7 +1,8 @@
Revision history for Search-ESsearcher
0.3.0 2019-06-05/
0.3.0 2019-06-05/01:30
- Add postfix support.
- Add repo info.
0.2.0 2019-06-03/04:30
- The bf2b template now properly processes --ip

View File

@ -11,6 +11,8 @@ bin/essearcher
t/00-load.t
t/01-load.t
t/02-load.t
t/03-load.t
t/04-load.t
t/manifest.t
t/pod-coverage.t
t/pod.t

View File

@ -39,6 +39,8 @@ You can also look for information at:
Search CPAN
https://metacpan.org/release/Search-ESsearcher
Repository
https://github.com/VVelox/Search-ESsearcher
LICENSE AND COPYRIGHT

View File

@ -1187,6 +1187,10 @@ L<https://cpanratings.perl.org/d/Search-ESsearcher>
L<https://metacpan.org/release/Search-ESsearcher>
=item * Repository
L<https://github.com/VVelox/Search-ESsearcher>
=back

View File

@ -0,0 +1,13 @@
#!perl -T
use 5.006;
use strict;
use warnings;
use Test::More;
plan tests => 1;
BEGIN {
use_ok( 'Search::ESsearcher::Templates::postfix' ) || print "Bail out!\n";
}
diag( "Testing Search::ESsearcher::Templates::postfix $Search::ESsearcher::Templates::postfix::VERSION, Perl $], $^X" );