jimw 00/12/18 17:39:17
Modified: . Makefile.PL
Log:
don't need to set CVSROOT in Makefile.PL, just assume we're in a cvs checkout.
Revision Changes Path
1.7 +1 -4 httpd-apreq/Makefile.PL
Index: Makefile.PL
===================================================================
RCS file: /home/cvs/httpd-apreq/Makefile.PL,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Makefile.PL 2000/12/16 23:36:45 1.6
+++ Makefile.PL 2000/12/19 01:39:15 1.7
@@ -11,9 +11,6 @@
'NAME' => 'libapreq',
'VERSION' => $myVERSION,
'DIR' => [qw(c Request Cookie)],
- 'macro' => {
- CVSROOT => 'modperl.com:/local/cvs_repository',
- },
);
sub check_compat {
@@ -40,7 +37,7 @@
return <<'EOF';
cvs_tag :
- cvs -d $(CVSROOT) tag v$(VERSION_SYM) .
+ cvs tag v$(VERSION_SYM) .
@echo update Apache/Request.pm's VERSION now
EOF