]> git.donarmstrong.com Git - debbugs.git/commitdiff
* add headers to Debbugs::MIME
authorDon Armstrong <don@donarmstrong.com>
Mon, 23 Mar 2009 06:07:07 +0000 (23:07 -0700)
committerDon Armstrong <don@donarmstrong.com>
Mon, 23 Mar 2009 06:07:07 +0000 (23:07 -0700)
 * use warnings; in Debbugs::MIME

Debbugs/MIME.pm

index 0d35b0fb85e8b259fdf37d3faad373dc5f51087f..cfab123bfa60f64993972ad74439d173e2fc5aab 100644 (file)
 
 package Debbugs::MIME;
 
+=head1 NAME
+
+Debbugs::MIME -- Mime handling routines for debbugs
+
+=head1 SYNOPSIS
+
+ use Debbugs::MIME qw(parse decode_rfc1522);
+
+=head1 DESCRIPTION
+
+
+=head1 BUGS
+
+None known.
+
+=cut
+
+use warnings;
 use strict;
 
 use base qw(Exporter);