url : "http://clab.ist.unomaha.edu/"
- name : "Int80"
url : "http://int80.biz/"
+- name : blog
+ outfile : http://blog.moose.perl.org/
- name : download
template : download.tt
outfile : download.html
foreach my $page ( @{ $self->pages } ) {
+ next unless exists $page->{template};
+
my $outfile = $self->outdir->file( $page->{outfile} )->stringify;
$self->log( "Writing page " . $page->{name} . " to $outfile using template " . $page->{template} );