Created
          March 8, 2013 14:06 
        
      - 
      
- 
        Save keedi/5116636 to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 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