NAME
App::prove4air - Test ActionScript (.as) with prove, Adobe Air, and tap4air
VERSION
version 0.0012
SYNOPSIS
$ git clone git://github.com/robertkrimen/tap4air.git tap4air
$ export BUILD_AIR="$AIR_SDK/bin/mxmlc -incremental +configname=air -compiler.source-path=tap4air/src/ -debug"
$ export RUN_AIR="$AIR_SDK/bin/adl"
$ prove4air test.as
$ prove4air t/*.as
$ prove4air t/
DESCRIPTION
App::prove4air integrates with App::Prove and tap4air to provide prove-like TAP-testing in Adobe Air
SEE ALSO
http://github.com/robertkrimen/tap4air
AUTHOR
Robert Krimen <robertkrimen@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Robert Krimen.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.