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
view release on metacpan or search on metacpan
0.501 Wed Jan 03 2024 18:12:22 CET
- must support arrayref while set parameterized roles, instead repeat the same role name twice
- fix bug creating a parameterized role with parameter but no role block throw exception
- fix bug unexpected error while set a parameter in another role
- make sure we can load a parameterized with no arguments no with keyword (like using default parameters)
0.500 Tue Jan 02 2024 14:12:22 CET
- add experimental feature; parameter keyword
- small fixed in pod and documentation
0.300 Mon Jan 01 2024 13:12:22 CET
- small changes in POD
- add meta method in mop
- add is_role static method in MooX::Role::Parameterized
- fix bug in requires mop method
- use existing with subroutine if available on target and use as fallback on MooX::Role::Parameterized::With
- update examples
0.200 Sat Dec 30 2023 13:12:22 CET
- remove deprecated functions hasp and method
0.101 Fri Dec 29 2023 16:55:22 CET
- fix versioning
0.100 Fri Dec 29 2023 16:45:22 CET
- add support to perl 5.8 (thanks @mohawk2)
- add a with keyword (thanks @perlancar)
- quote bareword role name (thanks @choroba)
- fallback to Role::Tiny when applying (thanks @perlancar)
- fix missing prereqs
0.082 Tue 22 Dez 2015 16:49:22 CET
- fix meta ( bugtracker, issue tracker)
0.081 Mon 21 Dez 2015 16:49:22 CET
- update dependencies
0.08 Sun 20 Dez 2015 16:49:22 CET
- update documentation, promote using of mop object
0.07 Fri Dec 18 16:16:15 CET 2015
- fix issue with has ( introduct hasp ) see issue #2
- add mop object to avoid problems with has/around/requires/with/ etc
0.06 Wed Nov 25 17:17:08 CET 2015
- allowed apply role multiple times with arrayref ( see issue #1 )
0.05 Mon Jul 27 22:50:50 CEST 2015
- add tests for 'requires'. yes it works.
view all matches for this distribution
view release on metacpan or search on metacpan
- (dev req) - Pod::Weaver::Section::Homepage::DefaultCPAN
- (dev req) - Pod::Weaver::Section::Source::DefaultGitHub
- (dev sug) + Dist::Iller 0.1408
- (dev sug) + Dist::Iller::Config::Author::CSSON 0.0319
0.0101 2015-03-19T01:22:22Z CET
[Requirements]
- Listed Moose as a test prereq.
0.0100 2015-03-16T20:09:50Z CET
- Initial release
view all matches for this distribution
view release on metacpan or search on metacpan
- (dev req) + Test::Version 1
- (dev req) + Test::Warnings 0.026
- (dev sug) + Dist::Iller 0.1408
- (dev sug) + Dist::Iller::Config::Author::CSSON 0.0322
0.1003 2015-01-18T00:03:46Z CET
[Requirements]
- Added Test::Warnings as a test prereq.
0.1002 2015-01-13T16:36:04Z CET
[Bug Fixes]
- Fixed a 'subroutine redefined' warning.
0.1001 2015-01-13T00:05:40Z CET
[Bug Fixes]
- Removed 'documentation', since it already exists. Fixes #1.
0.1000 2015-01-12T22:43:59Z CET
- Initial release
view all matches for this distribution
view release on metacpan or search on metacpan
- http-console : REST shell to make request
- move most of the code to Roles
- use with_meta instead of with_caller
- rewrite all the metaclass
0.10 Mon 11 Jan 2010 01:30:25 PM CET
- stringify error
0.09 Thu 07 Jan 2010 12:07:03 PM CET
- update tests and add new tests
- return content and http_response
0.08 Mon 04 Jan 2010 05:58:56 PM CET
- api_base_url is not read-only
0.07 Mon 04 Jan 2010 11:50:22 AM CET
- fix error reporting
0.06 Sun 20 Dec 2009 05:17:49 PM CET
- mainly cleaning and POD
0.05 Wed 09 Dec 2009 11:01:54 AM CET
- missing try::tiny
0.04 Wed 09 Dec 2009 10:58:04 AM CET
- some cleaning in roles
0.03 Tue 08 Dec 2009 04:22:45 PM CET
- move some code in roles
- add code to use catalyst in tests
0.02 Tue 08 Dec 2009 10:36:03 AM CET
- api_base_url is optional
- add tests to play with catalyst
0.01 Mon Nov 23 14:54:25 2009
- original version
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension MooseX::Privacy
0.05 Tue 15 Feb 2011 10:06:56 AM CET
- insert correct version number
0.04 Mon Feb 14 22:35:24 2011
- fix broken Makefile
view all matches for this distribution
view release on metacpan or search on metacpan
lib/MooseX/Semantic/Role/RdfExport.pm view on Meta::CPAN
my ($self, $method, $uri, %opts) = @_;
confess "Method must be PUT or POST" unless $method =~ /^(PUT|POST)$/;
### XXX: It would be handy if there were an application/sparql-update
### serializer for Trine.
### kb Tue Nov 29 03:55:55 CET 2011
# started sparqlu_insert serializer
my $ser = $self->_get_serializer(%opts);
my ($type) = $ser->media_types;
my $req = HTTP::Request->new(POST => $uri);
view all matches for this distribution
view release on metacpan or search on metacpan
===== version history for Mozilla::Persona
All modifications are made by Mark Overmeer, unless explicitly stated
differently.
version 0.12: Thu Nov 22 10:53:43 CET 2012
First release
Fixes:
- lookup default www* group
Improvements:
- look also for default group www-data on setup.
- default domain option for ::Table
- more help in bin/persona
version 0.11: Wed Nov 21 14:12:15 CET 2012
- added ::Validate::Table
- improved dependencies
version 0.10: Wed Nov 20
- initial implementation
view all matches for this distribution
view release on metacpan or search on metacpan
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAEBAgAGBQJWQWrIAAoJEDTEVWqwTuCURg0H/2fj0iiNpDZoNDskTITo2eSf
kPVhCtEek/XbTZN/YR3TF+7xxfLg7teTgVojTq59/Ql69RAVjANUAoMHy+OVH4rC
lX8RTZH74gn/0ZCETz2DScXb6m3U3rcAmssHeu5Mk+mdLvt0R0wVFI1EVmJOvxRe
BF/c7oQI2pDSiLQMrJ61Ubp7XeQnN46mwcNXA3fCfqtqQLebJ7SkJsE+BKx4du0O
D8MfPD7VLmpDOOvVcXcWAVscXwEfxmG8gq9mIuSIuogYGSkugmXqCCqwbwGYjfDP
BHkuKy8GT4lb+OdIPxL4hapcExceE9Woq9di741aN5laCVatqdfTqxvfGdskDOg=
=xPwV
-----END PGP SIGNATURE-----
view all matches for this distribution