tokuhirom / Minilla

Authorizing tool for CPAN modules
https://metacpan.org/release/Minilla
Other
97 stars 65 forks source link

fix `minil build` command generated "release_status" in META.json #229

Closed Ilya33 closed 6 years ago

Ilya33 commented 6 years ago

Hello.

minil build command (in command line) generated wrong "release_status" in META.json - look on https://github.com/tokuhirom/Minilla/blob/master/META.json is unstable but Minilla version is "v3.0.13".

Also I add test for stable version (stable.t) and test for Minilla::CLI::Build;

Best Regards, Ilya Pavlov

skaji commented 6 years ago

I think this is an expected behavior; release_status will become "stable" when you execute minil release.

Ilya33 commented 6 years ago

OK. Before I used the Milla and when run milla build I got META.json with release_status = stable. Minilla behavior strange for me =). I think I'm not the only one. Excuse for troubling