Skip to content

pjfl/p5-app-burp

Repository files navigation

Name

App::Burp - Watch for changes to files and run commands

Synopsis

use App::Burp;
# Brief but working code examples

Description

Configuration and Environment

Defines no attributes

Subroutines/Methods

env_var

$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

Diagnostics

Dependencies

Incompatibilities

There are no known incompatibilities in this module

Bugs and Limitations

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

Acknowledgements

Larry Wall - For the Perl programming language

Author

Peter Flanigan, <pjfl@cpan.org>

License and Copyright

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

About

Watch for changes to files and run commands

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages