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.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.