/[Frey]/trunk/t/00-load.t
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/t/00-load.t

Parent Directory Parent Directory | Revision Log Revision Log


Revision 23 - (show annotations)
Sun Jun 29 16:24:41 2008 UTC (15 years, 9 months ago) by dpavlin
File MIME type: application/x-troff
File size: 323 byte(s)
another major refactor and version bump [0.01]

- return 404 errors for resources which doesn't exist
- move HTML page wrapper is now in Fray::HTML->page
- dispatch to defined Template::Declare templates
- display available templates on status screen
- NOTE very clean and unobfuscated mapping
- a bits of documentation all over the place
1 #!/usr/bin/perl
2 use strict;
3 use warnings;
4
5 my $debug = shift @ARGV;
6
7 use Test::More tests => 6;
8 use lib 'lib';
9
10 #use Devel::LeakTrace::Fast;
11
12 BEGIN {
13 # use_ok('Frey::Server');
14 use_ok('Frey::HTML');
15 use_ok('Frey::REST');
16 use_ok('Frey::View');
17 use_ok('Strix::Schema');
18 use_ok('Strix::User');
19 use_ok('Strix::View');
20 }
21
22

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26