Template::Plugin::JapanesePrefectures - easliy use Geography::JapanesePrefectures.


Template-Plugin-JapanesePrefectures documentation  | view source Contained in the Template-Plugin-JapanesePrefectures distribution.

Index


NAME

Top

Template::Plugin::JapanesePrefectures - easliy use Geography::JapanesePrefectures.

VERSION

Top

This documentation refers to Template::Plugin::JapanesePrefectures version 0.01

SYNOPSIS

Top

In your template:

    [% USE pref = JapanesePrefectures('euc-jp') %]
    [% FOR prefecture IN  pref.prefectures %]
        [% prefecture.name %]
    [% END %]

METHODS

Top

new

create Geography::JapanesePrefectures::Walker's object

SEE ALSO

Top

Geography::JapanesePrefectures::Walker

AUTHOR

Top

Atsushi Kobayashi, <nekokak at gmail.com>

BUGS

Top

Please report any bugs or feature requests to bug-template-plugin-japaneseprefectures at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Template-Plugin-JapanesePrefectures. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

Top

You can find documentation for this module with the perldoc command.

    perldoc Template::Plugin::JapanesePrefectures

You can also look for information at:

* AnnoCPAN: Annotated CPAN documentation

http://annocpan.org/dist/Template-Plugin-JapanesePrefectures

* CPAN Ratings

http://cpanratings.perl.org/d/Template-Plugin-JapanesePrefectures

* RT: CPAN's request tracker

http://rt.cpan.org/NoAuth/Bugs.html?Dist=Template-Plugin-JapanesePrefectures

* Search CPAN

http://search.cpan.org/dist/Template-Plugin-JapanesePrefectures

ACKNOWLEDGEMENTS

Top

COPYRIGHT & LICENSE

Top


Template-Plugin-JapanesePrefectures documentation  | view source Contained in the Template-Plugin-JapanesePrefectures distribution.