/[Frey]/trunk/bin/server-continuity.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/bin/server-continuity.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 103 - (show annotations)
Fri Jul 11 23:08:25 2008 UTC (15 years, 9 months ago) by dpavlin
Original Path: trunk/bin/server.pl
File MIME type: text/plain
File size: 131 byte(s)
minimal server testing

Ability to run server on different port by specifiny port on command line of
using FREY_PORT enviroment variable
1 #!/usr/bin/perl
2
3 use warnings;
4 use strict;
5
6 use lib 'lib';
7 use Frey::Server;
8
9 Frey::Server->new->run( @ARGV || $ENV{FREY_PORT} );
10

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26