summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-10-05 20:18:13 -0500
committerJesse Luehrs <doy@tozt.net>2012-10-05 20:18:13 -0500
commit1afa9c6244203f657942a12092a43d06f73d3b3a (patch)
treea6ffffdd4d8dd2f4a41d27dc42ade7d8dfab420b
parent618b1c4633b6686aa2f52731bff10382b3c40d5c (diff)
downloadtext-handlebars-1afa9c6244203f657942a12092a43d06f73d3b3a.tar.gz
text-handlebars-1afa9c6244203f657942a12092a43d06f73d3b3a.zip
and... didn't need these parts of that file
-rw-r--r--lib/Text/Handlebars/Symbol.pm8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/Text/Handlebars/Symbol.pm b/lib/Text/Handlebars/Symbol.pm
index 724c1b9..6db7ac9 100644
--- a/lib/Text/Handlebars/Symbol.pm
+++ b/lib/Text/Handlebars/Symbol.pm
@@ -8,14 +8,6 @@ has is_helper => (
isa => 'Bool',
);
-has fourth => (
- is => 'rw',
-);
-
-has context => (
- is => 'rw',
-);
-
__PACKAGE__->meta->make_immutable;
no Any::Moose;