Revision history for Perl extension Minilla
v0.4.2 2013-05-07T10:41:39Z
- Removed dependency on Path::Tiny
v0.4.1 2013-05-07T09:06:46Z
- Module::Build keeps -Ixxx arguments in running `./Build`.
Do not make rel2abs '.'. In executing `perl Build.PL`
(tokuhirom)
- Cleanup code around `minil build`. Clean and saner code.
Older implementation creates work dir in '.build/XXXXX/' and copy it.
New implementation creates work dir in 'Module-Name-X.XX/' directly.
(tokuhirom)
v0.4.0 2013-05-07T05:09:19Z
- documented build.build_class
(Fuji, Goro)
- Use `cpanm --notest` when using `minil --no-test install`
(reported by xaicron++)
- Support script_files in minil.toml
(xaicron)
- Added allow_pure_perl option.
(tokuhirom)
v0.3.2 2013-05-03T01:09:37Z
- Do not run test case when cpanm command is not available
(tokuhirom)
- Add newline same as other error messages
(Syohei YOSHIDA)
v0.3.1 2013-05-02T07:38:53Z
- Regenerate Build.PL/README.md before release, automatically
(tokuhirom)
- Deny Foo::Bar style name in minil.toml.
(tokuhirom)
v0.3.0 2013-05-02T00:42:00Z
- Support MANIFEST.SKIP
(Suggested by Tatsuhiko Miyagawa)
v0.2.0 2013-04-30T02:21:41Z
- add [no_index] feature for minil.toml
(Masayuki Matsuki)
v0.1.0 2013-04-27T14:51:23Z
- Added authors_from, abstract_from
v0.0.56 2013-04-24T05:23:14Z
- Use cpanm instead of CPAN::Meta::Check. Closed #12
(Suggested by miyagawa++)
- Fixed Double-encoded author name in META.json Closed #44
https://github.com/tokuhirom/Minilla/issues/44
(Reported by ilmali++)
v0.0.55 2013-04-24T03:09:28Z
- Save mode when copying files to working directory.
(tokuhirom)
v0.0.54 2013-04-22T23:27:19Z
[INCOMPATIBLE CHANGES]
- Enable xt/spelling.t by ~/spellunker.en, instead of ~/.aspell.en.pws
[FEATURE ENHANCEMENTS]
- Better zsh completion
(Syohei YOSHIDA, Yuji Shimada)
- Better spelling checking with Spellunker.
(tokuhirom)
- Better version number incrementation with Version::Next
(tokuhirom)
- Disabled ACTION_distmeta and ACTION_installdeps in Build.PL
(tokuhirom)
- Added new configuration parameter: readme_from
(tokuhirom)
- Support 'share/' directiory(Distribution share directiory only)
(tokuhirom)
- Remove dupilicate entry in manifest file
(Masayuki Matsuki)
- force add LICENSE in migration
(xaicron)
- add MYMETA.* and <% $dist %>-* to default .gitignore
(gfx)
v0.0.53 2013-04-09T05:57:07Z
- Exclude extlib/ directory from tar ball.
(Reported by kazeburo++)
v0.0.52 2013-04-08T03:11:44Z
- Tiny tweaks for CPAN testers.
(tokuhirom)
v0.0.51 2013-04-07T04:09:37Z
- Remove M::I related files while migration.
(tokuhirom)
- Added '=encoding utf-8' in skelton
(tokuhirom)
- Do not run test cases without git command.
(tokuhirom)
v0.0.50 2013-04-04T06:03:31Z
- first release on CPAN!
0.0.1 2013-03-18T19:11:49
- original version