no need for BlockInjection (now components are ConstructorInjection)
André Walker [Fri, 29 Jul 2011 03:48:18 +0000 (00:48 -0300)]
lib/Catalyst/IOC/BlockInjection.pm [deleted file]

diff --git a/lib/Catalyst/IOC/BlockInjection.pm b/lib/Catalyst/IOC/BlockInjection.pm
deleted file mode 100644 (file)
index 2b56fb6..0000000
+++ /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