Skip to content

Commit

Permalink
Add some basic POD to Wavelet2D
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed Oct 13, 2011
1 parent e4b1326 commit e952b74
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion pod/Wavelet2D.pod
Expand Up @@ -18,5 +18,28 @@

%EXPORT_TAGS = ( all => [ @EXPORT_OK ] );

%}
=head1 NAME

Math::GSL::Wavelet2D - 2-D Wavelets

=head1 SYNOPSIS

use Math::GSL::Wavelet2D qw/:all/;

=head1 DESCRIPTION

=head1 AUTHORS

Jonathan "Duke" Leto <jonathan@leto.net> and Thierry Moisan
<thierry.moisan@gmail.com>

=head1 COPYRIGHT AND LICENSE

Copyright (C) 2008-2011 Jonathan "Duke" Leto and Thierry Moisan

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

=cut

%}

0 comments on commit e952b74

Please sign in to comment.