# $Id$ package Handel::Checkout::Plugin::NotBlessedPlugin; use strict; use warnings; sub new { return shift; }; 1;