
App::PPBuild::Task::File - A task for PPBuilder.

Used for tasks that create a file.

App::PPBuild::Task::File->new(
name => $name,
code => $code,
deps => [ qw/ ...deps... / ],
flags => { %flags },
);

Use hook_completed to verify a file with the name of the task exists.
Override ran() to return true (1) if a file with the name of th task exisits.

Chad Granum <exodist7@gmail.com>

Copyright 2009 Chad Granum
licensed under the GPL version 3. You should have received a copy of the GNU General Public License along with this. If not, see <http://www.gnu.org/licenses/>.