NAME
    Perinci::Sub::DepChecker - Check dependencies from 'deps' property

VERSION
    version 0.04

SYNOPSIS
     use Perinci::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.

    This module is mainly used by Perinci::Sub::Wrapper.

SEE ALSO
    Perinci

AUTHOR
    Steven Haryanto <stevenharyanto@gmail.com>

COPYRIGHT AND LICENSE
    This software is copyright (c) 2012 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.

