/usr/share/perl5/PlSense.pm is in plsense 0.3.1-1.
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 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | package PlSense;
use 5.006;
our $VERSION = '0.3.1';
=head1 NAME
PlSense - Omni Completion Tool for Perl
=head1 SYNOPSIS
% plsense --help
=head1 DESCRIPTION
PlSense is a development tool for Perl.
PlSense provides Completion/Help about Module/Function/Variable optimized for context.
For more information, see L<https://github.com/aki2o/plsense/blob/master/README.md>
=head1 AUTHOR
Hiroaki Otsu, C<< <ootsuhiroaki at gmail.com> >>
=head1 LICENSE AND COPYRIGHT
Copyright 2013 Hiroaki Otsu.
This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.
=head1 SEE ALSO
L<https://github.com/aki2o/plsense/blob/master/README.md>
=cut
|