Acme-ReturnValue
view release on metacpan or search on metacpan
lib/Acme/ReturnValue/MakeSite.pm view on Meta::CPAN
sub _html_footer {
my $self = shift;
my $now = $self->now;
my $version = Acme::ReturnValue->VERSION;
return <<"EOHTMLFOOT";
<div class="footer">
<p>Acme::ReturnValue: <a href="https://metacpan.org/pod/Acme-ReturnValue">on CPAN</a> | <a href="https://domm.plix.at/talks/acme_returnvalue.html">talks about it</a><br>
Contact: domm AT cpan.org<br>
Generated: $now<br>
Version: $version<br>
</p>
</div>
</body></html>
EOHTMLFOOT
}
"let's generate another stupid website";
__END__
=pod
=encoding UTF-8
=head1 NAME
Acme::ReturnValue::MakeSite - generate returnvalues.plix.at
=head1 VERSION
version 1.004
=head1 SYNOPSIS
acme_returnvalue_makesite.pl --data path/to/dir
=head1 DESCRIPTION
Generate a small site based on the findings of L<Acme::ReturnValue>
=head2 METHODS
=head3 run
run from the commandline (via F<acme_returnvalue_makesite.pl>
=head3 gen_cool_dists
Generate the list of cool dists.
=head3 gen_cool_values
Generate the list of cool return values.
=head3 gen_bad_dists
Generate the list of bad dists.
=head3 gen_index
Generate the start page
=head1 AUTHOR
Thomas Klausner <domm@plix.at>
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2013 - 2021 by Thomas Klausner.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
=cut
( run in 0.898 second using v1.01-cache-2.11-cpan-cdf2f3d4e48 )