view release on metacpan or search on metacpan
0.34 2013-05-21 21:48:49 CEST
- Replace Test::Soundex in tests with Class::Struct, since
Text::Soundex will not be in core in Perl 5.19 and up.
- Replace ExtUtils::MY_Metafile with META_MERGE in Makefile.PL.
0.33 2013-02-9 13:12:22 CET
- Fix tests under Perl 5.6.2 when some core modules have been
upgraded (patch by Andreas Koenig).
0.32 2010-09-8 23:15:13 CEST
- Add archlib and privlib to the search path for core modules
0.31 2007-05-28 21:40:10 CEST
- Fixed tests in presence of version.pm 0.72 or newer.
- Added -h option to module_info.
0.30 2005-12-20 20:17:09 CET
- Renamed the forked B::Utils to B::BUtils to avoid clashes
until it is merged into the mainline.
0.29 2005-11-22 21:28:26 CET
- Fixed version() for complex expressions.
- Corrected some POD errors in module_info.
0.28_50 2005-07-10 21:48:19 CEST
- Added support for version.pm (based upon a
patch by John Peacock).
- Fixed the safe() attribute to be per-object instead
of global.
0.28 2005-04-17 17:10:33 CET
- Correct the attributions of the fixes in 0.27 (I swapped
authors' names).
- Added Module::Build support as an alternative to
ExtUtils::MakeMaker.
- Added safe() option to forbid unsafe operations (currently
executes version() code in a Safe compartment and forbids most
other operations).
- Fixed compatibility down to Perl 5.004_04.
0.27 2005-03-4 07:56:58 CET
- Added missing localization of $_ in version().
(thanks to Johan Lodin)
- Fixed new_from_loaded() to return nothing when the module
is in fact not loaded. (thanks to Boris Zentner)
0.19 2003-04-1 15:45:43 CEST
- Added package_versions() (patch by Ken Williams)
- Fixed handling of v-strings in use/require
0.18 2003-03-8 17:44:24 CET
- Upgraded bundled B::Utils to 0.04 + Schwern patches
- Fixed detection of require() statements in non-trivial BEGIN blocks
0.17 2003-03-2 11:01:55 CET
- Added module_info
- Fixed a warning when enumerating packages
0.16 2003-01-1 21:21:31 CET
- Capture stderr output on MacOS Classic (thanks to Axel Rose for
the patch)
0.15 2002-12-23 15:08:14 CET
- Added die_on_compilation_error() method.
- MacOS classic: fixed methods requiring loading.
0.14 2002-12-8 11:42:11 CET
- Don't show modules loaded via $ENV{PERL5OPT}
- Fixed the case where an op may be NULL when searching for require
0.13 2002-12-7 10:29:42 CET
- pfunc can now distinguish between class and object methods
- B::Utils no longer loading Exporter to avoid loading a bunch of
modules
- B::Utils's fake carp/croak were broken
- B::Utils::opgrep() was not finding ops properly
view all matches for this distribution
view release on metacpan or search on metacpan
API-breaking changes
- Add DEVELOPERNOTES
- Start github repo based on 0.02. Marcel says that he lost the original repo
years ago.
0.02 Sun 2010.02.07 16:35:54 CET (Marcel Gruenauer <marcel@cpan.org>)
- fixed bugtracker URL
- now uses uri_escape() for distribution name in URL
0.01 Mon Sep 7 17:43:43 MSZ 2009 (Marcel Gruenauer <marcel@cpan.org>)
- original version
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Module-Install-Template
0.08 Mon 2009.12.07 20:21:49 CET (Marcel Gruenauer <marcel@cpan.org>)
- Added dependency for Module::Install (thanks GUGU)
0.07 Mon 2009.12.07 00:20:05 CET (Marcel Gruenauer <marcel@cpan.org>)
- Changed dist style and Changes back to standard. People didn't like it -
the nail that sticks out gets hammered down.
- Added standard test files; this will also help with CPANTS.
- reduced dependencies using author tests
- better dist engineering (INSTALL, README, README.mkdn etc.)
view all matches for this distribution
view release on metacpan or search on metacpan
* Added DEPRECATED and support for determining if
a core module is loaded from perl lib path and
setting uptodate accordingly.
0.30 Mon Jan 19 16:25:55 CET 2009
* This is a test-suite fix release only. Users of
0.28 need not upgrade.
* Address #42140: 01_Module_Load_Conditional.t support
VMS in UNIX compatible mode.
* Address #42282: test fail on MSWin32
0.28 Wed Dec 17 13:54:17 CET 2008
* Add the directory the package was found in to the
return value of check_install()
0.26 Fri Feb 29 16:01:15 CET 2008
* Address #32817: $INC{'Module/Load/Conditional.pm'}
isn't canonicalized under Win32. This exposed an
issue in the test suite under ActivePerl for Win32,
but not the code itself.
Users of 0.24 do not need to upgrade.
0.24 Wed Jan 2 16:53:19 CET 2008
* Readdress #29348 to make sure version comparisons
handle alpha versions (XX_YY type) gracefully.
* Address #31680 to make sure $FIND_VERSION works
nicely with taint mode enabled.
* Most VMS specifics can now be removed from the
test suite, as we now depend on a newer version
of Module::Load, which will hide this all away.
0.16 Thu Jan 25 22:24:36 CET 2007
* Address #23995: Version parsing code has been
improved and now partly relies on version.pm.
Previously, versions declared with qv() or
($VERSION) (note the braces) could fail to
parse under certain conditions.
* Add 02_Parse_Version.t to specifically test for
this behaviour.
0.14 Wed Jan 3 18:27:36 CET 2007
* Skip $VERSION declarations that are part of the
POD as reported in #24062
0.12 Sun Aug 13 14:55:54 CEST 2006
view all matches for this distribution
view release on metacpan or search on metacpan
trailing '::' silently ignored
0.18 Tue Mar 2 15:54:30 GMT 2010
* Documentation fix from Michael Schwern RT #55123
0.16 Fri Feb 6 17:51:14 CET 2009
* This is a bugfix release for users of perl versions 5.8.4 and
5.8.5, which works around a core perl bug in those versions that
loses arguments from @_ when using 'goto &subroutine'.
Users of other perl versions need not upgrade.
0.14 Mon Jan 19 17:19:58 CET 2009
* Address #41883: Module::Load cannot import non-Exporter module:
import() function for modules used via load() weren't being
called properly
* Test cases are now generated
0.12 Sun Sep 9 11:11:08 CET 2007
* Fix for UNIX'ifying path names on VMS, as suggested by
John Malmberg
0.10 Wed Jun 2 14:31:23 CEST 2004
* Make explicit imports work (Thanks to Jonas B. Nielsen)
view all matches for this distribution
view release on metacpan or search on metacpan
=================================================
* Users of 0.02 need not upgrade
* Due to core changes use 'less' instead of 'strict'
in the tests when PERL_CORE is set
Changes for 0.02 Sat Dec 13 18:35:01 CET 2008
=================================================
* Users of 0.01 need not upgrade
* Module::Loaded is a core module, so the Makefile.PL
should reflect this and install into the 'core'
directory, instead of 'site'
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Module-Pluggable-Loader
1.100860 2010-03-27 13:03:59 Europe/Vienna
- converted the distribution to Dist::Zilla-style
0.01 Mon 2010.02.08 15:59:13 CET (Marcel Gruenauer <marcel@cpan.org>)
- original version
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Module::Starter
1.82 2026-01-10 21:22:39 CET
* Fix compilations on 5.12 and earlier. (Grinnz)
1.81 2026-01-09 21:41:05 CET
* Fixed breakage from 1.80.
* Try to resolve wild dzil auto-version.
1.80 2026-01-09 11:39:15 CET
* Fixed problems with the multi-author feature in last release.
(Thanks, @ryoskzypu!)
1.79 2026-01-03 14:57:20 CET
* GH #79: `--force` will only overwrite files it needs to generate
* Minimum perl version in generated distros (and Module::Starter) is 5.8.3
* GH #25: Multiple authors are now supported (Hunter McMillen)
* GH #84: `Module::Starter::Simple::create_distro()` now returns files created
view all matches for this distribution
view release on metacpan or search on metacpan
t/complex.html view on Meta::CPAN
<g id="NOT_GREAT_FINAL" data-name="NOT GREAT FINAL">
<image x="-130" y="-94" width="1660" height="1660" xlink:href="data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAABnwAAAZ8CAYAAAAgeyvHAAAgAElEQVR4nOzZQQkAIADAQLWIgv0zao7BXYU9N+8+bwAAAAAAAJC1pAMAAAAAAGgzfAAAAAAAAOIMHwAAAAAAgDjDBwAAAAAAIM7wAQAAAAAAiDN8AAA...
<g id="Glasses_Arrow" data-name="Glasses/Arrow">
<image id="BFN_Arrow-K" x="130" y="507" width="640" height="581" xlink:href="data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAoAAAAJFCAYAAABN6EYkAAAgAElEQVR4nOzdBbilZ33v/e/ee9wnE3d3nXiIewKEoIFghWLFa6f0HN63vG1PldOWGgfa4lIsuBNIIASJkISEECNK3G187/e6w2+...
<image id="Layer_1_copy" data-name="Layer 1 copy" x="225" y="967" width="261" height="172" xlink:href="data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQUAAACsCAYAAABy8rkDAAAgAElEQVR4nO2dB3Sc13Xn3xR0EAAB9ipS7A0sYpFISqKoQlmiVaxmWVZiW7I3tuM4TuL4JLt7s...
<image id="shutterstock_1498987841" x="65" y="474" width="1270" height="538" xlink:href="data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAABPYAAAIaCAYAAACj0sOaAAAgAElEQVR4nOzdZ3Rc15nu+acCMkESJJiDqBytZFnJki05tmy1Zbe7bbdj2+5075o7M/fOzOfp+2Xm24S1ZvVM3+5...
<image id="BFN_Arrow-K-2" data-name="BFN_Arrow-K" x="466" y="510" width="303" height="363" xlink:href="data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAS8AAAFrCAYAAACAFw+iAAAgAElEQVR4nO2dCZRdZZmu31NVSSpzAhkIUwhJgAQSpkAYlVnm0QkHbLRxaJf29V5bu+17+3bf2...
</g>
</g>
</svg>
</span>
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Mojo-Reactor-Glib
0.002 2014-12-16 10:33 CET
Pod coverage fix
Pod anchor fixes
0.001 2014-12-15 22:15 CET
First version.
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension MojoX::Logite.
0.01 Sat Feb 19 14:13:50 CET 2011
- original version; created by h2xs 1.23 with options
-X MojoX::Logite
view all matches for this distribution
view release on metacpan or search on metacpan
0.15 Sun Mar 25 23:11:44 CEST 2018
- Added optional argument "db_helper" to be used by the command instead of
only "sqlite", "mysql" or "pg". Defaults to "sqlite".
0.14 Sun Feb 18 14:47:45 CET 2018
- Added some very basic tests.
- Improved 'description' attribute.
- Improved documentation.
0.13 Sun Feb 18 02:00:31 CET 2018
- Heavy refactoring. Now all the API is in just one file - api.json.
- Added tests for generated API.
- Added tests for the generated code via the API.
0.12 Sun Feb 11 22:21:14 CET 2018
- Using Mojo::File instead of File::Spec.
- Fixed potential bug in 'routes' attribite.
- New instruction in generated TODO file.
- Using now Mojo::Util::getop().
0.11 Sun Feb 11 02:03:42 CET 2018
- Code optimisations and POD improvements
- Added templates for description of resources in OpenAPI format.
- Implemented generation of Schema object definitions for each table.
0.10 Sun Jan 28 20:42:50 CET 2018
- Improved Makefile.PL.
0.09 Sun Jan 28 20:25:37 CET 2018
- Improved Makefile.PL. Automated generation of README and README.md.
- Attribute 'description' now extracts description form POD.
- Optimised template arguments construction while generating the set of MVC
files for a table.
- Using DBI::column_info for form fields generation and validation.
- Using Test::Perl::Critic for `env TEST_AUTHOR=1`.
- Running tests on the generated resources.
- Mention that Perl 5.20 is required.
0.08 Sat Jan 20 09:52:49 CET 2018
- Using signatures wherever feasible.
- Fixed failing tests on Windows again.
- Small change in show.html.ep
- Templates' folder can be copied and pushed to app->renderer->paths for
customisation.
- Strictly require Perl 5.20.1
0.07 Wed Jan 17 12:10:35 CET 2018
0.06 Mon Jan 15 22:49:50 CET 2018
- Fixed failing tests on Windows.
0.05 Sun Jan 14 23:50:40 CET 2018
- Added Mojo::SQLite to the TEST_REQURES section in Makefile.PL
- Added pod and manifest tests.
- Made path to test.db more specific.
0.04 Thu Jan 11 22:48:38 CET 2018
- Fixed inconsistencies in the documentation.
0.03 Thu Jan 11 22:13:56 CET 2018
- Added Model templates.
- Added TODO template containig generated helpers and routes.
- Added some additional tests and cleaned up the templates.
0.02 Sun Dec 17 00:54:36 2017
- Implemented run().
view all matches for this distribution
view release on metacpan or search on metacpan
0.15 Sun Mar 25 23:11:44 CEST 2018
- Added optional argument "db_helper" to be used by the command instead of
only "sqlite", "mysql" or "pg". Defaults to "sqlite".
0.14 Sun Feb 18 14:47:45 CET 2018
- Added some very basic tests.
- Improved 'description' attribute.
- Improved documentation.
0.13 Sun Feb 18 02:00:31 CET 2018
- Heavy refactoring. Now all the API is in just one file - api.json.
- Added tests for generated API.
- Added tests for the generated code via the API.
0.12 Sun Feb 11 22:21:14 CET 2018
- Using Mojo::File instead of File::Spec.
- Fixed potential bug in 'routes' attribite.
- New instruction in generated TODO file.
- Using now Mojo::Util::getop().
0.11 Sun Feb 11 02:03:42 CET 2018
- Code optimisations and POD improvements
- Added templates for description of resources in OpenAPI format.
- Implemented generation of Schema object definitions for each table.
0.10 Sun Jan 28 20:42:50 CET 2018
- Improved Makefile.PL.
0.09 Sun Jan 28 20:25:37 CET 2018
- Improved Makefile.PL. Automated generation of README and README.md.
- Attribute 'description' now extracts description form POD.
- Optimised template arguments construction while generating the set of MVC
files for a table.
- Using DBI::column_info for form fields generation and validation.
- Using Test::Perl::Critic for `env TEST_AUTHOR=1`.
- Running tests on the generated resources.
- Mention that Perl 5.20 is required.
0.08 Sat Jan 20 09:52:49 CET 2018
- Using signatures wherever feasible.
- Fixed failing tests on Windows again.
- Small change in show.html.ep
- Templates' folder can be copied and pushed to app->renderer->paths for
customisation.
- Strictly require Perl 5.20.1
0.07 Wed Jan 17 12:10:35 CET 2018
0.06 Mon Jan 15 22:49:50 CET 2018
- Fixed failing tests on Windows.
0.05 Sun Jan 14 23:50:40 CET 2018
- Added Mojo::SQLite to the TEST_REQURES section in Makefile.PL
- Added pod and manifest tests.
- Made path to test.db more specific.
0.04 Thu Jan 11 22:48:38 CET 2018
- Fixed inconsistencies in the documentation.
0.03 Thu Jan 11 22:13:56 CET 2018
- Added Model templates.
- Added TODO template containig generated helpers and routes.
- Added some additional tests and cleaned up the templates.
0.02 Sun Dec 17 00:54:36 2017
- Implemented run().
view all matches for this distribution
view release on metacpan or search on metacpan
[Documentation]
- Tests and examples (both inline in POD and in /examples) are now
generated via Stenciller.
- Various improvements.
0.0187 2014-12-04T15:52:33Z CET
[New Features]
- Added support for textarea in formgroups.
[Enhancements]
- Updated currently supported Bootstrap version to 3.3.1.
0.0186 2014-10-31T10:34:05Z CET
[Enhancements]
- Updated currently supported Bootstrap version to 3.3.0.
0.0185 2014-10-02T23:11:42Z CEST
[Bug Fixes]
view all matches for this distribution
view release on metacpan or search on metacpan
1.000 2014-11-30
- Added support for callbacks for "onconnect_do".
This is suitable to execute arbitrary Perl code after
connection is established.
0.999 2013-12-04 00:52:23 CET
- Considerably enhanced CONFIGURATION section of the documentation.
- Added configuration key "postpone_connect".
Default behavior is to NOT postpone the connection.
0.998 2013-12-01 00:12:38 CET
- Fixed loading for modules out of $config->{namespace}.
- Fixed loading for modules when $config->{load_classess}
is empty.
0.997 2013-05-26 15:51:41 EEST
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Mojolicious/Plugin/Facets.pm view on Meta::CPAN
use Mojolicious::Routes;
use Mojolicious::Static;
use Mojolicious::Sessions;
use Mojo::Cache;
use Mojo::Path;
use constant DEBUG => $ENV{DEBUG_FACETS};
our $VERSION = "0.07";
my @facets;
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Mojolicious::Plugin::Geolocation::MMDB
1.000 2022-12-24 10:21:01 CET
- Minor documentation changes
0.004 2022-08-05 15:46:45 CEST
- Move the primary Git repository to GitHub
0.003 2022-03-07 18:42:33 CET
- Reintroduce the Windows support
0.002 2022-01-25 15:53:50 CET
- Die with "OS unsupported" in Makefile.PL on Windows
0.001 2022-01-11 15:06:41 CET
- First version
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl module Mojolicious::Plugin::HTMLTemplateProRenderer
0.05 Wed Apr 27 12:19:02 CEST 2016
- Fallback to ep template if pages raise exceptions or for a file not found
0.04 Wed Feb 18 10:40:50 CET 2015
- Add loop test
0.03 Wed Feb 18 10:20:58 CET 2015
- Add support for HTML::Template::Pro::Extension
- Solved a bug in TMPL_LOOP
0.02 Wed Jul 23 19:30:00 2014
- Applied Perl::Tidy to class code
view all matches for this distribution
view release on metacpan or search on metacpan
0.02 2014-03-08 14:31:04CET+0100 Europe/Madrid
- Tests updated to mojo 4.x (Björn Pettersson)
0.01 2012-09-15 14:55:38 Europe/Madrid
view all matches for this distribution
view release on metacpan or search on metacpan
0.05 Ñб Ð°Ð¿Ñ 7 19:08:16 CEST 2018
- Now "under" is fully supported. It accepts all the methods as keys
(e.g. "name", "to") like other ordinary routes.
0.04 Ð²Ñ Ð¼Ð°Ñ 20 23:33:29 CET 2018
- Now "under" is recognised too and has its own "routes =>[]" array. See
t/blog/etc/complex_routes.conf for example.
- If parameters are a reference to CODE it will be executed and whatever it
returns will be the parameters for the respective method.
0.03 Ð¿Ñ Ð¼Ð°Ñ 16 23:45:07 CET 2018
- Improved documentation.
- Added tests for parsing routes.config files, generating routes and making
requests to those routes.
- Improved Makefile.PL.
0.02 Ð¿Ñ Ð¼Ð°Ñ 9 18:07:26 CET 2018
- Added test application. Added MANIFEST.SKIP
0.01 Wed Feb 28 23:58:54 2018
- original version; created by ExtUtils::ModuleMaker 0.56
view all matches for this distribution
view release on metacpan or search on metacpan
- add version badge
0.006 2015-03-31 03:44:38 CEST
- add kwalitee badge
0.005 2015-03-26 17:59:38 CET
- update badges
0.004 2015-03-26 17:03:52 CET
- move pod before DATA (workaround)
0.003 2015-03-26 16:50:51 CET
- try workaround for readme
0.002 2015-03-26 16:37:32 CET
- improve docs
0.001 2015-03-26 16:01:34 CET
- initial version
view all matches for this distribution
view release on metacpan or search on metacpan
0.24 Wed Aug 20 09:12:41 PDT 2014
[ BUGS ]
* GH#35 - Hack to prevent engine from creating self-references
0.23 Mon Jan 28 19:28:58 CET 2013
[ ENHANCEMENTS ]
* GH#26 - multiple hosts/dbs for different classes (diegok)
0.22 Mon Jan 21 16:14:38 CET 2013
[ BUGS ]
* RT#81725 - save HashRef[ArrayRef[Class]] now works; loading does not (yet).
* GH#22 - load_schema with shorten MOP issue fixed (dagolden)
* GH#24 - Support for both MongoDB::Connection (deprecated) && MongoDB::MongoClient (MongoDB 0.503)
* Deprecation warnings removed from tests
- get_collection now required, no more implicit $db-><collecion>() method calling
[ ENHANCEMENTS ]
* GH#21 - use insert() if PK defined and no _id in doc (dagolden)
0.20 Sun Nov 4 13:05:21 CET 2012
[ BUGS ]
* Nested joins save error fixed ("not an ARRAY ref")
* EmbeddedDocument incorrect -pk and -engine parameters (allanwhiteford)
[ ENHANCEMENTS ]
0.09 Thu Apr 21 21:34:00 CEST 2011
[ BUGS ]
* new circularity errors fixed (gugod)
0.08 Tue Mar 22 17:05:45 CET 2011
[ BUGS ]
* DoNotSerialize renamed to DoNotMongoSerialize to avoid clashing with
MooseX::Storage own (gentili)
* Circularity errors fixed.
[ API CHANGES ]
* DateTime always stored as a raw type - the MongoDB driver handles
it on its own.
0.07 Wed Feb 2 22:42:59 CET 2011
* Changed Mongoose->db to connect to Mongo only when needed. That
makes it easier to initialize Mongoose in a forked server environment.
* Changed Mongoose->load_schema to handle package namespaces
in a flexible way.
0.06 Sat Jan 29 14:17:24 CET 2011
* Fixed error in 'expand' method for ArrayRef with Mongoose::EmbeddedDocument (shonorio)
0.05 Fri Jan 14 09:43:54 CET 2011
* Fixed crash with attributes 'read-only' (shonorio)
0.04 Tue Sep 7 00:46:45 CEST 2010
* Fixed incorrect serialization of objects stored within hashes
* New Mongoose::Join::fix_integrity method to check for
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Monitoring::Availability.
0.46 Tue Mar 12 16:46:40 CET 2013
- fixed typo
0.44 Tue Mar 12 14:32:48 CET 2013
- added support for livestatus logs from mysql logfilecache
- performance tunings
0.42 Thu Feb 21 16:38:30 CET 2013
- fixed breakdown by weeks
- fixed calculation when report start is at the same time as log entry
0.40 Sat Dec 29 20:51:55 CET 2012
- changed confess to warning on bogus logentries
- fixed breakdown by weeks
0.38 Thu Jun 21 10:25:03 CEST 2012
- don't break on broken logfiles
- fixed breakdown support on bsd systems
0.26 Mon Apr 23 17:23:24 CEST 2012
- added breakdown support
0.24 Fri Jan 27 00:34:03 CET 2012
- fixed timeperiod support
- report time outside timeperiods as extra item
0.22 Thu Jan 26 01:10:58 CET 2012
- added support for timeperiods (based on livestatus time transitions)
0.20 Sun Jul 31 10:36:44 CEST 2011
- fixed problem with pending states in shinken
- added perl 5.8 requirement
0.14 Fri Jun 18 11:53:49 CEST 2010
- excluded some tests on windows hosts
0.12 Sun Feb 21 18:04:47 CET 2010
- fixed initial fake log for empty logs
0.11 Sat Feb 20 20:22:48 CET 2010
- fixed logfile tests on windows
0.10 Sun Feb 7 02:48:47 CET 2010
- fixed initial fake entry
0.08 Sun Jan 24 21:39:55 CET 2010
- added on the fly calculation for livestatus logs
0.07 Sun Jan 24 21:39:55 CET 2010
- fixed report log for hosts with services
- fixed test requirements
0.06 Sun Jan 24 00:29:06 CET 2010
- fixed initial states 'current'
0.05 Thu Jan 21 22:05:16 CET 2010
- fixed reports when logfiles are totally out of report range
- changed the way of settings options
- added new option services_inherit_hostdowntimes
- added new option timeformat which is used for log output
- moved logfile parsing to extra module
- fixed initialassumedservicestate
0.04 Mon Jan 18 08:06:59 CET 2010
- added message when passing wrong services
0.03 Sat Jan 16 20:46:54 CET 2010
- added resulting datastructure
- added read string/array/file/dir methods
- first tests
- implemented assumestatesduringnotrunning option
- implemented service availability calculation
- implemented hostdowntimes
- implemented servicedowntimes
- implemented hosts
0.01 Fri Jan 15 16:40:00 CET 2010
- initial version
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Monitoring/GLPlugin/SNMP.pm view on Meta::CPAN
push(@{$mibdepot}, ['1.3.6.1.2.1.76', 'ietf', 'v2', 'INET-ADDRESS-MIB']);
push(@{$mibdepot}, ['1.3.6.1.2.1.76', 'ietf', 'v2', 'INET-ADDRESS-MIB']);
push(@{$mibdepot}, ['1.3.6.1.2.1.76', 'ietf', 'v2', 'INET-ADDRESS-MIB']);
push(@{$mibdepot}, ['1.3.6.1.2.1.52.5', 'ietf', 'v2', 'INTEGRATED-SERVICES-GUARANTEED-MIB']);
push(@{$mibdepot}, ['1.3.6.1.2.1.52', 'ietf', 'v2', 'INTEGRATED-SERVICES-MIB']);
push(@{$mibdepot}, ['1.3.6.1.2.1.16.27', 'ietf', 'v2', 'INTERFACETOPN-MIB']);
push(@{$mibdepot}, ['1.3.6.1.6.3.17', 'ietf', 'v2', 'IPATM-IPMC-MIB']);
push(@{$mibdepot}, ['1.3.6.1.2.1.57', 'ietf', 'v2', 'IPATM-IPMC-MIB']);
push(@{$mibdepot}, ['1.3.6.1.2.1.4.24', 'ietf', 'v2', 'IP-FORWARD-MIB']);
push(@{$mibdepot}, ['1.3.6.1.2.1.4.24', 'ietf', 'v2', 'IP-FORWARD-MIB']);
push(@{$mibdepot}, ['1.3.6.1.2.1.168', 'ietf', 'v2', 'IPMCAST-MIB']);
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Monitoring::Generator::TestConfig.
0.54 Fri Feb 26 16:53:51 CET 2021
finally remove File::Which requirement
0.52 Fri Feb 26 16:26:58 CET 2021
update requirements
0.50 Wed Feb 24 14:04:57 CET 2021
change skip_dependencys to skip_dependencies
add underline to contact settings
add options to skip hostgroups / servicegroups
0.48 Tue Feb 23 17:08:24 CET 2021
add support to generate contacts and contactgroup
0.46 Mon Dec 26 19:57:30 CET 2016
fix tests on later perl versions
0.44 Tue Oct 9 20:47:03 CEST 2012
added receiver to shinken init script
added option to fixed size hostnames / descriptions
0.42 Fri Dec 30 11:24:48 CET 2011
preserve 'use lib' lines in recreate.pl
made host/service check plugins epn compliant
renamed default template to avoid naming conflicts with existing templates
0.40 Fri Jul 1 16:19:55 CEST 2011
installation on omd works now out of the box
0.38 Sat Apr 16 15:39:33 CEST 2011
updated shinken init script
0.36 Sun Mar 20 12:56:50 CET 2011
added omd layout
0.34 Wed Nov 17 14:05:42 CET 2010
added init script for shinken layout
added sample service dependencys
0.32 Thu Sep 2 13:26:43 CEST 2010
added verbose output to init scripts config check
0.28 Thu Apr 8 09:24:20 CEST 2010
added shinken layout (thanks Gerhard)
fixed tests for windows
added multiline and html plugin output to random checks
0.26 Fri Jan 8 11:13:16 CET 2010
fixed way of searching for binarys
fixed config test when there is no binary found
0.24 Wed Jan 6 17:38:04 CET 2010
renamed to Monitoring::Generator::TestConfig
added switch to set layout (nagios/icinga for the moment)
0.22 Tue Jan 5 21:09:50 CET 2010
fixed host/service config
fixed problem with newlines in resource.cfg
0.20 Sun Dec 13 00:55:33 CET 2009
added init script
added prefix option
0.18 Sat Dec 5 15:33:10 CET 2009
added support for parent router
0.16 Wed Dec 2 11:39:50 CET 2009
added large installation tweaks for installations > 2000 services
0.15 Sun Nov 15 16:56:04 CET 2009
- added possibility to override all host / service settings
- rewritten host / service plugins in perl
- moved service / hostplugin data to extra module
- added sample host / servicegroups
- added possibility to set types of hosts/services
0.14 Fri Nov 13 21:42:55 CET 2009
- added possibility to override all nagios.cfg settings
- added Test::Perl::Critic tests
- added Test::Pod::Coverage tests
0.13 Tue Nov 10 09:35:29 CET 2009
- fixed tests, now uses File::Which
0.12 Sat Nov 7 14:37:37 CET 2009
- changed way of passing options
0.11 Thu Nov 5 23:57:17 CET 2009
- fixed tests on solaris
0.10 Wed Nov 4 20:15:25 CET 2009
- initial release, generates working nagios config
0.01 Tue Nov 3 18:45:19 2009
- original version; created by h2xs 1.23 with options
-A -X -n Nagios::Generator::TestConfig
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Monitoring::Icinga.
0.01 Tue Mar 25 16:00:14 2014
- initial version of the module
0.02 Tue Mar 25 17:45:32 CET 2014
- Dereferenced array in some push statements
- Documentation improvements
view all matches for this distribution
view release on metacpan or search on metacpan
0.86 Sun May 11 10:18:06 CEST 2025
- improve timeout handling
- improve utf8 handling
- fix flaky test case (#9)
0.84 Tue Dec 15 16:53:44 CET 2020
- add support for command response
- remove alarm handler, timeouts should be handled in the calling module
0.82 Sat Nov 10 12:11:31 CET 2018
- add tls support for tcp livestatus connections
0.80 Fri Jan 26 08:24:00 CET 2018
- support ipv6 connections
- change to Cpanel::JSON::XS
0.78 Fri Dec 23 17:09:35 CET 2016
- fix spelling errors (#5)
0.76 Tue Sep 27 21:45:25 CEST 2016
- fix utf-8 decoding error: missing high surrogate character in surrogate pair
- fixed typo
- fixed problem with inet timeout
0.70 Sat Apr 16 16:43:57 CEST 2011
- fixed tests using english
0.68 Wed Mar 23 23:16:22 CET 2011
- fixed typo
0.66 Tue Mar 22 23:19:23 CET 2011
- added support for additonal headers
0.64 Fri Nov 5 11:02:51 CET 2010
- removed useless test dependecies
0.62 Wed Nov 3 15:20:02 CET 2010
- fixed tests with threads > 1.79
0.60 Wed Aug 25 15:04:22 CEST 2010
- fixed package and made author tests optional
0.48 Sun May 16 15:16:12 CEST 2010
- added retry option for better core restart handling
- added new columns from livestatus 1.1.4
0.46 Tue Mar 16 15:19:08 CET 2010
- error code have been changed in livestatus (1.1.3)
- fixed threads support
0.44 Sun Feb 28 12:19:56 CET 2010
- fixed bug when disabling backends and using threads
0.42 Thu Feb 25 21:32:37 CET 2010
- added possibility to disable specific backends
0.41 Sat Feb 20 20:37:36 CET 2010
- fixed tests on windows
0.40 Thu Feb 11 01:00:20 CET 2010
- fixed timeout for inet sockets
0.38 Fri Jan 29 20:54:50 CET 2010
- added limit option
0.37 Thu Jan 28 21:23:19 CET 2010
- removed inc from repository
0.36 Sun Jan 24 00:14:13 CET 2010
- added more backend tests
- fixed problem with summing up non numbers
0.35 Mon Jan 11 15:37:51 CET 2010
- added TCP_NODELAY option for inet sockets
- fixed undefined values
0.34 Sun Jan 10 12:29:57 CET 2010
- fixed return code with multi backend and different errors
0.32 Sat Jan 9 16:12:48 CET 2010
- added deepcopy option
0.31 Thu Jan 7 08:56:48 CET 2010
- added generic tests for livestatus backend
- fixed problem when selecting specific backend
0.30 Wed Jan 6 16:05:33 CET 2010
- renamed project to Monitoring::Livestatus
0.29 Mon Dec 28 00:11:53 CET 2009
- retain order of backends when merge outut
- renamed select_scalar_value to selectscalar_value
- fixed sums for selectscalar_value
- fixed missing META.yml
0.28 Sat Dec 19 19:19:13 CET 2009
- fixed bug in column alias
- added support for multiple peers
- changed to Module::Install
0.26 Fri Dec 4 08:25:07 CET 2009
- added peer name
- added peer arg (can be socket or server)
0.24 Wed Dec 2 23:41:34 CET 2009
- added support for StatsAnd: and StatsOr: queries
- table alias support for selectall_hashref and selectrow_hashref
- added support for Stats: ... as alias
- added support for StatsAnd:... as alias
- added support for StatsOr: ... as alias
- added support for StatsGroupBy: (with alias)
- added support column aliases for Column: header
0.22 Fri Nov 27 01:04:16 CET 2009
- fixed errors on socket problems
- fixed sending commands
0.20 Sun Nov 22 12:41:39 CET 2009
- added keepalive support
- added support for ResponseHeader: fixed16
- added error handling
- added pod test
- added tests with real socket / server
0.18 Sat Nov 14 2009 08:58:02 GMT
- fixed requirements
- fixed typos
0.17 Fri Nov 13 17:15:44 CET 2009
- added support for tcp connections
0.16 Sun Nov 8 23:17:35 CET 2009
- added support for stats querys
0.15 Sat Nov 7 21:28:33 CET 2009
- fixed typos in doc
- minor bugfixes
0.14 Fri Nov 6 09:39:56 CET 2009
- implemented selectcol_arrayref
- implemented selectrow_array
- implemented selectrow_hashref
0.13 Fri Nov 6 00:03:38 CET 2009
- fixed tests on solaris
- implemented selectall_hashref()
0.12 Thu Nov 5 09:34:59 CET 2009
- fixed tests with thread support
- added more tests
0.11 Wed Nov 4 23:12:16 2009
- inital working version
view all matches for this distribution
view release on metacpan or search on metacpan
This file documents the revision history for the Monitoring-TT Generator
1.0.2 Fri Mar 9 21:53:12 CET 2018
- add optional post processing scripts
1.0.1 Tue Sep 27 21:58:14 CEST 2016
- fix test when using non-system-perl
1.0.0 Wed Aug 14 14:06:08 CEST 2013
- first release
0.01 Tue Jan 22 13:10:38 CET 2013
- initial version
view all matches for this distribution