First, what happened to the weaver.ini? You need a weaver.ini and a dist.ini. See: Of Modernizing My Own Modules by NPEREZ. He gives the urls for templates for dist.ini and weaver.ini. PodWeaver should be as easy as this in your dist.ini:
dist.ini
Or this in your weaver.ini:1: [PodWeaver]
weaver.ini
Second, before you can get there, run these bundles to make sure that you have all the modules that you'll need for setup.1: [@DEFAULT] 2: 3: [-Transformer] 4: transformer = List
ForMoose:
For dzil#!/usr/bin/perl use strict; use warnings; use CPAN; CPAN::Shell->install( "namespace::clean", "namespace::autoclean", "Class::MOP", "Eval::Closure", "Package::DeprecationManager", "Sub::Name", "Test::Fatal", "Dist::CheckConflicts", "Data::OptList", "Devel::GlobalDestruction", "List::MoreUtils", "MRO::Compat", "Params::Util", "Scalar::Util", "Sub::Exporter", "Task::Weaken", "Moose", "MooseX::Role::WithOverloading", "Moose::Autobox", "Package::Stash::XS", "Package::Stash");
For Dist::Zilla and plugins:#!usr/bin/perl use strict; use warnings; use CPAN; CPAN::Shell->install( "App::Cmd::Setup", "CPAN::Meta::Converter", "CPAN::Meta::Prereqs", "CPAN::Meta::Validator", "CPAN::Uploader", "Config::MVP::Reader", "Config::MVP::Reader::Findable::ByExtension", "Config::MVP::Reader::INI", "List::MoreUtils", "Log::Dispatchouli", "Perl::PrereqScanner", "Pod::Eventual", "String::Formatter", "Version::Requirements", "Sub::Exporter::ForMethods", "Pod::Elemental", "Pod::Elemental::PerlMunger", "Pod::Weaver", "PPI");
In reply to Re: [dzil/podweaver] who added =head1 NAME?
by Khen1950fx
in thread [dzil/podweaver] who added =head1 NAME?
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |