-
-
03 Jun 2022 13:41:29 UTC
- Distribution: Minilla
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers
- Kwalitee
Bus factor: 4- 37.46% Coverage
- License: perl_5
- Perl: v5.10.1
- Activity
24 month- Tools
- Download (92.39KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 53 contributors-
Tokuhiro Matsuno
-
Alex Kapranoff
-
Alexander Karelas
-
AnaTofuZ
-
Anirvan Chatterjee
-
Chris White
-
Daisuke Maki
-
Daisuke Murase
-
Dan Book
-
Fitz Elliott
-
Fuji, Goro
-
GeJ
-
Graham Knop
-
Helmut Wollmersdorfer
-
Hiroyuki Akabane
-
ITO Nobuaki
-
Jason Cooper
-
Jiro Nishiguchi
-
Jose Luis Perez Diez
-
Jörg Forstreuter
-
Kazumasa Utashiro
-
Keiji, Yoshimi
-
Kenichi Ishigaki
-
Klaus Eichner
-
Manni Heumann
-
Masahiro Nagano
-
Nathaniel Nutter
-
Oleg Gashev
-
Peter Oliver
-
Pine Mizune
-
Ryo Okamoto
-
Shohei YOSHIDA
-
Songmu
-
TAGOMORI Satoshi
-
Takumi Akiyama
-
Tatsuhiko Miyagawa
-
Thibault DUPONCHELLE
-
Yuji Shimada
-
Zak B. Elep
-
aereal
-
amarnus
-
hideo55
-
iwata-motonori
-
karupanerura
-
kazhiramatsu
-
keita.iseki
-
kfly8
-
mattn
-
moznion
-
sago35
-
tokuhirom
-
vti
-
ysasaki
- Dependencies
- App::cpanminus
- Archive::Tar
- CPAN::Meta
- Config::Identity
- Data::Section::Simple
- ExtUtils::Manifest
- File::Which
- File::pushd
- Getopt::Long
- Module::CPANfile
- Module::Metadata
- Module::Runtime
- Moo
- Pod::Markdown
- TAP::Harness::Env
- TOML
- Term::ANSIColor
- Text::MicroTemplate
- Time::Piece
- Try::Tiny
- URI
- parent
- version
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Minilla::CLI::Migrate - Migrate existed distribution repo
SYNOPSIS
% minil migrate
DESCRIPTION
This sub-command migrate existed distribution repository to minil ready repository.
HOW IT WORKS
This module runs script like following shell script.
# Generate META.json from Module::Build or EU::MM perl Build.PL # Create cpanfile from META.json mymeta-cpanfile > cpanfile # MANIFEST, MANIFEST.SKIP is no longer needed. git rm MANIFEST MANIFEST.SKIP # generate META.json minil build git add -f META.json # remove META.json from ignored file list perl -i -pe 's!^META.json\n$!!' .gitignore echo '.build/' >> .gitignore # remove .shipit if it's exists. if [ -f '.shipit' ]; then git rm .shipit; fi # add things git add .
Module Install Instructions
To install Minilla, copy and paste the appropriate command in to your terminal.
cpanm Minilla
perl -MCPAN -e shell install Minilla
For more information on module installation, please visit the detailed CPAN module installation guide.