NAME
Sub::Spec::DepChecker - Check dependencies from 'deps' spec clause
VERSION
version 0.01
SYNOPSIS
use Sub::Spec::DepChecker qw(check_deps);
my $err = check_deps($spec->{deps});
print "Dependencies not met: $err" if $err;
DESCRIPTION
The 'deps' spec clause adds information about subroutine dependencies. This module performs check on it.
To handle a new dependency clause, create a checkdep_CLAUSE() into Sub::Spec::DepChecker namespace.
SEE ALSO
AUTHOR
Steven Haryanto <stevenharyanto@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Steven Haryanto.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.