http://qs321.pair.com?node_id=292029


in reply to Re: non-CPAN module distributions
in thread non-CPAN module distributions

Thanks for posting the link to Subversion. I'd never heard of it, but it's now installed and I am a convert!


Examine what is said, not who speaks.
"Efficiency is intelligent laziness." -David Dunham
"When I'm working on a problem, I never think about beauty. I think only how to solve the problem. But when I have finished, if the solution is not beautiful, I know it is wrong." -Richard Buckminster Fuller
If I understand your problem, I can solve it! Of course, the same can be said for you.

Replies are listed 'Best First'.
Re^3: non-CPAN module distributions
by adrianh (Chancellor) on Sep 17, 2003 at 15:00 UTC

    Subversion rocks :-)

    Actually, it just occurred that subversion would offer another solution to the separation of tests issue. You could create a separate directory in a subversion repository that had a per-module Makefile.PL and external definition links to the appropriate module and test code from the main directory.

    You could then checkout a module that could be worked on stand alone, and have all changes automatically checked into the main tree.

    No idea if/how you would do this in CVS.