The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
package CPANPLUS::Dist::Sample;
use deprecate;

use vars qw[$VERSION];
$VERSION = "0.9135";

=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;