Skip to content

Commit

Permalink
ready for 0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
VVelox committed Jun 5, 2019
1 parent 932fd35 commit c592170
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Search-ESsearcher/Changes
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions Search-ESsearcher/MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions Search-ESsearcher/README
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 4 additions & 0 deletions Search-ESsearcher/lib/Search/ESsearcher.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 13 additions & 0 deletions Search-ESsearcher/t/04-load.t
Original file line number Diff line number Diff line change
@@ -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" );

0 comments on commit c592170

Please sign in to comment.