view release on metacpan or search on metacpan
Change history for Net::Statsd
0.13 - Tue Jun 1 22:16:11 CET 2026
[Security] CVE-2026-46739
Metric names and values are now validated to ensure they do not contain
characters below ASCII 32 (including newlines), colon (":") or pipe ("|")
More than 10 years since the latest release :-)
Thanks to rrwo@cpansec.org for the report and suggestions.
0.12 - Fri Jan 15 09:39:00 CET 2016
Fixed RT#111204. There was a t/send-one.t script included in the
distribution that wasn't meant to be there. It was depending on perl 5.10,
so it caused Net::Statsd to fail tests under 5.8.
Thanks to nigelgregoire@gmail.com for reporting.
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Net::UCP.
0.00_01 Tue Sep 28 13:00:17 CET 2004
- Net::UCP was born
0.01 Sat Oct 23 11:49:12 CET 2004
- Make some test on it
- bug fix in login method
- add new features on login method
- a remake of manual :-)
- Thanks to Kumar Arjunan to test it in a production enviroment
0.02 Tue Oct 26 19:28:45 CET 2004
- Add read_mo() method to get back Mobile Originated Messages
It's in test...
- remake of Changes file... ;-) in Version 0.01 23 Oct it wasn't Tuesday but Saturday.
0.03 Tue Nov 9 10:23:58 CET 2004
- Modify send_sms(). Added FLASH parameter, with this param. is possible to send
class 0 messages.
- Add possibility to send messages with international format sender, numeric and
alphanumeric sender text (see man).
- Fix make_xser() procedure.
0.04 Mon Dec 13 16:45:22 CET 2004
- Some bug fix
0.05 Fri Dec 17 17:41:51 CET 2004
- Fix Makefile.PL, (ExtUtils-AutoInstall) thanks to CPAN Testers.
0.10 Thu Jan 20 15:30:36 CET 2005
- Restyling of UCP Module!!!
- Add RAW MODE. Using UCP module in raw mode is possible :
1) make and parse emi/ucp messages. (ALL operation 01..61)
2) transmit and receive messages from SMSC.
3) Create a fake SMSC Server based on EMI/UCP Protocol
- remove read_mo() (bad and unsecure method)
Thanks to people contacted me.
Please contact me directly for any suggestion because i haven't time to make good test on it
- nemux@cpan.org
0.11 Fri Jan 21 16:04:45 CET 2005
- Add an example ucp.pl
- Remake of some part of manual
0.20 Fri Jan 24 11:18:21 CET 2005
- Add more flexibility to create_fake_smsc()
- Optimized code (login() and submit_sms())
- some bug fix.
- Jump of quality.... mmmm...
0.21 Wed Mar 2 16:23:40 CET 2005
- Patched line 177 (Thanks to Geurt on rt.cpan.org)
0.22 Wed Aug 3 16:16:48 CEST 2005
- Patched line 1904 (Thanks to mmspete on rt.cpan.org)
0.23 Mon Oct 31 10:26:16 CET 2005
- Add clear_ucp_message() method (remove ETX and STX characters)
- add "clear" parameter in wait_in_loop method.
0.25 Fri Jul 28 12:30:51 CEST 2006
- wait_in_loop() bug fix
Summary of my perl5 (5.0 patchlevel 5 subversion 5) configuration:
Platform:
osname=freebsd, osvers=6.1-release, archname=i386-freebsd
Thanks to cpan testers (srezic)
0.29 Wed Oct 31 16:16:45 CET 2007
- Force Makefile.PL to work with perl 5.006
0.30 Tue Nov 27 10:53:49 CET 2007
- 2 bug fix
-- parse_60 checksum field
-- decoding oadc when otoa field is set on 5039
Thanks to Filippo Dattola
0.31 Fri Dec 14 09:36:00 CET 2007
- 2 minor bug fix
- crate_fake_smsc and using of
ETX / STX constant in regular expression
0.32 Fri Mar 28 09:24:39 CET 2008
- 1 bug fix
-- rt.cpan.org ticket id 34495
Thanks to Christopherus Goo
0.33 Tue Apr 8 13:12:46 CEST 2008
- Cpan tester bug
0.38 Thu May 8 17:10:25 CEST 2008
- Cpan Tester bug
0.39 Sat Nov 29 13:01:16 CET 2008
- Fixed timeout bug
0.40 Fri May 29 15:17:12 CET 2009
- Patch from Slaven Rezic
0.41 Thu Mar 06 11:00:00 CET 2010
- Fix multi sms and uninitialized value message
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Net/UPnP/Service.pm view on Meta::CPAN
use Net::UPnP;
use Net::UPnP::ActionResponse;
use Net::UPnP::QueryResponse;
use vars qw($_DEVICE $_DEVICE_DESCRIPTION $SERVICETYPE $SERVICEID $SCPDURL $CONTROLURL $EVENTSUBURL);
$_DEVICE = 'device';
$_DEVICE_DESCRIPTION = 'device_description';
$SERVICETYPE = 'serviceType';
$SERVICEID = 'serviceId';
$SCPDURL = 'SCPDURL';
$CONTROLURL = 'controlURL';
$EVENTSUBURL = 'eventSubURL';
lib/Net/UPnP/Service.pm view on Meta::CPAN
# getservicetype
#------------------------------
sub getservicetype() {
my($this) = shift;
$this->getdevicedescription(name => $Net::UPnP::Service::SERVICETYPE);
}
#------------------------------
# getserviceid
#------------------------------
view all matches for this distribution
view release on metacpan or search on metacpan
getRoute method added: to fetch the last announced
route matching the requested IP/network address.
0.1 Fri Nov 5 11:25:48 CET 2010
First version, minimal getOrigin and getDescr working.
view all matches for this distribution
view release on metacpan or search on metacpan
====== history of Net-Whois-SIDN
version 0.98: Fri Mar 28 13:12:08 CET 2014
- fix documentation name of the module
version 0.97: Wed Mar 23 17:26:03 CET 2011
- timestamps can be either a date or a dateTime
- schema 2011-04-01
version 0.96: Thu Aug 26 08:54:08 CEST 2010
- the "role" option was broken.
- added new(trace) option
version 0.95: Mon May 24 16:15:57 CEST 2010
- schema 2010-05-24
version 0.94: Wed Feb 10 16:55:04 CET 2010
- schema 2010-02-10
version 0.93: Fri Jan 29 10:10:00 CET 2010
- schema 2010-01-29, minor validation issues
version 0.92: Fri Jan 22 00:27:12 CET 2010
- new schema, with various fixes.
version 0.91: Tue Jan 19 22:38:46 CET 2010
- fix pod
version 0.90: Tue Jan 19 21:37:07 CET 2010
- initial release.
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Net::Write::Fast.
0.18 Thu Feb 4 07:27:46 CET 2016
- bugfix: removed Build.PL, no well suited to build XS code
- bugfix: added "OS unsupported" string in Makefile.PL OS check for cpantesters compliance
=> https://rt.cpan.org/Public/Bug/Display.html?id=111734
0.17 Wed Feb 3 18:35:13 CET 2016
- bugfix: fixed a memory leak on allocating a struct addrinfo.
It is already done by getaddrinfo.
0.16 Sat Feb 21 11:31:03 CET 2015
- bugfix: Time::Interval is a dependance
0.15 Fri Feb 20 07:13:13 CET 2015
- new: add an optional argument to display warnings from XS code (like sendto warnings)
- bugfix: write struct addrinfo in a more portable way
=> Read: Mac OS X is now supported
- bugfix: don't free addrinfo struct in for loop (was coredumping)
- update: setsockopt for BROADCAST option
- update: check for ENOBUFS and retry sending
- update: copyright notice
0.14 Sun Nov 11 11:48:59 CET 2012
- bugfix: on pod regression
- bugfix: an endif was badly splaced, and Fast.xs refused to compile when
DEBUG was off
- update: turned off debug mode
0.13 Sat Nov 10 17:33:18 CET 2012
- bugfix: send algorithm, was limited at 500 pps (due to lack of Q&A)
- new: can set source IP address when sending
- obsolete: l4_send_tcp_syn()
- pod: regression from version 0.12
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Net::Write.
1.10 Wed Mar 4 07:15:18 CET 2015
- bugfix: fallback on using Socket::GetAddrInfo for getaddrinfo()
1.09 Sun Feb 15 18:06:48 CET 2015
- update: EUID 0 check is done at open() call instead of new() call
- bugfix: take inet_pton() and getaddrinfo() from Socket if available, or from Socket6
- tests: added tests 02 and 03 to test if inet_pton() and N:W:L3 open() are working
1.08 Fri Jan 23 07:53:16 CET 2015
- bugfix: on setting AF_INET6(), and makes Socket6 module optional
=> thanks to Vince
- update: copyright notice
- update: Kwalitee
- update: copyright notice
1.04 Sun Oct 19 17:47:11 CEST 2008
- bugfix: IP_HDRINCL with IPv6 under Linux 2.6.x
1.03 Fri Mar 21 17:20:00 CET 2008
- added support for IP_HDRINCL with IPv6 raw sockets (Linux only)
=> in fact, it should have worked before, but it appears to be a regression
1.02 Tue Feb 19 12:11:21 CET 2008
- bugfix: due to Socket6 update, AF_INET6 definition has changed
1.01 Sun Feb 17 19:08:15 CET 2008
- update: portability patches for other Unix systems (untested), concerning
IP_HDRINCL constants and the like
- update: license string (lc(Artistic)), to make CPANTS happy
1.00 Sun Nov 26 19:41:54 CET 2006
- NEW: now a pure Perl module. You MUST have libpcap 0.9.x, or WinPcap 3.1
- UPGRADE: all constants have moved to Layer.pm
- examples: examples for all layers
- test: Test::Pod, Test::Pod::Coverage
0.83 Sun Oct 29 14:31:31 CET 2006
- bugfix: in Layer2.pm, added require IO::Socket
0.82 Sat May 6 18:07:16 CEST 2006
- bugfix: call to debugPrint() renamed to cgDebugPrint()
view all matches for this distribution
view release on metacpan or search on metacpan
SimpleServer.pm view on Meta::CPAN
CQL => $x, # A CQL query, if this is provided instead of Type-1
SRW_SORTKEYS => $x, # XXX to be described
PID => $x, # XXX to be described
PRESENT_NUMBER => $x, # XXX to be described
EXTRA_ARGS => $x, # XXX to be described
INPUTFACETS => $x, # Specification of facets required: see below.
## Response parameters:
ERR_CODE => 0, # Error code (0=Successful search)
ERR_STR => "", # Error string
HITS => 0, # Number of matches
ESTIMATED_HIT_COUNT => $x, # XXX to be described
EXTRA_RESPONSE_DATA => $x, # XXX to be described
OUTPUTFACETS => $x # Facets returned: see below.
};
Note that a search which finds 0 hits is considered successful in
Z39.50 terms - you should only set the ERR_CODE to a non-zero value
if there was a problem processing the request. The Z39.50 standard
SimpleServer.pm view on Meta::CPAN
asks for ten title facets and five author facets.
=head4 Request format
The facet request is passed to the search-handler function in the
INPUTFACETS parameter. Its value is rather complex, due to backwards
compatibility with Z39.50:
=over 4
=item *
SimpleServer.pm view on Meta::CPAN
=back
=head4 Response format
Having generated facets corresponding to the request, the search
handler should return them in the C<OUTPUTFACETS> argument. The
structure of this response is similar to that of the request:
=over 4
=item *
SimpleServer.pm view on Meta::CPAN
records that were found by the search.
=back
The example SimpleServer applicaation server C<ztest.pl> includes code
that shows how to examine the INPUTFACETS data structure and create
the OUTPUTFACETS structure.
=head2 Present handler
The presence of a present handler in a SimpleServer front-end is optional.
Each time a client wishes to retrieve records, the present service is
view all matches for this distribution
view release on metacpan or search on metacpan
1.31 Tue Feb 21 08:46:39 UTC 2017
- Build for current supported Ubuntu distributions
- Fix some URLs in documentation
1.30 Wed Mar 12 14:08:26 CET 2014
- Update test 19-events.t and 29-events.t
Events check: allow for multiple Connect events
- Require YAZ 4 or later
- Require perl-XML-LibXML-XPathContext on RHEL/CentOS v5 only.
view all matches for this distribution
view release on metacpan or search on metacpan
0.43
- POD: added description of index.db
- COMPLETE_URL
0.42 Wed Feb 11 15:35:18 CET 1998
- new funtion: convert_185_2xx
- option -clean for delcache.pl
- warning fixes
0.41 Fri Nov 28 19:47:45 CET 1997
- option -index for constructor
- better support for dos/win
- fixed netscape 4.0 warnings
- tree option for nscache
view all matches for this distribution
view release on metacpan or search on metacpan
[TESTS]
* Fix detection of existing tables for PostgreSQL in the query test.
0.0060 Sun Oct 28 18:20:49 2012 CET
[ENHANCEMENTS]
* Add DBI backend for Nitesi API.
* Add DBI backend class for Dancer.
* Add draft documentation on Nitesi's default database schema.
* Add example for calling Nitesi::Query::DBI's delete method with named
parameters.
0.0040 Sun Nov 27 12:14:54 2011 CET
[ENHANCEMENTS]
* Add support for distinct in select queries to query engine.
* Add inactive setting for disabled users to account provider.
[DOCUMENTATION]
* Add supported query types and examples for select queries with order, limit,
distinct and join to Nitesi::Query::DBI's POD.
0.0032 Mon Nov 7 08:49:29 2011 CET
[BUG FIXES]
* Require SQL::Statement for query testing as DBI::SQL::Nano is
too limited for the statements produced by SQL::Abstract.
0.0031 Sun Oct 30 10:38:40 2011 CET
[TESTS]
* Remove -T switch from simple query test.
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Nitesi
0.0094 Thu Dec 5 09:57:14 2013 CET
[ENHANCEMENTS]
* Adjust account manager to new default permissions of ACL::Lite 0.0003.
[BUG FIXES]
* Add check whether account exists before creating it.
0.0093 Tue Nov 19 09:50:59 2013 CET
[ENHANCEMENTS]
* Initialize created and last_modified values on instantiation of
Nitesi::Cart.
[TESTS]
* Execute POD tests only for release testing.
0.0061 Sun Oct 28 18:42:44 2012 CET
[BUG FIXES]
* Add Nitesi::Transaction to MANIFEST.
0.0060 Sun Oct 28 15:47:36 2012 CET
[ENHANCEMENTS]
* Add Nitesi::Core::Types class.
* Add account role.
[DOCUMENTATION]
* Add bundles section to Nitesi's POD.
0.0040 Sat Feb 4 10:17:41 2012 CET
[ENHANCEMENTS]
* Allow passing of hash to Nitesi::Cart's add method.
* Add update method to Nitesi::Cart.
[DOCUMENTATION]
* Fix password example in account manager's synopsis.
0.0033 Sun Nov 27 11:26:19 2011 CET
[TESTS]
* Get rid of -T switch on password tests as a few systems still fail.
0.0032 Sun Nov 13 14:48:34 2011 CET
[BUG FIXES]
* Set PATH environment variable to fixed system directories in password test.
[DOCUMENTATION]
* Fix POD example for changing password of an arbitrary account.
0.0031 Mon Nov 7 09:00:07 2011 CET
[ENHANCEMENTS]
* Add before_cart_clear and after_cart_clear hooks.
* Add before_cart_rename and after_cart_rename hooks.
view all matches for this distribution
view release on metacpan or search on metacpan
examples/bannerscan/probes/nntp.pl view on Meta::CPAN
#!/usr/bin/perl
# Thu Jan 15 02:31:21 CET 2004
use Net::NNTP;
use Data::Dumper;
$host = $ARGV[0];
view all matches for this distribution
view release on metacpan or search on metacpan
- Do no longer recommend Test::Pod and Test::Pod::Coverage.
- Adjust indentation and omit diagnostic for test file.
0.04 Sun Mar 2 16:26:32 CET 2008
- Added validation routine for input.
0.03 Tue Feb 13 18:02:07 CET 2007
- Avoiding expensive copy of @_ to an array with more readable
name when entering continuation(). When processing a large
array with continuation() this change should allow for a
remarkable speed increase (untested).
0.02 Mon Feb 12 01:47:24 CET 2007
- The Pod explaining the syntax of continuation() contained
too many escaping backslashes which I didn't spot initially.
0.01 Sun Feb 11 20:09:30 CET 2007
- Initial version.
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Net::OAI::Harvester
1.20 Mon, Jan 25 00:20:05 CET 2016
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! INCOMPATIBLE CHANGE introduced with version 1.20 !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Up to version 1.15 the metadataHandler was inconsistently fed with input:
As a temporary measure, you may set $Net::OAI::Harvester::OLDmetadataHandler =1
to change the behavior of handlers passed as "metadataHandler" into that of
a recordHandler.
1.16_12 Tue, Jan 12 00:20:05 CET 2016
- dealing with CPANTS Kwalitee issues, esp. version number mess
- new filter class Net::OAI::Record::DocumentHelper for tweaking
1.16_11 Tue, Jan 12 00:20:05 CET 2016
- minor cleanup
1.16_10 Mon, Jan 11 01:29:46 CET 2016
- renamed alldata() method for accessing recordHandler results
to recorddata()
- better propagation of namespace prefix mapping events
- Net::OAI::NamespaceFilter with a result() method
- Net::OAI::NamespaceFilter tested with XML::SAX::Writer
- AUTHOR formatting
1.16_09 Sun, Feb 14 17:29:39 CET 2014
- Net::OAI::NamespaceFilter as kind of generic metadata handler
- Queries are now constructed basing on a copy of the Harvester's baseURL
- pass parameters to URI->query_form() more reproducably,
(esp. "verb" should now always be first to accommodate some
allegedly broken repositories)
getRecord()
- introducing alternative recordHandler for listRecords() and
getRecord()
- removed erroneous resumptionToken handling for identify()
1.16_04 Fri Dec 7 09:49:03 CET 2012
- consider HTTP proxies in design of t/003.error.t
- 'Bad Host' tests failing b/c error code 500 is not the expected
code 404 (due to some recent change in LWP)?
1.16_01 Mon Apr 2 23:14:35 CEST 2012
view all matches for this distribution
view release on metacpan or search on metacpan
t/data/human.1.map view on Meta::CPAN
Q9Y6K0 CEPT1_HUMAN
O95813 CER1_HUMAN
Q8TCT0 CERK1_HUMAN
Q49MI3 CERKL_HUMAN
P00450 CERU_HUMAN
Q12798 CETN1_HUMAN
P41208 CETN2_HUMAN
O15182 CETN3_HUMAN
P11597 CETP_HUMAN
Q6UXA7 CF015_HUMAN
Q9Y6Z4 CF054_HUMAN
Q9GZU0 CF062_HUMAN
Q9Y6Z2 CF123_HUMAN
Q9Y6Z5 CF124_HUMAN
view all matches for this distribution
view release on metacpan or search on metacpan
# Set date
$date->set; # Set to current time
$date->set(time-60); # Set to 'one minute ago'
my $greg=Date::Time::Gregorian->new();
$greg->parse(source=>'Fri Mar 3 01:20:54 CET 2000');
$greg->parse(source=>'one month ago', format=>'unknown');
$greg->set(localtime, {timezone=>'local'});
$greg->set(gmtime);
my $db_time=new Date::Time::MySQLTimeStamp;
view all matches for this distribution
view release on metacpan or search on metacpan
Improvements:
- converted to OODoc v3
- replace IO::File by open()
version 0.17: Wed 8 Dec 13:25:11 CET 2021
Improvements:
- published via GitHub
version 0.16: Fri Jan 11 10:00:05 CET 2013
Improvements:
- use Log::Report for errors
- attributes can be quoted with '' and "" to permit \W
version 0.15: Sun Jan 8 00:42:22 CET 2012
Improvements:
- do not run t/pod.t in devel environment.
Fixes:
version 0.14: Mon Oct 20 09:38:36 CEST 2008
Improvements:
- accept dots and dashes in tags (macro names and variables)
version 0.13: Mon Feb 4 22:24:18 CET 2008
Changes:
- macro name is not added to the attributes.
version 0.12: Mon Jul 30 08:50:47 CEST 2007
- Added t/00run.t to MANIFEST to stop complaints from
the (automatic) distribution testers.
- added t/pod.t
- adapted to oodist
version 0.01: Mon Oct 27 10:22:29 CET 2003
- Initial version of code and documentation.
view all matches for this distribution
view release on metacpan or search on metacpan
TODO:
- move "Manual Repository" from ::Object into separate object
- subs could not only list 'Inherited from', but also 'Extended by'
- in POD, group "Inherited" referenced subs?
version 3.05: Mon 22 Dec 16:31:08 CET 2025
Fixes:
- do not check loadable Pod2: needs optional Template/Magic
[Slaven Rezic] cpantesters, rt.cpan.org #169881
- remove lines added by oodist.
- remove copyright lines from source, added at publish
- add DOCTYPE to html templates
- remove out-dated examples
- all objects have the unique attribute
version 2.02: Wed 8 Dec 13:41:32 CET 2021
Fixes:
- parsing of requires/option/default when second parameter is
missing.
- pod3 did not include the examples in the output.
- inheritance 'is a', sometimes 'is an'
Improvements:
- now on GitHUB
version 2.01: Wed 11 Nov 12:27:52 CET 2015
Fixes:
- PODTAIL.txt from file should have a blank line added before
to avoid to pod statements without separating blank.
- accept =encoding
- =pod :html, the ':' becomes optional. perlpod has both.
- ::MarkOv blanks between parens and [] or <> in formatted call
- ::MarkOv change some texts
- changed documentation style
version 2.00: Fri Jan 11 09:59:08 CET 2013
Changes:
- translated errors to use Log::Report. Removed the 'verbose'
parameters everywhere.
- added bin/oodist option --(no)tests
- use ::Pod::writeTable(width) as minimum width, not absolute.
version 1.06: Wed Jan 26 16:08:25 CET 2011
Changes:
- oodist: pod3 formatter is the new default, because Template::Magic
(pod2) is not supported anymore.
- new method OODoc::Manual::index();
- pod: far more condensed output and other cleanups
version 1.05: Mon Jan 26 12:57:32 CET 2009
Fixes:
- slightly improved copyright date generation.
- Add "SEE ALSO", COPYRIGHTS and LICENSE to the html template
- Permit chapter names with quotes in HTML template, to allow
blanks and other special characters in the name.
version 1.03: Fri Mar 14 14:27:12 CET 2008
Changes:
- In the HTML output, the manual page X::Y::Z will not referred
to under its name, because that causes various problems with
- verbosity in the "get package relations" phase.
- raw package created by oodist will unpack in a sub-dir,
named <pkg>-<version>-raw
version 1.02: Fri Nov 9 11:04:39 CET 2007
Fixes:
- check for OODoc::Text::Structure::isEmpty() was flawed.
cleared from the other method documentation.
- Package HTML with HTML_PACKAGE/--html-package options in
oodist.
version 0.98: Tue Dec 19 13:45:40 CET 2006
Fixes:
- oodist: do not attempt to create HTML if the templates do
no exist.
be able to use raw OODoc version in private development
environment.
- produced pod will have superfluous blank lines removed.
version 0.97: Wed Dec 13 14:40:19 CET 2006
Fixes:
- Each resulting pm file had a # before the first character.
version 0.96: Mon Dec 11 15:19:12 CET 2006
Fixes:
- No "die" but "warn" when a module which is investigated
for docs contains errors or croaks in the code.
- Abbreviated some of the error messages.
- options, sections and subroutines do understand most of
multiple inheritance.
version 0.10: Wed Jan 21 09:48:08 CET 2004
Fixes:
- Packages without manuals are skipped.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/OPCUA/Open62541/Client.pm view on Meta::CPAN
NODECLASS_OBJECT,
NODECLASS_VARIABLE,
NODECLASS_METHOD,
NODECLASS_OBJECTTYPE,
NODECLASS_VARIABLETYPE,
NODECLASS_REFERENCETYPE,
NODECLASS_DATATYPE,
NODECLASS_VIEW
) {
$mapping_nodeclass_attributes{$_}{ATTRIBUTEID_NODEID()} = 'm';
$mapping_nodeclass_attributes{$_}{ATTRIBUTEID_NODECLASS()} = 'm';
lib/OPCUA/Open62541/Client.pm view on Meta::CPAN
$mapping_nodeclass_attributes{$_}{ATTRIBUTEID_USERROLEPERMISSIONS()} = 'o';
$mapping_nodeclass_attributes{$_}{ATTRIBUTEID_ACCESSRESTRICTIONS()} = 'o';
}
# ReferenceType NodeClass
$mapping_nodeclass_attributes{NODECLASS_REFERENCETYPE()}{ATTRIBUTEID_ISABSTRACT()} = 'm';
$mapping_nodeclass_attributes{NODECLASS_REFERENCETYPE()}{ATTRIBUTEID_SYMMETRIC()} = 'm';
$mapping_nodeclass_attributes{NODECLASS_REFERENCETYPE()}{ATTRIBUTEID_INVERSENAME()} = 'o';
# View NodeClass
$mapping_nodeclass_attributes{NODECLASS_VIEW()}{ATTRIBUTEID_CONTAINSNOLOOPS()} = 'm';
$mapping_nodeclass_attributes{NODECLASS_VIEW()}{ATTRIBUTEID_EVENTNOTIFIER()} = 'm';
view all matches for this distribution
view release on metacpan or search on metacpan
t/otrs/opt/RELEASE view on Meta::CPAN
PRODUCT = OTRS
VERSION = 5.0.8
BUILDDATE = Thu Mar 10 02:37:32 CET 2016
BUILDHOST = otrsbuild.otrs.com
view all matches for this distribution
view release on metacpan or search on metacpan
- renamed opusread to opus-read and opusindex to opus-index
- copies various helper scripts
- fixed problem with option -r on tokenized text
* v0.01 Thu Nov 7 20:30:15 CET 2013
- initial release
view all matches for this distribution
view release on metacpan or search on metacpan
t/otrs/opt/RELEASE view on Meta::CPAN
PRODUCT = OTRS
VERSION = 5.0.8
BUILDDATE = Thu Mar 10 02:37:32 CET 2016
BUILDHOST = otrsbuild.otrs.com
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Object-Event:
1.23 Thu Aug 4 10:52:32 CEST 2011
- added small safety-check to unreg_cb.
1.22 Thu Mar 10 17:17:58 CET 2011
- fixed a bug where event methods were not registered correctly.
- found a bug with using the guard to track cb registrations.
1.21 Thu Nov 5 19:37:58 CET 2009
- fixed a bug in the legacy forward code to support the old
AnyEvent::XMPP API.
1.2 Thu Nov 5 00:01:47 CET 2009
- removed hand_event_methods_down and inherit_event_methods_from
in favour of the event_cb attribute, which made inheriting event
method much easier.
- added event_cb alias attribute parameter to be able to specify
multiple package method event handlers for an object.
- testing for undefined $self in the guard destructor.
- added 'handles' method to query whether handlers exist.
- made the 'event' method return true or false in case
handlers ran.
1.0 Mon Mar 16 21:23:02 CET 2009
- added stop/continue feature.
- deprecated forward feature.
(will be kept until AnyEvent::XMPP 0.4 is replaced by the new
AnyEvent::XMPP, in around 1 year probably.)
- added support for arbitrary priorities.
- added syntactic sugar for using method calling syntax
as event invocation.
0.7 Wed Feb 18 11:56:40 CET 2009
NOTE: This is the last release which will contain the add_forward
feature. The next release will contain some minor incompatible changes.
- added unreg_my_set method.
- fixed bug in _while_referenced implementation
0.4 Tue Apr 15 12:48:11 CEST 2008
- events can now be registered from within the
callbacks for the same object and event safely.
0.3 Fri Mar 21 11:35:03 CET 2008
- fixed a serious bug in stop_event
0.2 Fri Mar 21 01:38:12 CET 2008
- forgot a simple test for the event handling
- added an example
0.1 Thu Mar 20 13:18:12 CET 2008
- initial release
view all matches for this distribution
view release on metacpan or search on metacpan
#!!! Mail::Box 3 compatibility is still maintained on github in branch
#!!! maint3, and published. So: you may find newer versions with major
#!!! number 3. Use (at least) version 4 for new developments.
#!!! Convert? See https://github.com/markov2/perl5-Mail-Box/wiki/
version 4.00: Fri 12 Dec 09:00:51 CET 2025
Changes:
- use Mail::Box 4 exception model: use Log::Report
version 3.00: Wed 19 Nov 19:38:18 CET 2025
Improvements:
- add bugtracker to meta
- bump version number to refect it depends on Mail-Box 3
Improvements:
- convert to OODoc 3.04
- add .gitignore
version 0.21: Wed 24 Jan 09:54:03 CET 2018
Something went wrong with the release upload the GitHUB. Releases of
this module are so rare, that I correct it in a no-change release
version 0.20: Wed 24 Jan 09:35:33 CET 2018
Improvements:
- convert to GIT
- publish via GitHUB
version 0.19: Fri Jan 24 11:09:06 CET 2014
Improvements:
- mv t/99pod.t to xt/ and removed dependency to Test::Pod
- changed documentation syntax
- minor spell fixes, via Debian
- generate pod with OODoc 0.99
- removed need for version, mkdist, mkdoc
- removed README.oodoc
version 0.15: Fri Jan 9 11:39:54 CET 2004
- [Renat Araslanow] found many mistakes in the docs.
- [Daniel Axelrod] Realized class which can AUTOLOAD should not
die on 'unknown method'.
- [Bjoern Kriews] made proxying of class methods work as well,
without realization.
- [Bjoern Kriews] showed that the method name can be stripped
using substr/rindex much faster than by using a regex
version 0.10: Thu Dec 12 13:20:33 CET 2002
- Multi-Level laziness now works as well! Problem discover
by [Mark Fowler]
version 0.09: Sat Nov 16 15:05:04 CET 2002
- Removed reference to (non-existent) Object::Realize::Proxy
in man-page. [Liz Mattijsen]
- Added location to warn_realization warnings [Slavan Rezic]
version 0.08: Wed Nov 14 10:35:18 CET 2001
- Added option `believe_caller'
version 0.07: Thu Sep 20 17:44:19 CEST 2001
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Olson/Abbreviations.pm view on Meta::CPAN
'BDST' => '+0200', 'BDT' => '+0600', 'BET' => '-1100',
'BNT' => '+0800', 'BORT' => '+0800', 'BOT' => '-0400',
'BRA' => '-0300', 'BST' => undef, 'BT' => undef,
'BTT' => '+0600', 'C' => '+0300', 'CAST' => '+0930',
'CAT' => undef, 'CCT' => undef, 'CDT' => undef,
'CEST' => '+0200', 'CET' => '+0100', 'CETDST' => '+0200',
'CHADT' => '+1345', 'CHAST' => '+1245', 'CKT' => '-1000',
'CLST' => '-0300', 'CLT' => '-0400', 'COT' => '-0500',
'CST' => undef, 'CSuT' => '+1030', 'CUT' => '+0000',
'CVT' => '-0100', 'CXT' => '+0700', 'ChST' => '+1000',
'D' => '+0400', 'DAVT' => '+0700', 'DDUT' => '+1000',
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Onyphe.
4.19.0 Fri 14 Mar 16:23:17 CET 2025
- WARNING: ASD APIs are still BETA and interface may be subject to change
- Bugfix: onyphe: -asd-pivot-query needs -field param
- Bugfix: Onyphe::Api: check api keys & endpoints are configured from .onyphe.ini or dies
- New: onyphe: -asd-score-inventory API
- New: onyphe: -asd-domain-soa API
- Rename: onyphe: -asd-domain-ns to -asd-dns-domain-ns
- Rename: onyphe: -asd-domain-mx to -asd-dns-domain-mx
- Rename: onyphe: -asd-domain-soa to -asd-dns-domain-soa
- Rename: onyphe: -asd-domain-ns to -asd-dns-domain-ns
4.18 Tue 4 Mar 16:02:41 CET 2025
- WARNING: ASD APIs are still BETA and interface may be subject to change
- New: OPP Proc: rename to rename fields
- New: onyphe: -includep & -excludep arguments
- Rename: Onyphe::Api: all ASD APIs
- New: Onyphe::Api: ASD Pivot Query API
- New: Onyphe::Api: ASD Task Id API
- New: Onyphe::Api: ASD Task Poll API
- New: Onyphe::Api: ASD Task Kill API
- New: Onyphe::Api: ASD Task List API
4.17 Tue 28 Jan 16:06:24 CET 2025
- BREAKING: onyphe: default to set -aslines to true
- New: Onyphe::Api: ASD Pivot, Top, Domain, Keyword, Domain2so, So2domain APIs
- New: onyphe: add -field, -keyword, -astask, -filter arguments
- New: onyphe: add -ports argument to select which ports to scan with On-demand APIs
4.16 Thu 31 Oct 10:12:01 CET 2024
- New: Onyphe::Api: ASD Mx API
- New: Onyphe::Api: Ondemand Resolver Domain Bulk API
- New: onyphe: add -aslink argument to force download of results as a link
- Bugfix: tests: skip them when no .ini file is found
- New: Onyphe::Api: support for displaying total number of results when using Search API
- New: Onyphe::Api: support for POST Export API calls
- New: onyphe: -trusted argument
- Bugfix: OPP: catch errors on decoding or encoding JSON content
4.14 Thu 28 Mar 11:24:29 CET 2024
- New: Onyphe::Api: Ondemand Scope Hostname API
- New: Onyphe::Api: Ondemand Scope Hostname Bulk API
- New proc added: orlookup
- Bugfix: on printing errors from API calls (now handling text & JSON responses)
- Bugfix: lookup/allowlist/blocklist procs to be case insensitive
- Update: OPP::Proc: set() to accept writing fields as ARRAYs
- Update: addfield proc to support adding data to an existing field
- Update: OPP: pipeone() needs output flush at each round
4.13 Sun 11 Feb 17:46:49 CET 2024
- New: pipeone() function in OPP
- New proc added: exists
- New: added -aslines, -full, -riskscan & -asm arguments
- Bugfix: lookup proc to support state so we can call it multiple times
- Bugfix: do not double escape POST content (like for -postsearch)
4.07 Wed 5 Apr 17:10:08 CEST 2023
- Update: add trackquery:true to all ONYPHE Procs
- New procs added: lookup, blocklist & allowlist
4.06 Sat 25 Mar 11:32:35 CET 2023
- Bugfix: state machine is now not only bound to a proc but also to its ID. Thus
we can use multiple times the same proc in OPP without messing with previous proc's
state.
- Bugfix: catch API calls to retry them in case of network failure
- Update: set connection timeout to 5 seconds i/o 10
4.05 Fri 24 Mar 07:36:56 CET 2023
- Bugfix: remove leading & trailing spaces in OPP query
- New: regex proc
4.04 Thu 23 Mar 10:31:52 CET 2023
- Bugfix: handle nested fields for expand, output, splitsubnet, uniq, fieldcount procs
- Bugfix: don't remove _* fields on delete()
- Bugfix: dedup proc to avoid deduping when no dedup key found
- New: set() function to handle nested fields
- New: uniq proc supports multiple fields like dedup proc
4.03 Sat 18 Mar 11:05:55 CET 2023
- UPDATE: all request & stream APIs can now accept HTTP params
- Update: -discovery to force -size to 10000 by default
- Bugfix: Onyphe::Api interface changed, Procs have been updated
4.02 Thu 16 Mar 16:38:44 CET 2023
- NEW: Onyphe::Api ondemand_scope_result() function
- NEW: -ondemand-scope-ip, -ondemand-scope-domain, -ondemand-scope-result, -ondemand-resolver-domain & -ondemand-resolver-result APIs
- New: -key argument to override default API key from conf
- New: -maxscantime argument to configure scan timeout threshold
- New: -urlscan 0|1 to deactivate/activate urlscan in ondemand-scope APIs
- New: -vulnscan 0|1 to deactivate/activate urlscan in ondemand-scope APIs
- Bugfix: all arguments were not working at all (-size, -maxpage, ...)
- Bugfix: OPP callbacks were no more working against Alert API
4.01 Fri 10 Mar 06:39:56 CET 2023
- NEW: bulk_discovery() supports passing an OQL along with input filename
- New procs added: top, fieldcount, filter, expand, discovery, pivots, subnet, output, flatten
- New: various state handling functions
- New: systematically order results by field name
- BUGFIX: onyphe to strip "@category":"none" in OPP callbacks
- BUGFIX: export, bulk and all streaming APIs were returning duplicates at output
- Bugfix: discovery proc to strip "@category":"none" results
- Update: output proc to render ordered results
- Remove: app.extract.domain from pivots proc as too easy to do false positive
4.00 Tue 7 Mar 16:03:36 CET 2023
- Complete rewrite with minimal dependencies
- Based on Mojolicious framework
- ONYPHE Processing Pipeline is now a separate tool but shipped with this dist
view all matches for this distribution
view release on metacpan or search on metacpan
0.92 Mon Apr 16 08:39:21 CEST 2012
- work around some bugs in amd's opencl implementation (INVALID_HOST_PTR
when value deosn't matter).
- minor documentation fix (patch by Maik Hentsche).
0.91 Sun Dec 11 00:05:02 CET 2011
- introduce $buffer_obj->sub_buffer_region method and a new class, OpenCL::BufferObj
for a subbuffer is a buffer without sub_buffer methods!
- support apple using a different location for opencl headers - untested.
- be more strict when passing event lists.
0.59 Tue Nov 22 11:44:32 CET 2011
- provide $program->binaries method.
- provide $queue->enqueue_read_buffer_rect method.
- provide $queue->enqueue_write_buffer_rect method.
- coalesce like-typed accessor methods into the same xs function and
multiple ALIASes - this reduces the OpenCL codesize from 162kb to
132kb on my system.
- minor doc improvements.
0.55 Sun Nov 20 11:19:25 CET 2011
- semi-automatically generate query methods for almost all clGet*Info names.
- provide cl_ext.h constants.
- provide OpenCL::Image->image_info method.
- provide OpenCL::Event->profiling_info method.
- provide OpenCL::Kernel->work_group_info method.
0.15 Thu Nov 17 07:22:11 CET 2011
- include slice_pitch in enqueue_write_image (can be 0).
- check length in enqueue_write_image.
- properly calculate size in enqueue_read_image.
- likewise, include row_pitch and slice_pitch in image2d and image3d,
which must be nonzero right now, too, sorry.
- allow undef or missing data scalar for image2d and image3d.
- fix enqueue_copy_image prototype.
- fix formatting.
0.14 Thu Nov 17 04:04:23 CET 2011
- major incompatibilities due to API cleanup, the API should now be
mostly stable, if incomplete.
- fix prerequisites.
- replaced all _simple functions by "full" implementations, with some
parameters marked for future expansion - that means their API
$ctx->command_queue_simple became => $ctx->queue
- add OpenCL::context function.
- officially require C99.
- errno value is unspecified after a successful call.
0.03 Wed Nov 16 01:44:26 CET 2011
- add some reference documentation for all functions.
- add user event support.
- implement event wait lists.
0.02 Tue Nov 15 22:15:47 CET 2011
- first opencl kernel executed, some example code.
0.01 Tue Nov 15 05:59:00 CET 2011
- cloned from Convert::Scalar.
view all matches for this distribution
view release on metacpan or search on metacpan
necessary.
[Bug Fixes]
- get_bike_stations did not work correctly. Fixed and added test.
0.1302 2015-01-17T16:26:43Z CET
[Bug Fixes]
- Added 1; to all Moops classes (had test failures).
0.1301 2015-01-16T18:25:04Z CET
[Meta]
- Uses @Author::CSSON dist zilla bundle, expanded
- Modules added to provides
- Renamed OpenGbg::Standard::Moops -> ::Imports
- Bumped required version of Syntax::Feature::Qs, which no longer uses
[Documentation]
- Reformatted (now built with Pod::Weaver)
- Added PODNAME to those that need it
0.1300 2014-12-18T01:31:19Z CET
[Meta]
- Linked Github repo/issues.
[New Features]
- Implemented Traffic Camera service.
0.1201 2014-12-17T02:13:06Z CET
[Documentation]
- Added link to the Bridge service.
0.1200 2014-12-17T02:02:04Z CET
[New Features]
- Implemented the Bridge service.
[Documentation]
- Minor fixes.
0.1101 2014-12-16T01:19:53Z CET
[Documentation]
- Various typos, mistakes and improvements.
0.1100 2014-12-15T19:31:03Z CET
[New Features]
- Implemented the Air Quality service.
[Documentation]
- Fixed some faulty synopsises.
0.1000 2014-12-15T00:19:51Z CET
- Initial release
view all matches for this distribution
view release on metacpan or search on metacpan
- Released 0.06_01 without changes.
0.06_01 Sun Jul 4 19:56:43 CEST 2010
- Build fixes for Perl 5.12 and for -Duselongdouble.
0.06 Mon Mar 23 21:35:22 CET 2009
- OpenOffice.org 3.0 compatibility.
- Perl 5.10 compatibility.
- Mac OS X compatibility.
- when method invocation gives an error, report to Perl the original
exception, not the wrapper exception.
view all matches for this distribution