From 656962609c4dac90446f4ec4c72f447f7d121106 Mon Sep 17 00:00:00 2001 From: Jonathan Leto Date: Thu, 10 Jul 2008 01:49:56 -0700 Subject: [PATCH] Basic Histogram POD. --- Histogram.i | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Histogram.i b/Histogram.i index 3d78c61..546e3c7 100644 --- a/Histogram.i +++ b/Histogram.i @@ -54,6 +54,9 @@ /; %EXPORT_TAGS = ( all => [ @EXPORT_OK ] ); +=head1 NAME + +Math::GSL::Histogram - Create and manipulate histograms of data =head1 SYNOPSIS @@ -72,4 +75,17 @@ =cut +=head1 AUTHORS + +Jonathan Leto and Thierry Moisan + +=head1 COPYRIGHT AND LICENSE + +Copyright (C) 2008 Jonathan 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 + %} -- 2.11.4.GIT