Skip to content

Commit

Permalink
Fix up README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Lambley committed Oct 24, 2012
1 parent 14ec3c8 commit 4eb3f83
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 40 deletions.
4 changes: 4 additions & 0 deletions Makefile.PL
@@ -1,5 +1,6 @@
use 5.010001;
use ExtUtils::MakeMaker;
use FindBin;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
Expand All @@ -13,3 +14,6 @@ WriteMakefile(
(ABSTRACT_FROM => 'lib/MogileFS/Plugin/RandomWrites.pm', # retrieve abstract from module
AUTHOR => 'Dave Lambley <davel@state51.co.uk>') : ()),
);

# Requires Pod::Markdown
system("pod2markdown < $FindBin::Bin/lib/MogileFS/Plugin/RandomWrites.pm > $FindBin::Bin/README.md");
40 changes: 0 additions & 40 deletions README

This file was deleted.

31 changes: 31 additions & 0 deletions README.md
@@ -0,0 +1,31 @@
# NAME

MogileFS::Plugin::RandomWrites - Perl extension for blah blah blah

# SYNOPSIS

In mogilefsd.conf

plugins = RandomWrites

# DESCRIPTION

This plugin cause MogileFS to distribute writes to a random device, rather than
concentrating on devices with the most space free.

# SEE ALSO

[MogileFS::Server](http://search.cpan.org/search?mode=module&query=MogileFS::Server)

# AUTHOR

Dave Lambley, <davel@state51.co.uk>

# COPYRIGHT AND LICENSE

Copyright (C) 2012 by Dave Lambley

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.10.1 or,
at your option, any later version of Perl 5 you may have available.

0 comments on commit 4eb3f83

Please sign in to comment.