NAME
Module::OTRS::CoreList - what modules shipped with versions of OTRS (>= 2.3.x)
VERSION
version 0.05
SYNOPSIS
use Module::OTRS::CoreList;
my @otrs_versions = Module::OTRS::CoreList->shipped(
'2.4.x',
'Kernel::System::DB',
);
# returns (2.4.0, 2.4.1, 2.4.2,...)
my @modules = Module::OTRS::CoreList->modules( '2.4.8' );
my @modules = Module::OTRS::CoreList->modules( '2.4.x' );
# methods to check for CPAN modules shipped with OTRS
my @cpan_modules = Module::OTRS::CoreList->cpan_modules( '2.4.x' );
my @otrs_versions = Module::OTRS::CoreList->shipped(
'3.0.x',
'CGI',
);
AUTHOR
Renee Baecker <module@renee-baecker.de>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2014 by Renee Baecker.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)