The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
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;