Catalyst-Plugin-Breadcrumbs =========================== Catalyst::Plugin::Breadcrumbs is a plugin for catalyst that allows you to get an arrayref of all the breadcrumb information associated with the current request. This is easy to iterate over in your template. For more details please read POD of that module. INSTALLATION To install this module type the following: perl Makefile.PL make make test make install To install this module in the specific path use: perl Makefile.PL PREFIX=/path/to/your/lib To install the module in your home directory use that command: perl Makefile.PL PREFIX=YOU_HOME/path/to/your/lib Note: you don't need to have a root privileges to do that! Also, you can use CPAN shell: > perl -MCPAN -e shell cpan> install Catalyst::Plugin::Breadcrumbs or use command 'cpan': > cpan install Catalyst::Plugin::Breadcrumbs DEPENDENCIES This module requires these other modules and libraries: Catalyst AUTHOR Danial Pearce (cpan@tigris.id.au) COPYRIGHT AND LICENCE This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.