Skip Menu |

This queue is for tickets about the Module-Release CPAN distribution.

Report information
The Basics
Id: 40697
Status: resolved
Priority: 0/
Queue: Module-Release

People
Owner: Nobody in particular
Requestors: MARKSTOS [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 2.00_05
Fixed in: (no value)



Subject: wish: clarify source control languages
This concerns the ::SVN module. The docs are confused about which backend it is talking to. Take these this part of the docs: #### This module depends on the external svn binary (so far). check_cvs() Check the state of the Git repository. ########### Taken literally, it appears to depend on the 'svn' binary, which is used by a 'check_cvs' function to check the state of a "git" repository. It looks like "check_cvs" perhaps should be renamed as "check_scm", and then implemented differently for CVS, SVN, and git, each in their own subclass.
On Wed Nov 05 17:09:25 2008, MARKSTOS wrote: Show quoted text
> This concerns the ::SVN module. The docs are confused about which > backend it is talking to. Take these this part of the docs:
Now that someone has complained about my own secret annoyance, I must fix it. I should have something in a couple of days since I have to also fix a couple of other modules in parallel. Thanks,
This is fixed in Module::Release 2.01 and Module::Release::Git 0.12. Thanks, :)