Acme-CPANAuthors-Misanthrope
view release on metacpan or search on metacpan
xt/synopsis.t view on Meta::CPAN
use strict;
use FindBin;
use lib "$FindBin::Bin/../lib";
use Test::More tests => 2;
my $module = "$FindBin::Bin/../lib/Acme/CPANAuthors/Misanthrope.pm";
open my $fh, "<", $module
or die "Couldn't open '$module' to read: $!";
my $synopsis = "";
while ( <$fh> ) {
if ( /=head1 SYNOPSIS/ .. /=head\d (?!S)/
( run in 0.233 second using v1.01-cache-2.11-cpan-87723dcf8b7 )