Annotation of nsdl/conf/nsdlstartup.pl, revision 1.3

1.1       harris41    1: #!/usr/bin/perl
                      2: 
                      3: use Apache();
                      4: use lib '/home/httpd/lib/perl';
                      5: use Apache::Constants qw(:common :http :methods);
                      6: use CGI::Cookie();
                      7: use CGI qw(-compile standard);
                      8: use HTTP::Headers();
1.3     ! harris41    9: use Apache::GATEWAY::Common();
        !            10: use Apache::GATEWAY::ToLONCAPA();
        !            11: use Apache::GATEWAY::FromLONCAPA();
        !            12: use Apache::GATEWAY::ToNSDL();
        !            13: use Apache::GATEWAY::FromNSDL();
        !            14: use Apache::LONCAPA::ToTheGateway();
        !            15: use Apache::LONCAPA::FromTheGateway();
1.1       harris41   16: use Apache::NSDL::ToTheGateway();
1.3     ! harris41   17: use Apache::NSDL::FromTheGateway();
1.1       harris41   18: 
                     19: 1;

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>