From: André Walker Date: Fri, 29 Jul 2011 03:48:18 +0000 (-0300) Subject: no need for BlockInjection (now components are ConstructorInjection) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=4b14cd945452b31d3ba9cde442e32a6b48dd1c45 no need for BlockInjection (now components are ConstructorInjection) --- diff --git a/lib/Catalyst/IOC/BlockInjection.pm b/lib/Catalyst/IOC/BlockInjection.pm deleted file mode 100644 index 2b56fb6..0000000 --- a/lib/Catalyst/IOC/BlockInjection.pm +++ /dev/null @@ -1,30 +0,0 @@ -package Catalyst::IOC::BlockInjection; -use Moose; - -extends 'Bread::Board::BlockInjection'; - -with 'Catalyst::IOC::Service::WithAcceptContext'; - -__PACKAGE__->meta->make_immutable; - -no Moose; -1; - -__END__ - -=pod - -=head1 NAME - -Catalyst::IOC::BlockInjection - -=head1 AUTHORS - -Catalyst Contributors, see Catalyst.pm - -=head1 COPYRIGHT - -This library is free software. You can redistribute it and/or modify it under -the same terms as Perl itself. - -=cut