package Catalyst::Plugin::Dumper; # vim: ts=8 sts=4 et sw=4 sr sta use warnings; use strict; use 5.8.1; our $VERSION = '0.00005'; 1; # Magic true value required at end of module __END__ =pod =head1 NAME Catalyst::Plugin::Dumper - (Deprecated) Needs implementing sanely =head1 VERSION This document describes Catalyst::Plugin::Dumper version 0.0.1 =head1 DESCRIPTION Previous versions of this plugin injects a dumper() method into the L namespace. This has always been Evil and Wrong. It needs writing correctly. Until then, this module is deprecated. Sorry. =head1 AUTHOR Chisel Wright C<< >> =cut