[siesta-commit] siesta Config.pm.in,NONE,1.1 Makefile.PL,1.20,1.21

[prev] [thread] [next] [lurker] [Date index for 2002/09/15]

From: clampr
Subject: [siesta-commit] siesta Config.pm.in,NONE,1.1 Makefile.PL,1.20,1.21
Date: 12:27 on 15 Sep 2002
Update of /cvsroot/siesta/siesta
In directory usw-pr-cvs1:/tmp/cvs-serv17745

Modified Files:
	Makefile.PL 
Added Files:
	Config.pm.in 
Log Message:
move Config.pm.in out of lib

--- NEW FILE: Config.pm.in ---
# $Id: Config.pm.in,v 1.1 2002/09/15 11:27:45 clampr Exp $
package Siesta::Config;
use strict;
use vars qw( $ROOT @STORAGE $ARCHIVE );

=head2 C<$ROOT>

Where to install everything to

=cut

$ROOT    = '@@ROOT@@';
@STORAGE = qw( DBI dbi:SQLite:@@ROOT@@/siesta.db );
$ARCHIVE = '@@ROOT@@/archive';

1;

Index: Makefile.PL
===================================================================
RCS file: /cvsroot/siesta/siesta/Makefile.PL,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- Makefile.PL	12 Sep 2002 13:32:23 -0000	1.20
+++ Makefile.PL	15 Sep 2002 11:27:45 -0000	1.21
@@ -16,7 +16,7 @@
 my $ROOT = prompt("where do we install to guv?", $D_ROOT);
 
 print "Generating Siesta::Config from your answers\n";
-open(IN,  "<lib/Siesta/Config.pm.in")
+open(IN,  "<Config.pm.in")
   or die "couldn't open Config.pm.in: $!";
 open(OUT, ">lib/Siesta/Config.pm")
   or die "couldn't open Config.pm for write: $!";



Generated at 13:57 on 01 Jul 2004 by mariachi 0.52