Skip to content

Instantly share code, notes, and snippets.

@keedi
Created March 8, 2013 14:06
Show Gist options
  • Save keedi/5116636 to your computer and use it in GitHub Desktop.
Save keedi/5116636 to your computer and use it in GitHub Desktop.
diff --git a/examples/lib/SnipMate/Snippets.pm b/examples/lib/SnipMate/Snippets.pm
index ef345d4..49b38b2 100644
--- a/examples/lib/SnipMate/Snippets.pm
+++ b/examples/lib/SnipMate/Snippets.pm
@@ -11,9 +11,11 @@ use Moose;
use MooseX::Types::Path::Class;
+use Template::Caribou;
use Template::Caribou::Utils;
use Template::Caribou::Tags::HTML qw/ :all /;
+use Template::Caribou::Tags::HTML::Extended qw/ :all /;
use Template::Caribou::Tags
mytag => { -as => 'span_placeholder', class => 'placeholder', tag => 'span' },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment