App::Burp - Watch for changes to files and run commands
use App::Burp;
# Brief but working code examples
Defines no attributes
$value = App::Burp->env_var( 'name', 'new_value' );
Looks up the environment variable and returns it's value. Also acts as a mutator if provided with an optional new value. Uppercases and prefixes the environment variable key
There are no known incompatibilities in this module
There are no known bugs in this module. Please report problems to http://rt.cpan.org/NoAuth/Bugs.html?Dist=App-Burp. Patches are welcome
Larry Wall - For the Perl programming language
Peter Flanigan, <pjfl@cpan.org>
Copyright (c) 2016 Peter Flanigan. All rights reserved
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic
This program is distributed in the hope that it will be useful, but WITHOUT WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE