Apache-SessionX

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

        }
    }

print "Using $conf[$default] as default\n" ;

open FH, ">SessionX/Config.pm" or die "Cannot open SessionX/Config.pm for writing ($!)" ;
print FH qq{
#
# Apache::SessionX configuration
#
# Autogenerated by Makefile.PL, do not edit!
#

package Apache::SessionX::Config ;

\$default = '$conf[$default]' ;

\@confs   = ('} ;

print FH join ("','", @conf) ;



( run in 0.242 second using v1.01-cache-2.11-cpan-de7293f3b23 )