/[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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 532 - (hide annotations)
Wed Nov 26 07:57:12 2008 UTC (15 years, 4 months ago) by dpavlin
Original Path: trunk/bin/continuity-server.pl
File MIME type: text/plain
File size: 186 byte(s)
refactor Frey::Boostrap from Frey::Server to have correct warn handling

- we now use File::Tee to capture STDERR to file and display that
  (with filtering) for display
- added FREY_NO_LOG enviroment variable to disable logging (for perl -c)
- move all warnings handling into Frey::Web->warnings_html
- make Frey->debug Int (this touched a bunch of tests)
1 dpavlin 19 #!/usr/bin/perl
2    
3     use warnings;
4     use strict;
5    
6     use lib 'lib';
7 dpavlin 532 use Frey::Bootstrap;
8 dpavlin 19 use Frey::Server;
9    
10 dpavlin 477 warn "FREY_RESTART: ", $ENV{FREY_RESTART};
11 dpavlin 216 Frey::Server->new->run( $ENV{FREY_PORT} );
12 dpavlin 19

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26