/[webpac2]/Webpacus/lib/Webpacus.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /Webpacus/lib/Webpacus.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 92 by dpavlin, Mon Nov 21 17:46:27 2005 UTC revision 93 by dpavlin, Tue Nov 22 12:57:15 2005 UTC
# Line 9  use warnings; Line 9  use warnings;
9  #         -Debug: activates the debug mode for very useful log messages  #         -Debug: activates the debug mode for very useful log messages
10  # Static::Simple: will serve static files from the applications root directory  # Static::Simple: will serve static files from the applications root directory
11  #  #
12  use Catalyst qw/-Debug Static::Simple Prototype Unicode::Encoding/;  use Catalyst qw/-Debug
13            Static::Simple
14            Prototype
15            Unicode::Encoding
16            Config::YAML
17    /;
18    
19  our $VERSION = '0.01';  our $VERSION = '0.01';
20    
21  #  #
22  # Configure the application  # Configure the application
23  #  #
24  __PACKAGE__->config( name => 'Webpacus', encoding => 'ISO-8859-2' );  __PACKAGE__->config(
25            name => 'Webpacus',
26            encoding => 'ISO-8859-2',
27            config_file => 'config.yml',
28    );
29    
30  #  #
31  # Start the application  # Start the application

Legend:
Removed from v.92  
changed lines
  Added in v.93

  ViewVC Help
Powered by ViewVC 1.1.26