Skip to content

Commit

Permalink
Merge branch 'manwar-add-abstract-in-pod'
Browse files Browse the repository at this point in the history
  • Loading branch information
lskatz committed Nov 13, 2017
2 parents 9a5be94 + fafa400 commit a835339
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ my $preop =
WriteMakefile1(
NAME => 'Mashtree',
VERSION_FROM => 'lib/Mashtree.pm',
ABSTRACT_FROM => 'lib/Mashtree.pm',
EXE_FILES => [
"bin/mashtree.pl",
"bin/mashtree_wrapper.pl",
Expand Down
8 changes: 8 additions & 0 deletions lib/Mashtree.pm
Original file line number Diff line number Diff line change
Expand Up @@ -310,3 +310,11 @@ sub treeDist{
1;


__END__
=head1 NAME
Mashtree - Create a tree using Mash distances.
=cut

0 comments on commit a835339

Please sign in to comment.