Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Maintaining a CPAN Module.

by MidLifeXis (Monsignor)
on Jan 23, 2013 at 10:53 UTC ( [id://1014876]=note: print w/replies, xml ) Need Help??


in reply to Maintaining a CPAN Module.

If you (and the co-maintainer) already have a source repo that meets your needs (especially if it is publicly available), I would just stick with that. Just gathering bug reports, IMO, is not reason enough to push an unmaintained copy (assumption) of your source to github. IMO, it is better to have one canonical source, and use the rest as automatically updating child repositories. Changes can flow up from the child to the parent, but without the automatically updating (or just a lack of communicating that XYZ is the master repo) part, there will be a question as to which is the authoritative source.

However, if you are planning on setting up synchronization between the two repos, or if RT does not meet your needs, or if GitHub provides some whiz-bang feature that you just need to have, then it may make sense to look at GitHub for hosting your source.

GitHub also supports a subset of svn operations.

There is more value to GitHub than just that it uses git. There are pulls, issue tracking and management, project wiki, and a few other tools that I am not familiar with. It comes down (at least to me) to if the tool does the job you need. It seems to me that if the provider of your source repo is doing everything you need, change for the sake of change is not a good thing.

--MidLifeXis

Replies are listed 'Best First'.
Re^2: Maintaining a CPAN Module.
by tmharish (Friar) on Jan 23, 2013 at 11:10 UTC

    Thanks MidLifeXis!

    I should have probably made this clear in my OP but I am talking about XML::Smart. Sadly the Original author seems to be M.I.A and I have taken over as a (and currently only) co-maintainer.

    So I guess it boils down to - "Is XML::Smart big enough to warrant GitHub"?

      If it is source, and should be controlled, I would say it is large enough for GitHub. Just my $0.02 (don't spend it all in one place).

      --MidLifeXis

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (3)
As of 2024-04-24 05:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found