in reply to Re^4: What do I use to release a module to CPAN for the first time?
in thread What do I use to release a module to CPAN for the first time?
It's pretty rare to need Dist::Zilla to provide a patch for someone else's distribution.
If they've got version control, make a clone of it, make your changes to the files in lib/bin/whatever, use prove -l ./t to run the test suite, and if it passes, submit your changes.
If no version control, untar the latest tarball from CPAN, and do the same.
If you're not going to build a tarball of your fixed version, you probably won't need Dist::Zilla.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: What do I use to release a module to CPAN for the first time?
by Tux (Canon) on Oct 12, 2020 at 07:46 UTC | |
by tobyink (Canon) on Oct 12, 2020 at 08:43 UTC | |
by Tux (Canon) on Oct 12, 2020 at 09:02 UTC | |
by perlancar (Hermit) on Oct 12, 2020 at 14:05 UTC | |
by Corion (Patriarch) on Oct 12, 2020 at 08:44 UTC | |
by Anonymous Monk on Oct 14, 2020 at 14:36 UTC | |
by Tux (Canon) on Oct 14, 2020 at 15:13 UTC |