Data-Tubes
view release on metacpan or search on metacpan
script/tubergen view on Meta::CPAN
########################################################################
$config{output} //= $config{name};
$config{modules_bundle} = $main::mobundle;
pipeline(
['Renderer::with_template_perlish', template => template()],
['Writer::to_files', filename => $config{output}],
{tap => 'sink'},
)->({structured => \%config});
my $mode = ((stat $config{output})[2] | 0111) & (~umask());
chmod $mode, $config{output};
########################################################################
#
# You should not need to fiddle any more beyond this point
#
########################################################################
# Ancillary scaffolding here
use Pod::Usage qw< pod2usage >;
use Getopt::Long qw< :config gnu_getopt >;
( run in 0.280 second using v1.01-cache-2.11-cpan-496ff517765 )