• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

examples/H24-Aug-2010-10541

lib/CGI/Session/H24-Aug-2010-647177

t/H24-Aug-2010-9050

Build.PLH A D24-Aug-2010340 2018

CHANGESH A D24-Aug-20104.9 KiB9379

Changelog.iniH A D24-Aug-20105.1 KiB133119

MANIFESTH A D24-Aug-2010235 1514

META.ymlH A D24-Aug-2010652 2726

Makefile.PLH A D24-Aug-2010744 3530

READMEH A D24-Aug-20101.7 KiB5740

README

1README file for CGI::Session::ExpireSessions.
2
3Warning: WinZip 8.1 and 9.0 both contain an 'accidental' bug which stops
4them recognizing POSIX-style directory structures in valid tar files.
5You are better off using a reliable tool such as InfoZip:
6ftp://ftp.info-zip.org/pub/infozip/
7
81 Installing from a Unix-like distro
9------------------------------------
10shell>gunzip CGI-Session-ExpireSessions-1.03.tgz
11shell>tar mxvf CGI-Session-ExpireSessions-1.03.tar
12
13On Unix-like systems, assuming you have installed Module::Build V 0.25+:
14
15shell>perl Build.PL
16shell>./Build
17shell>./Build test
18shell>./Build install
19
20On MS Windows-like systems, assuming you have installed Module::Build V 0.25+:
21
22shell>perl Build.PL
23shell>perl Build
24shell>perl Build test
25shell>perl Build install
26
27Alternately, without Module::Build, you do this:
28
29Note: 'make' on MS Windows-like systems may be called 'nmake' or 'dmake'.
30
31shell>perl Makefile.PL
32shell>make
33shell>make test
34shell>su              (for Unix-like systems)
35shell>make install
36shell>exit            (for Unix-like systems)
37
38On all systems:
39
40Run ExpireSessions.pm through you favourite pod2html translator.
41
42If you are using my fancy-pom2.pl, with its 'default.css' file installed in
43/apache2/htdocs/css/, you'd do:
44
45shell>perl fancy-pom2.pl html -css ExpireSessions.pm > /apache2/htdocs/ExpireSessions.html
46
47or perhaps something like:
48
49shell>perl fancy-pom2.pl html -css ExpireSessions.pm > /perl/html/site/lib/CGI/Session/ExpireSessions.html
50
512 Installing from an ActiveState distro
52---------------------------------------
53shell>unzip CGI-Session-ExpireSessions-1.03.zip
54shell>ppm install --location=. CGI-Session-ExpireSessions
55shell>del CGI-Session-ExpireSessions-1.03.ppd
56shell>del PPM-CGI-Session-ExpireSessions-1.03.tar.gz
57