package Dist::Milla; use strict; use version; our $VERSION = version->declare('v1.0.7'); 1; __END__ =encoding utf-8 =head1 NAME Dist::Milla - Distribution builder, Opinionated but Unobtrusive =head1 SYNOPSIS > milla new Dist-Name > cd Dist-Name > milla build > milla release =head1 DESCRIPTION B. It is a collection of L plugin bundle, minting profile and a command line wrapper. It is designed around the "Convention over Configuration" philosophy (Opinionated), and by default doesn't rewrite module files nor requires you to change your workflow at all (Unobtrusive). Experienced CPAN authors who know how to write CPAN distributions can keep writing the code like before, but can remove lots of cruft, then replace L and L with L and Milla profile for authoring, while you don't need to I anything other than a shiny new L (optional), and a simple C saying: [@Milla] and that's it. =head1 CONVENTIONS As stated above, Milla is opinionated. Milla has a bold assumption and convention like the followings, which are almost compatible to the sister project L. =over 4 =item Your module is Pure Perl, and files are stored in C =item Your executable file is in C