The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

#!perl
use 5.10.0;
use strict;
our $AUTHORITY = 'cpan:CSSON'; # AUTHORITY
# PODNAME: iller, a dzil wrapper
our $VERSION = '0.1411';
my $iller = Dist::Iller->new;
$iller->parse('first');
$iller->parse('before');
$iller->generate_files('before');
system('dzil', @ARGV);
$iller->parse('after');
$iller->generate_files('after');
__END__
=pod
=encoding UTF-8
=head1 NAME
iller, a dzil wrapper
=head1 VERSION
Version 0.1411, released 2020-01-01.
=head1 SOURCE
=head1 HOMEPAGE
=head1 AUTHOR
Erik Carlsson <info@code301.com>
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2021 by Erik Carlsson.
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