Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^3: What do I use to release a module to CPAN for the first time?

by perlfan (Vicar)
on Oct 11, 2020 at 03:56 UTC ( [id://11122679]=note: print w/replies, xml ) Need Help??


in reply to Re^2: 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?

That's exactly why I put that shit in an isolated environment. For me it's often worth it to wait the 30 minutes to install xD... but no, this would totally blow out any respectible work space. This comes into perspective when one realizes that it's not a prereq for your module, it's a build/dev environment. I am sure you know that, but that is fuzzy for most (was for me, anyway).
  • Comment on Re^3: What do I use to release a module to CPAN for the first time?

Replies are listed 'Best First'.
Re^4: What do I use to release a module to CPAN for the first time?
by marto (Cardinal) on Oct 11, 2020 at 18:32 UTC

    It is a build tool, which becomes a prerequisite when trying to fix a bug in code maintained by someone who uses it. I get it, if you are developing many cpan modules it makes sense, it makes your life easier. If you are just coming along and trying to fix a trivial problem/provide a trivial enhancement, the barrier for participation just jumped a few levels in terms of ease. For a long time one of the plugins (I can't remember which) frequently used by such developers was broken, so the long (as it was then, on a low powered machine I was using) installation time was all wasted, due to said bug. The plugin in question required patching manually at the time. From talking to other users it's a real turn off in terms of participation. I can see both sides of the coin here, but I'd never recommend this path for someone in Lady_Aleenas shoes.

      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.

        I disagree.

        Many Dist::Zilla project only have a dist.int and no Makefile.PL, so you will need the whole bloody suite to get started anyway.

        However I applaud people using something to make their dist meet every standard and make their own lives easier to maintain and distribute their modules, IMHO Dist::Zilla is a (very) bad part of the toolchain to draw in fresh blood or make it easier for others (not using it) to submit changes.

        I have not seen a project that uses Dist::Zilla where I could get away without Dist::Zilla installed


        Enjoy, Have FUN! H.Merijn

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11122679]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (6)
As of 2024-04-19 12:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found