From ea32267769f114e45d5dd4ea3bb2b5f2c2c8bed9 Mon Sep 17 00:00:00 2001 From: groditi Date: Wed, 26 Nov 2008 20:36:13 +0000 Subject: formatting fix --- lib/ComponentUI/TestModel.pm | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'lib/ComponentUI') diff --git a/lib/ComponentUI/TestModel.pm b/lib/ComponentUI/TestModel.pm index e13c31c..d33af2f 100644 --- a/lib/ComponentUI/TestModel.pm +++ b/lib/ComponentUI/TestModel.pm @@ -7,14 +7,17 @@ use Reaction::InterfaceModel::Reflector::DBIC; my $reflector = Reaction::InterfaceModel::Reflector::DBIC->new; -$reflector->reflect_schema - ( - model_class => __PACKAGE__, - schema_class => 'RTest::TestDB', - sources => [qw/Foo Baz/, - [ Bar => {attributes => [[-exclude => 'avatar']] } ], ## for now.... - ], - ); +$reflector->reflect_schema( + model_class => __PACKAGE__, + schema_class => 'RTest::TestDB', + sources => [ + qw/Foo Baz/, + [ Bar => {attributes => [[-exclude => 'avatar']] } ], ## for now.... + ], +); +__PACKAGE__->meta->make_immutable;1; 1; + +__END__; -- cgit v1.2.3-54-g00ecf