adding CGI::Session dependency for recent session re-write
authorJoshua Ferraro <jmf@liblime.com>
Tue, 7 Aug 2007 18:55:41 +0000 (13:55 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Tue, 7 Aug 2007 18:55:41 +0000 (13:55 -0500)
C4/Auth.pm
Makefile.PL

index b6ee706..da70939 100644 (file)
@@ -340,7 +340,7 @@ has authenticated.
 
 sub checkauth {
     my $query = shift;
-       # warn "Checking Auth";
+
 # $authnotrequired will be set for scripts which will run without authentication
     my $authnotrequired = shift;
     my $flagsrequired   = shift;
@@ -425,7 +425,7 @@ sub checkauth {
             close L;
         }
         if ($userid) {
-                       warn "here $userid";
+                       warn "here $userid";
             if ( $lasttime < time() - $timeout ) {
 
                 # timed logout
index e21bfbf..d0ad49e 100644 (file)
@@ -86,7 +86,6 @@ WriteMakefile(
     PREREQ_PM => {
 'CGI' => 3.15,
 'CGI::Carp' => 1.29,
-'CGI::Session' => '4.10',
 'DBI' => 1.53,
 'Data::Dumper' => 2.121_08,
 'Data::Random' => 0.05,