NAME
Fennec::Assert::Core::Package - Tools for testing that packages load properly
SYNOPSIS
use Fennec::Assert::Core::Package;
require_ok( $package );
use_ok( $package );
use_into_ok( $package, $dest_package );
require_ok Package::Bareword;
use_ok Package::Bareword;
FUNCTIONS
- require_ok Package::Bareword
- require_ok( $package )
-
Verify that a package loads ok.
- use_ok Package::Bareword
- use_ok( $package, @args )
-
Verify that a package loads ok by using it, exports will be imported into the caller's namespace.
- use_into_ok( $package, $dest_package, @args )
-
Verify that $package loads ok by using it from $dest_package. Exports will be imported into $dest_package.
MANUAL
- Fennec::Manual::Quickstart
-
The quick guide to using Fennec.
- Fennec::Manual::User
-
The extended guide to using Fennec.
- Fennec::Manual::Developer
-
The guide to developing and extending Fennec.
- Fennec::Manual
-
Documentation guide.
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.