Skip to content

holli-holzer/perl6-pack6

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

perl6-pack6

An tools can easily create CPAN tarball for you!

Usage:

pack6 [module@*] [OPTIONs]

Example

pack6 . -md -ex .idea -ex perl6-pack6.iml

This command will create a tarball for pack6.

Options

  • -d

    Print debug message
  • -ex=<array>

    Exclude file from module source, in default are .precomp and .git.
  • -h

    Print the help message.
  • -md

    Require module CPAN::Convert wrap the &*pack6-hook, convert all the asciidoc to markdown.
  • -out=<string>

    Set the pack output directory, in default is current directory.
  • -pp=<array>

    User can create a module like CPAN::Convert hook the &*pack6-hook.
    Pack6 will call &*pack6-hook on output directory, in default do nothing.
  • -v

    Print the version information.
  • -ver=<string>

    Using ver instead of version info in META6.json.

Installation

  • install with zef

    zef install pack6

Lincese

The MIT License (MIT).

About

An tools can easily create CPAN tarball for you!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Other 99.7%
  • Perl 0.3%