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

Diff of /trunk/t/02-Frey-PPI.t

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

revision 1096 by dpavlin, Tue Jan 6 13:53:44 2009 UTC revision 1097 by dpavlin, Sun Jun 28 20:34:40 2009 UTC
# Line 4  use warnings; Line 4  use warnings;
4    
5  my $debug = @ARGV ? 1 : 0;  my $debug = @ARGV ? 1 : 0;
6    
7  use Test::More tests => 15;  use Test::More tests => 22;
8  use lib 'lib';  use lib 'lib';
9    
10  use Data::Dump qw/dump/;  use Data::Dump qw/dump/;
# Line 27  my $test = { Line 27  my $test = {
27                  },                  },
28                  has_tests => ["t/06-Frey-Feed.t"],                  has_tests => ["t/06-Frey-Feed.t"],
29          },          },
30            'App::RoomReservation' => {
31                    attribute_order => [],
32                    includes => { "use" => ["Moose", "App::RoomReservation::Room"] },
33                    has_tests => ["t/App/RoomReservation.t"],
34            }
35  };  };
36    
37  foreach my $class ( keys %$test ) {  foreach my $class ( keys %$test ) {

Legend:
Removed from v.1096  
changed lines
  Added in v.1097

  ViewVC Help
Powered by ViewVC 1.1.26