
App::Magpie::Action::FixSpec - fixspec command implementation

version 2.000

my $fixspec = App::Magpie::Action::FixSpec->new;
$fixspec->run;

This module implements the fixspec action. It's in a module of its own to be able to be require-d without loading all other actions.

$fixspec->run;
Fix the spec file to match a set of rules. Make sure buildrequires are correct.

Jerome Quelin <jquelin@gmail.com>

This software is copyright (c) 2011 by Jerome Quelin.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.