package Org::To::Pod; use 5.010; use Log::Any '$log'; use vars qw($VERSION); our $VERSION = '0.00'; # VERSION 1; # ABSTRACT: Export Org document to Pod __END__ =pod =head1 NAME Org::To::Pod - Export Org document to Pod =head1 VERSION version 0.00 =head1 SYNOPSIS use Org::To::Pod qw(org_to_pod); my $pod = org_to_pod(source=>$org); =head1 DESCRIPTION NOT YET IMPLEMENTED. =head1 SEE ALSO L L =head1 AUTHOR Steven Haryanto =head1 COPYRIGHT AND LICENSE This software is copyright (c) 2011 by Steven Haryanto. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. =cut