summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/CPANPLUS/Dist/Sample.pm
blob: 0b0939208ffb2f557d87413c13a94e70384373c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package CPANPLUS::Dist::Sample;

=pod

=head1 NAME

CPANPLUS::Dist::Sample -- Sample code to create your own Dist::* plugin

=head1 Description.

This document is B<Obsolete>. Please read the documentation and code
in C<CPANPLUS::Dist::Base>.

=cut

1;