/usr/share/perl5/CPANPLUS/Dist/Sample.pm is in libcpanplus-perl 0.9172-1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | package CPANPLUS::Dist::Sample;
use vars qw[$VERSION];
$VERSION = "0.9172";
=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;
|