/usr/share/perl5/Net/OAuth2.pm is in libnet-oauth2-perl 0.63-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 | # Copyrights 2013-2016 by [Mark Overmeer].
# For other contributors see Changes.
# See the manual pages for details on the licensing terms.
# Pod stripped from pm file by OODoc 2.02.
package Net::OAuth2;
use vars '$VERSION';
$VERSION = '0.63';
use warnings;
use strict;
1;
|