Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bestpractical/rt-extension-utils
https://github.com/bestpractical/rt-extension-utils
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/bestpractical/rt-extension-utils
- Owner: bestpractical
- Created: 2009-10-21T22:27:21.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2010-01-28T21:16:06.000Z (almost 15 years ago)
- Last Synced: 2023-04-13T18:31:29.772Z (over 1 year ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/RT-Extension-Utils
- Size: 104 KB
- Stars: 7
- Watchers: 7
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: CHANGES
Awesome Lists containing this project
README
NAME
RT::Extension::Utils - collection of command line utilitiesDESCRIPTION
This extension is collection of variouse command line utilities for
Request Tracker. Mostly these are tools for system administrators for
debugging and instrumenting.INSTALLAION
As usuall:perl Makefile.PL
make
make installDon't forget to register extension in @Plugins config option:
Set( @Plugins, qw(
RT::Extesion::Utils
));Without registering some utilities will fail to work.
FOR UTILITIES WRITERS
METHODS
require_module $module $version
Loads a module and checks version. It doesn't die on error, but exit
with exit code 1. As this extension consist of many different scripts
that may require variouse modules from then CPAN, then all dependencies
are not announced during installtion.LICENSE
Under the same terms as perl itself.AUTHOR
Ruslan Zakirov