blib/lib/Module/Install/Admin/Makefile.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 2 | 0.0 |
line | l | !l | condition |
---|---|---|---|
19 | 0 | 0 | $self->{'postamble'} ||= qq[# --- $class section:\n\nrealclean purge ::\n\t\$(RM_F) \$(DISTVNAME).tar\$(SUFFIX)\n\t\$(RM_F) MANIFEST.bak _build\n\t\$(PERL) "-Ilib" "-M$admin_class" -e "remove_meta()"\n\t\$(RM_RF) inc\n\nreset :: purge\n\nupload :: test dist\n\tcpan-upload -verbose \$(DISTVNAME).tar\$(SUFFIX)\n\ngrok ::\n\tperldoc $top_class\n\ndistsign ::\n\tcpansign -s\n\n] |