NAME
Fennec::Util::Abstract - Provides the 'Abstract()' method.
DESCRIPTION
Provides the 'Abstract()' method, which can be used inside an abstract method to die with an explanation.
SYNOPSIS
package MyPackage;
use Fennec::Util::Abstract;
sub do_thing { Abstract() }
1;
AUTHORS
Chad Granum exodist7@gmail.com
COPYRIGHT
Copyright (C) 2010 Chad Granum
Fennec is free software; Standard perl licence.
Fennec is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the license for more details.