/[Frey]/trunk/t/02-frey-web.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/02-frey-web.t

Parent Directory Parent Directory | Revision Log Revision Log


Revision 100 - (show annotations)
Fri Jul 11 19:19:42 2008 UTC (15 years, 9 months ago) by dpavlin
File MIME type: application/x-troff
File size: 168 byte(s)
another refactoring

- cleanup cruft code
- create Frey::ClassLoader to deal with package/class stuff
- Frey::Web role with dom2html to based on Continuity::Widget::DomNode
1 #!/usr/bin/perl
2 use strict;
3 use warnings;
4
5 use Test::More tests => 2;
6 use lib 'lib';
7
8 BEGIN {
9 use_ok('Frey::Web');
10 }
11
12 isa_ok( Frey::Web->meta, 'Moose::Meta::Role' );
13

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26