info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CVS and Perl


From: brian d foy
Subject: Re: CVS and Perl
Date: Sun, 17 Mar 2002 23:04:15 -0600
User-agent: Thoth/1.4.6 (Carbon/OS X)

In article <address@hidden>, Matthew Persico <address@hidden> wrote:

> Is there anyone reading who uses CVS to keep track of Perl modules? Any
> special tips or tricks?

> Currently, I've written a Perl script called h2xs_for_cvs that runs h2xs and
> then slaps on CVS headers where appropriate.

> I have a small question. Is there any way to add 'blib' to the list of
> files/directories to be 'cvsignore'd?

besides putting blib in .cvsignore?

> I've created new modules and when I
> try to import them/ commit them, the -I doesn't seem to work. I have to make
> realclean before I import 

don't make anything before the import.  run h2xs, then immediately 'cvs import'
the directory.  when you add new files, just 'cvs add' them.  your h2xs_for_cvs
can also create a standard .cvsignore.

when i have more time, i'll finish extending ExtUtils::ModuleMaker to use 
templates. :)

-- 
brian d foy <address@hidden> - Perl services for hire
The Perl Review - a new magazine devoted to Perl 
<http://www.theperlreview.com>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]