source: bookmarks/trunk/app.psgi @ 81

Last change on this file since 81 was 81, checked in by peter, 9 years ago

issue #1: moved BookmarksApp code into its own *.pm file

  • Property svn:executable set to *
File size: 184 bytes
RevLine 
[53]1#!/usr/bin/perl -w
2use strict;
3
[81]4use BookmarksApp;
5
[79]6#TODO: allow individual options to be set via environment vars, too
7BookmarksApp->new({ config_file => $ENV{CONFIG_FILE} })->to_app;
Note: See TracBrowser for help on using the repository browser.