/usr/share/perl5/Socialtext/Resting/Utils.pm is in libsocialtext-resting-utils-perl 0.21-3.
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 | package Socialtext::Resting::Utils;
use strict;
use warnings;
=head1 NAME
Socialtext::Resting::Utils - Utilities for Socialtext REST APIs
=cut
our $VERSION = '0.21';
=head1 SYNOPSIS
Socialtext::Resting::Utils does not contain any code.
=head1 AUTHOR
Luke Closs, C<< <luke.closs at socialtext.com> >>
=head1 COPYRIGHT & LICENSE
Copyright 2006, 2007 Luke Closs, all rights reserved.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
=cut
1;
|