summaryrefslogtreecommitdiffstats
path: root/lib/Bread/Board/Declare/Role/Service.pm
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-04-16 15:01:19 -0500
committerJesse Luehrs <doy@tozt.net>2011-04-16 15:01:19 -0500
commit85799e12f5361acc562a069adfdcbc4f694ff51d (patch)
tree3bc6ea619597b400442f7d5492b006666c769c59 /lib/Bread/Board/Declare/Role/Service.pm
parent9585411f1a57ce61f2d4036a981b9bea7bbeb584 (diff)
downloadbread-board-declare-85799e12f5361acc562a069adfdcbc4f694ff51d.tar.gz
bread-board-declare-85799e12f5361acc562a069adfdcbc4f694ff51d.zip
actually, let's not do this
This reverts commit 2a5b6f7d3dc3a2afdf5efb254720bd1b1fafcc4a.
Diffstat (limited to 'lib/Bread/Board/Declare/Role/Service.pm')
-rw-r--r--lib/Bread/Board/Declare/Role/Service.pm11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/Bread/Board/Declare/Role/Service.pm b/lib/Bread/Board/Declare/Role/Service.pm
index d1972db..96bdaf7 100644
--- a/lib/Bread/Board/Declare/Role/Service.pm
+++ b/lib/Bread/Board/Declare/Role/Service.pm
@@ -24,17 +24,6 @@ has associated_attribute => (
weak_ref => 1,
);
-=method should_create_typemap
-
-Whether this service will create a type mapping, when it is added to a
-container.
-
-=cut
-
-sub should_create_typemap {
- return shift->associated_attribute->typemap;
-}
-
around get => sub {
my $orig = shift;
my $self = shift;