The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

KiokuDB::Cmd::Command::Nav - KiokuDB::Cmd extension for KiokuDB::Navigator

SYNOPSIS

  % kioku nav --dsn bdb:dir=root/db [ --typemap MyApp::TypeMap ]

DESCRIPTION

This is a KiokuDB::Cmd class to provide access to a KiokuDB::Navigator.

OPTIONS

--dsn

This is the KiokuDB dsn string and it is required.

--typemap

This is the classname of the KiokuDB typemap and it is optional.

METHODS

run

BUGS

All complex software has bugs lurking in it, and this module is no exception. If you find a bug please either email me, or add the bug to cpan-RT.

AUTHOR

Stevan Little <stevan.little@iinteractive.com>

COPYRIGHT AND LICENSE

Copyright 2009-2010 Infinity Interactive, Inc.

http://www.iinteractive.com

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.