/[Frey]/branches/dbic/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

Annotation of /branches/dbic/t/00-load.t

Parent Directory Parent Directory | Revision Log Revision Log


Revision 23 - (hide annotations)
Sun Jun 29 16:24:41 2008 UTC (15 years, 10 months ago) by dpavlin
Original Path: trunk/t/00-load.t
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 dpavlin 2 #!/usr/bin/perl
2     use strict;
3     use warnings;
4    
5     my $debug = shift @ARGV;
6    
7 dpavlin 23 use Test::More tests => 6;
8 dpavlin 5 use lib 'lib';
9 dpavlin 2
10     #use Devel::LeakTrace::Fast;
11    
12     BEGIN {
13 dpavlin 23 # 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 dpavlin 2 use_ok('Strix::User');
19 dpavlin 23 use_ok('Strix::View');
20 dpavlin 2 }
21    
22    

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26