Skip to content

Commit

Permalink
Test more abstract_from_file
Browse files Browse the repository at this point in the history
Modify corpus/dist/DZ2/DZ1.pm to set the abstract from POD instead of an
"# ABSTRACT:" line. This improves a bit the code coverage of DZ::Util.
  • Loading branch information
dolmen authored and rjbs committed Nov 18, 2011
1 parent 1030eda commit bd88607
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion corpus/dist/DZ2/lib/DZ1.pm
@@ -1,10 +1,16 @@
use strict;
use warnings;
package DZ1;
# ABSTRACT: this is a sample package for testing Dist::Zilla;

sub main {
return 1;
}

1;
__END__
=head1 NAME
DZ1 - this is a sample package for testing Dist::Zilla;
=cut

0 comments on commit bd88607

Please sign in to comment.