parrotcode: Parrot Distribution Directory | |
Contents | Perl Modules |
Parrot::Distribution - Parrot Distribution Directory
use Parrot::Distribution;
$dist = Parrot::Distribution->new;
Parrot::Distribution
knows all kinds of stuff about the contents of the distribution.
This is a subclass of Parrot::Docs::Directory
so that it can be used to build the HTML docs. There may come a time when it is necessary to make file_class()
and directory_class()
dynamic so that different file methods can be used depending on the circumstances.
new()
c_source_file_directories()
c_source_file_with_name($name)
c_header_file_directories()
c_header_file_with_name($name)
file_for_perl_module($module)
docs_directory()
html_docs_directory()
delete_html_docs()
|