use strict; use warnings; package Jifty::Plugin::Halo; use base qw/Jifty::Plugin/; # Your plugin goes here. If takes any configuration or arguments, you # probably want to override L. =head1 NAME Jifty::Plugin::Halo =head1 DESCRIPTION This plugin provides L halos for your application. It's included by default when using Jifty. (That's a bug). =cut 1;