AddressBook

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

}

WriteMakefile(
    'NAME'	=> 'AddressBook',
    'VERSION_FROM' => 'lib/AddressBook.pm',
);

sub MY::postamble {
'
htmldocs :: 
	find lib -name *.pm | sed s/.pm$$// |sed s/^lib.// | xargs -i# pod2html --podroot=. --podpath=lib --infile=lib/#.pm --outfile=html/#.html 
'
}



( run in 0.399 second using v1.01-cache-2.11-cpan-4d50c553e7e )