Index: utils/MANIFEST =================================================================== --- utils/MANIFEST (revision 1089) +++ utils/MANIFEST (working copy) @@ -2,6 +2,7 @@ MANIFEST.SKIP Changes Makefile.PL +lib/MogileFS/Utils.pm mogtool mogadm META.yml Module meta-data (added by MakeMaker) Index: utils/lib/MogileFS/Utils.pm =================================================================== --- utils/lib/MogileFS/Utils.pm (revision 0) +++ utils/lib/MogileFS/Utils.pm (revision 0) @@ -0,0 +1,32 @@ +#!/usr/bin/perl +package MogileFS::Utils; + +=head1 NAME + +MogileFS::Utils - Command line utilities for the MogileFS distributed file system. + +=head1 SYNOPSIS + +L + +L + +=head1 SUMMARY + +Please refer to the documentation for the tools included in this distribution. + +=head1 AUTHOR + +Brad Fitzpatrick ELE + +=head1 BUGS + +Please report any on the MogileFS mailing list: L. + +=head1 LICENSE + +Licensed for use and redistribution under the same terms as Perl itself. + +=cut + +1;