NAME
App::GHGen::Fixer - Auto-fix workflow issues
SYNOPSIS
use App::GHGen::Fixer qw(apply_fixes);
my $fixed = apply_fixes($workflow, \@issues);
FUNCTIONS
can_auto_fix($issue)
Check if an issue can be automatically fixed.
apply_fixes($workflow, $issues)
Apply automatic fixes to a workflow. Returns modified workflow hashref.
fix_workflow($file, $issues)
Fix a workflow file in place. Returns number of fixes applied.
AUTHOR
Nigel Horne <njh@nigelhorne.com>
LICENSE
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.