view release on metacpan or search on metacpan
FromPostcode.pm view on Meta::CPAN
package Image::Maps::Plot::FromPostcode; # where in the world are London.pm members?
our $VERSION = 2;
our $DATE = "Tue 12 Feb 2003 15:33 CET";#"Mon 28 May 09:59 2002 CET"; #"Fri 06 July 19:18 2001 BST";
use 5.006;
use strict;
use warnings;
use base "Image::Maps::Plot::FromLatLong";
view all matches for this distribution
view release on metacpan or search on metacpan
lib/InSilicoSpectro/Databanks/DBEntry.pm view on Meta::CPAN
Get or set the sequence type
=head3 $dbe->annotatedModRes(string|[[pos1, mod1], [pos2, mod2]]);
get or set annotated PTM from a string (e.g. (1|ACET_nterm)(2|ACET_nterm)(185|PHOS)) or an array. All previously set TPM are removed
=head3 $dbe->add_annotatedModRes(pos, modkey)
add an annotated PTM
view all matches for this distribution
view release on metacpan or search on metacpan
lib/InSilicoSpectro/InSilico/MassCalculator.pm view on Meta::CPAN
DEMSCGHTK
might be modified according to
ACET_nterm:::Oxidation::Cys_CAM::Oxidation:::
which means that there is an N-terminal acetylation, the methionine and the
histidine are oxidized, and the cysteine is carboxyamidomethylated; no
C-terminal modification. We see that in this notation empty positions between
colons are possible to denote the absence of modification. The modification
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension InfoSys::FreeDB.
0.91 Tue Dec 16 22:24:30 CET 2003
- Thanks to David Byers for reporting most of these bugs.
- Chose a version number that is string-wise higher than 0.9.
- Corrected description in REDME file.
- Fixed discid format bug in InfoSys::FreeDB::Entry::mk_discid().
- Let InfoSys::FreeDB::Response::* classes report non-supported
2) "freedb.freedb.org" selects a random freedb server for each
request.
3) During software upgrade different servers may support different
maximal protocol levels which may lead to errors.
0.12 Thu Nov 13 21:02:14 CET 2003
- Fixed DISCID bug in InfoSys::FreeDB::Entry::write_array_ref.
Thanks to Heikki Lindholm for reporting this.
- Fixed InfoSys::FreeDB::Response::Query::new_from_content_ref to
support code 210 which I overlooked during development.
Thanks again to Heikki Lindholm for reporting this.
view all matches for this distribution
view release on metacpan or search on metacpan
Low-level changelog
===================
1.1.1 Mon Nov 26 13:18:10 CET 2007
- kwalitee/cpants release
1.1.0 Wed Oct 24 15:21:06 CEST 2007
- fixed to work with Language::Befunge 3.00 semantics (vectors)
view all matches for this distribution
view release on metacpan or search on metacpan
0.09 2019-01-15 15:00 CET
- Use the same perl6-m executable from configure time also at runtime
- Support nqp with non-standard libdir
- Disable broken test for now - needs rethinking
0.08 2016-12-02 16:45 CET
- Remove the need for manually calling initialize
- Optimize GC in multi threaded programs
0.06 2016-08-05 17:00 CEST
- Update for compatibility with current MoarVM
0.05 2016-03-07 11:30 CET
- Update for compatibility with Perl 6.c and current MoarVM
- Documentation updates
0.04 2015-03-23 21:15 CET
- Lower perl requirement to 5.18
- Support perl without multiplicity
- Be compatible with and require rakudo 2015.03
0.03 2015-02-12 21:20 CET
- New OO API
- use() method for loading Perl6 modules
- invoke() method for invoking Perl6 class methods (like constructors)
0.02 2015-02-09 19:00 CET
- First working version that allowed executing Perl 6 code from Perl 5.
view all matches for this distribution
view release on metacpan or search on metacpan
0.53 Fri Jun 02 12:10:00 CEST 2017 (Stefan Seifert)
- Better support for serializing booleans with JSON
- Support calling Perl objects with overloaded code dereferencing
- Support overloaded stringification of Perl objects
0.52 Thu Dec 01 20:31:00 CET 2016 (Stefan Seifert)
- Fix test failing on lots of machines
by Linas Valiukas
0.51 Thu Nov 09 08:45:00 CET 2016 (Stefan Seifert)
- Fix memory leak when passing dict with Unicode keys to Perl
by Linas Valiukas
0.50 Thu Jun 30 14:30:00 CEST 2016 (Stefan Seifert)
- Fix memory corruption after passing a dict with a non-string key to Perl
0.49 Tue Apr 21 08:30:00 CEST 2015 (Stefan Seifert)
- Fix crash during perl's shutdown when env variables were modified by Python
0.48 Sat Jan 24 10:00:00 CET 2015 (Stefan Seifert)
- Fix compatibility with perl < 5.14
- Allow shutting down Python
0.47 Thu Jan 22 19:35:00 CET 2015 (Stefan Seifert)
- Translate Perl exceptions into Python exceptions and make them catchable.
- fix some POD errors by Gregor Herrmann
0.46 Sun Dec 07 12:30:00 CET 2014 (Stefan Seifert)
- Python 3 support by Laurent Mazuel!
- Correcting KeyError to AttributeError in __getattr__ by Laurent Mazuel
0.45 Sat Sep 06 10:30:00 CEST 2014 (Stefan Seifert)
- Support implementing __cmp__ in Perl
- Python booleans passed through Perl make it back to Python as Booleans
instead of Integers.
- Fix segfaults on Perl 5.18.0 caused by uninitialized fields in a data
structure. Should help performance as well.
0.41 Thu Nov 08 20:15:00 CET 2012 (Stefan Seifert)
- Fixed installation on systems only having a shared libpython
- Code cleanup
0.40 Fri Jul 29 16:30:00 CEST 2011 (Stefan Seifert)
- Finally fixed t/06dict.t allowing installation on many more machines
0.39 Wed Mar 09 13:00:00 CET 2011 (Stefan Seifert)
- Added py_is_tuple and made Pl2Py recognize an array ref that has
been a tuple before in Python.
- Fixed memory corruption on a Python function calling a Perl function
that changed the stack pointer.
- Fixed several memory leaks (scalars and dict keys).
0.36 Mon Jun 23 12:45:00 CEST 2010 (Stefan Seifert)
- Fixed a segfault when passing dicts with Unicode keys to Perl
- Pass Python exceptions to Perl instead of just printing to STDERR
0.35 Wed Mar 31 11:00:00 CET 2010 (Stefan Seifert)
- Fixed floats sometimes getting converted to int when transfered from Perl
to Python. Thanks to John McCullough for a great bug report.
0.34 Fri Mar 12 12:20:00 CET 2010 (Stefan Seifert)
- Fixed refcounting of positional arguments in named argument calls to Perl
subs.
0.33 Mon Feb 22 10:30:00 CET 2010 (Stefan Seifert)
- Added support for named arguments for Perl subs
0.32 Fri Jan 29 20:00:00 CET 2010 (Stefan Seifert)
- Perl UTF-8 strings now get converted to Python Unicode strings and vice
versa. This could potentially lead to incompatibilities with existing code.
- Return lists of Perl subs no longer get reversed before passing to Python.
0.31 Sun Dec 06 15:30:00 CET 2009 (Stefan Seifert)
- Implement access to Inline::Python::Object data
0.30 Sun Nov 29 19:45:00 CET 2009 (Stefan Seifert)
- Convert Perl arrays to Python arrays instead of tuples
- First look for methods before looking for attributes in PerlObj_getattr
0.29 Tue Jul 07 17:00:00 CEST 2009 (Stefan Seifert)
- Implemented passing of subroutine references and lambda expressions from
Python to Perl space.
- Implemented Python's __getitem__ protocol for perl objects. Perl objects
can thus be used like dictionaries if they support a __getitem__ sub.
- Fixed a bug in Pl2Py sometimes segfaulting on undefs in arrays.
0.28 Tue Dec 16 19:00:00 CET 2008 (Stefan Seifert)
- Fixed pushing integers from Python to Perl space. They now retain their
integer-ness instead of silently converting them to strings.
- PerlObj objects now have a comparison function which asserts if the _same_
perl object is contained.
- implemented Python's __getattr__ protocol for perl objects. Attributes can
- __getattr__ now raises a KeyError if a PerlObj object does not have the
requested attribute instead of silently assuming that a method is being
called.
- Added testcases for all these and for the Unicode fix in 0.27
0.27 Thu Nov 20 19:00:00 CET 2008 (Stefan Seifert)
- Fixed a segfault in py2pl.c when converting Unicode strings from Python to
Perl.
- Attempt to check for Python.h in Makefile.pl to make it more visible to
the user.
0.26 Mon Nov 10 13:20:00 CET 2008 (Stefan Seifert)
- Fixed compatibility with Python 2.5: all tests run successfully.
- Documented the --enable-shared requirement
0.25 Thu Oct 02 22:20:00 CEST 2008 (Stefan Seifert)
- Added missing changes and updated documentation to reflect current
view all matches for this distribution
view release on metacpan or search on metacpan
- Merge per-language config, not overwrite (PR#71 @mohawk++)
0.82 Sun 31 Mar 2019 04:10:24 PM CEST
- Another fix for @INC PR#69 TINITA
0.81 Sun 03 Feb 2019 04:42:05 PM CET
- Regular release, see developer releases
0.80_03 Fri 01 Feb 2019 11:26:18 PM CET
- Fix @inc, add another exception for Inline::C (SISYPHUS++)
0.80_02 Fri Jun 22 22:21:11 MDT 2018
- Revert PR/61 - failed on travis
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl module Integer::Tiny
0.1 2009-02-12 01:28:03 CET
Initial release
0.2 2009-02-12 12:23:53 CET
Fixed test suite
0.3 2009-02-13 16:24:09 CET
Changed to use Math::BigInt module as suggested in
http://rt.cpan.org/Public/Bug/Display.html?id=43231
by RIBASUSHI :)
view all matches for this distribution
view release on metacpan or search on metacpan
[ENHANCEMENTS]
* Implement facet ranges (Marco Pessotto)
0.20 Wed Dec 25 13:45:38 2019 CET
All changes done by Stefan Hornburg (Racke).
[ENHANCEMENTS]
(Marco Pessotto).
* Die when status is not OK and return corresponding message
(Pattawan Kaewduangdee, GH #8).
* Add builder class for uri's (Pattawan Kaewduangdee, GH #6).
0.12 Sat Jan 9 08:45:59 2016 CET
[BUG FIXES]
* Add build prerequisite on YAML (Stefan Hornburg / Racke)
* Fix typo in the LICENSE name in Makefile.PL script
(Mohammad S Anwar, GH#4).
0.11 Fri Jan 8 09:02:04 2016 CET
[BUG FIXES]
* Fix broken MANIFEST.SKIP (Stefan Hornburg/Racke).
0.10 Thu Jan 7 10:11:14 2016 CET
All changes done by Marco Pessotto.
[ENHANCEMENTS]
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Interchange6-Currency
0.100 Thu 21 Jan 13:45:01 CET 2016
* Initial release
0.101 Thu 21 Jan 17:26:11 CET 2016
* add support for Finance::Currency::Convert::XE
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Interchange6::Schema
0.133 Sun Oct 30 11:59:33 2016 CET
[ENHANCEMENTS]
* Add real email address for company user in fixtures (Stefan Hornburg/Racke).
* Add combine and extra column to CartProduct result class (Peter
Mottram).
* Add combine column ot Product result class (Peter Mottram).
* Remove prerequisite on Crypt::Eksblowfish::Bcrypt (Peter Mottram).
0.102 Thu Mar 3 18:35:23 2016 CET
[ENHANCEMENTS]
* Pass arrayref to set_roles method as single hashref will be
deprecated in DBIx::Class (Peter Mottram)
[DOCUMENTATION]
* Add notes about using Schema::Config in inherited classes
(Peter Mottram).
0.101 Mon Feb 29 12:28:49 2016 CET
[BUG FIXES]
* Use cmp_deeply with num to prevent SQLite test failure fixes
(Peter Mottram, Slaven ReziÄ, Stefan Hornburg/Racke, GH #195, #196).
0.100 Sat Feb 27 17:35:12 2016 CET
[BUG FIXES]
* Fix bug causing exception in find_variant method from the
Product class (Peter Mottram).
[TESTS]
* Full code coverage of tests (Peter Mottram).
0.092 Mon Jan 18 16:28:41 2016 CET
[BUG FIXES]
* Use crypt encoding for password column in User result class
(Peter Mottram, GH #188)
0.091 Mon Nov 23 09:23:44 2015 CET
[BUG FIXES]
* Use DBIx::Class::Schema::Config as base instead of as component
(Peter Mottram, Stefan Hornburg/Racke).
0.090 Wed Nov 18 12:20:44 2015 CET
[ENHANCEMENTS]
* Switch to Authen::Passphrase for User password column
(Peter Mottram).
[TESTS]
* Remove Pod::POM module check from sanity test (Peter Mottram).
0.083 Sun Mar 22 06:38:42 2015 CET
[BUG FIXES]
* Fix prerequisite on DBIx::Class::Schema::Config which causes build
problems on NetBSD when using non-Gnu make (Peter Mottram, GH #169).
0.082 Thu Mar 19 16:28:23 2015 CET
[ENHANCEMENTS]
* Add unique constraint on uri column in Message class (Marco Pessotto, GH #168).
[TESTS]
* Reduce noise in tests (Peter Mottram).
0.081 Wed Mar 18 11:23:10 2015 CET
[DOCUMENTATION]
* Add Manual::Cookbook with information on modifying the schema (Peter Mottram).
* Stop using File::Slurp in tests (Peter Mottram, GH #171).
* Remove extra debug code that was added to test_mysql.t.
It hasn't helped significantly and caused test failures on some linux smoker
(Peter Mottram).
0.080 Sun Mar 15 08:00:40 2015 CET
[FEATURES]
* Add support for password reset (Peter Mottram):
- Add columns reset_token and reset_expires to users table.
[TESTS]
* Add test for left join with nullable FK closes (GH #146, Peter Mottram).
* Adjust tests now that selling_price is always defined (Peter Mottram).
0.070 Wed Dec 31 11:39:33 2014 CET
[ENHANCEMENTS]
* Set default value of title in Attribute and Attribute value class
from name and value column respectively (Peter Mottram).
* Add "SetOperations" DBIx::Class::Helper (Peter Mottram).
0.060_93 Fri Dec 26 10:41:23 2014 CET
[ENHANCEMENTS]
* Add "me" DBIx::Class::Helper (Peter Mottram).
* Add SQL literal AS to selling_price query within listing method from
(Peter Mottram).
* Retrieve and display mysqld version info in top-level test script to help debug
GH #149 (Peter Mottram).
* Fix BaseAttribute test array order bug (Peter Mottram).
0.060_92 Mon Dec 22 13:44:34 2014 CET
[ENHANCEMENTS]
* Ensure that selling_price method in Product class always return defined price
(Peter Mottram).
* Add version to prerequisite on DBIx::Class::Helpers to ensure that
DBIx::Class::Helpers::DateTime is available (Peter Mottram).
* Fix test problems with PriceModifier and SQLite floats
(Peter Mottram, GH #148).
0.060_91 Sat Dec 20 14:56:52 2014 CET
[ENHANCEMENTS]
* Add base ResultSet class which loads shortcut and correlate relationship
helper class (Peter Mottram).
(Peter Mottram).
* Add tests for Address delete cascades (Peter Mottram).
* Add fixtures for ShipmentCarrier and ShipmentRate classes (Peter Mottram).
* Remove pod tests from schema_sanity.t (Peter Mottram).
0.060 Thu Nov 27 16:30:51 2014 CET
[BUG FIXES]
* Fix many-to-many zones relationship in State class
(GH #132, Grega Pompe, Peter Mottram).
0.060_03 Thu Nov 27 11:43:22 2014 CET
[ENHANCEMENTS]
* Add name method to User class (Peter Mottram).
* Add quantity_in_stock to Product class (Peter Mottram).
* Use hashrefs in fixtures for add_attributes calls prevent warnings (Peter Mottram).
* Add more variants and also simple product attributes to fixtures (Peter Mottram).
* Change Test::Role::Fixtures to use Moo::Role (Peter Mottram).
* Add navigation fixture tests (Peter Mottram).
0.060_02 Thu Nov 6 16:13:18 2014 CET
[ENHANCEMENTS]
* Allow optional argument for precision in average_rating method
of the Product class (Peter Mottram).
* Add load_all_fixtures method to test fixtures (Peter Mottram).
* Add fixtures to Test::Fixtures that were previously missed (Peter Mottram).
* Test fixtures can now be used by consuming modules (Peter Mottram).
* Merge all fixtures from the populate_ic5 script in the demo shop (Peter Mottram).
0.060_01 Tue Nov 4 21:05:45 2014 CET
[API CHANGES]
* Switch to DBIx::Class::Candy (Peter Mottram).
[DOCUMENTATION]
* Reorganize classes in main POD.
0.019 Fri Mar 21 09:11:06 2014 CET
[ENHANCEMENTS]
* Inflate data from datetime columns into DateTime objects, alongside
with tests for classes missing the inflation component (Peter Mottram).
[TESTS]
* Avoid DBIC::Storage::DBI::SQLite RT79576 by adding a prerequisite on
DBD::SQLite 1.38_01 (Peter Mottram).
0.018 Tue Mar 11 17:11:35 2014 CET
[API CHANGES]
* Replace order_number with orders_id as foreign key for PaymentOrder and
Orderline resultsets.
* Remove shipping_method and tracking_number from Orderline resultset.
* Fix many_to_many relationships.
0.017 Mon Mar 10 01:00:54 2014 CET
[API CHANGES]
* Increase size of sku column from 32 to 64 (GH #19, Šimun Kodžoman).
0.016 Sat Mar 8 18:32:53 2014 CET
[API CHANGES]
* Remove tracking_number field from Order schema.
[DOCUMENTATION]
* Move column descriptions for the Product resultset to the individual
columns.
0.015 Sun Feb 23 10:41:44 2014 CET
[API CHANGES]
* Add users_id column to PaymentOrder result class.
* Add shipping_addresses_id column to Order result class.
[BUG FIXES]
* Fix User to Role many_to_many relationship (GH #15).
0.014 Sat Feb 15 15:52:37 2014 CET
[API CHANGES]
* Add nickname column to User result class.
* Add created and last_modified columns to Product result class.
0.013 Mon Jan 27 14:25:43 2014 CET
[API CHANGES]
* Change author column to author_users_id in Media result class and link it to User result class.
* Add canonical and Variant accessors to Product result class.
[TESTS]
* Add attribute_iterator tests.
0.012 Tue Jan 7 16:07:29 2014 CET
[API CHANGES]
* Rename when_added column of CartProduct result class to created.
* Add last_modified column to CartProduct result class.
[ENHANCEMENTS]
* Add attribute_iterator method to Product result class.
* Add custom Session resultset with expire method.
0.011 Thu Jan 2 14:14:18 2014 CET
[API CHANGES]
* Add Attribute, AttributeValue and ProductAttributeValue result classes.
* Change ProductValue result class.
* Remove ProductAttributes result class.
0.010 Fri Dec 27 13:24:45 2013 CET
[API CHANGES]
* Use created and last_modified columns for Navigation result set
instead of entered.
[DOCUMENTATION]
* Add documentation for records method in Populate classes.
* Fix is_nullable value in documentation of Cart result class.
0.009 Sat Dec 21 01:23:04 2013 CET
[API CHANGES]
* Use datetime type for all created and last modified columns.
* Use set_on_update for all last_modified columns.
[TESTS]
* Add a few additional tests with State and Country resultset.
0.007 Thu Dec 12 09:30:25 2013 CET
[API CHANGES]
* Remove ProductClass from Schema.
[DOCUMENTATION]
* Add a list of resultsets to main POD.
* Add description to main POD.
0.006 Mon Dec 9 16:19:42 2013 CET
[API CHANGES]
* Change primary key for Country resultset to country_iso_code.
* Change default value of show_states in Country resultset to false.
[DOCUMENTATION]
* Fix mismatch of POD for when_added column in CartProduct resultset (GH #4).
0.005 Sat Dec 7 20:59:04 2013 CET
[API CHANGES]
* Change column parent in Navigation resultset to parent_id.
* Use Tree::AdjacencyList with Navigation resultset.
* Add Country and Review resultset.
* Add path method to Product resultset.
0.004 Sat Nov 30 14:47:13 2013 CET
[BUG FIXES]
* Allow NULL values for foreign keys users_id and sessions_id.
* Add missing primary key directive to CartProduct resultset.
* Use datetime type in CartProduct resultset.
0.003 Tue Nov 19 20:58:07 2013 CET
[BUG FIXES]
* Pass mysql_version to producer to avoid broken booleans (GH #1).
* Remove default value from sessions' last_modified column.
[ENHANCEMENTS]
* Add simple schema test with DBICx::TestDatabase.
* Added EncodedColumn for password field.
0.002 Fri Nov 15 12:24:47 2013 CET
* Mark interchange6-create-database for install.
0.001 Fri Nov 15 10:31:02 2013 CET
* Initial release.
view all matches for this distribution
view release on metacpan or search on metacpan
* Change Cart's find method to use HandlesVia Array's first
(Peter Mottram).
* Use PositiveOrZeroInt type check for quantity arg to update in cart
(Peter Mottram).
0.103 Fri Feb 26 10:45:42 2016 CET
[ENHANCEMENTS]
* Product class attributes price/selling_price also allow
HasMethods["value"] to support Interchange6::Currency
[ENHANCEMENTS]
* Make all accessors read-only and add writers where appropriate.
This includes adding set_price to product (Peter Mottram, GH #23).
0.080 Sun Mar 15 08:47:11 2015 CET
[FEATURES]
* add weight attribute to Cart::Product and Cart (Peter Mottram)
[API CHANGES]
* Change Cart::Product uri attribute to read-only (Peter Mottram)
0.063 Wed Jan 21 22:05:56 2015 CET
[ENHANCEMENTS]
* Add use MooX::HandlesVia to Cart::Product class (Peter Mottram).
* Add extra attribute to Cart::Product class (Peter Mottram).
[BUG FIXES]
* Add version to prerequisite on Test::Warnings (GH #25, Stefan Hornburg).
0.062 Sat Nov 29 10:04:20 2014 CET
[BUG FIXES]
* Remove Interchange6::Hook from cart test (GH #22, Peter Mottram).
0.061 Fri Nov 28 10:57:47 2014 CET
[BUG FIXES]
* Add missing prerequisite on namespace::clean (Stefan Hornburg).
* Fix prerequisite on Moo (GH #21, Stefan Hornburg).
0.060 Thu Nov 27 16:51:31 2014 CET
[API CHANGES]
* Move hooks to Dancer::Plugin::Interchange6 (Peter Mottram).
[TESTS]
* Add test for zero value cost (GH #20, Peter Mottram).
0.060_03 Thu Nov 27 14:45:31 2014 CET
[API CHANGES]
* Rename absolute_amount attribute to current_amount in Cart::Cost (Peter Mottram).
* Rename cart_costs_id attribute to id in Cart::Cost (Peter Mottram).
[ENHANCEMENTS]
* Add cart_products_id attribute to Cart::Product
(Peter Mottram, GH #10).
0.011 Thu Mar 13 03:02:13 2014 CET
[ENHANCEMENTS]
* Add subtotal method to Cart::Product class.
0.010 Wed Mar 12 16:22:43 2014 CET
[ENHANCEMENTS]
* Remove Interchange6::Class (Peter Mottram, GH #8).
[BUG FIXES]
* Add Test::Most to build prerequisites.
0.004 Tue Mar 11 18:36:30 2014 CET
[ENHANCEMENTS]
* Moo cart rewrite (Peter Mottram).
* Use DateTime for created and last_modified (Peter Mottram, GH #2)
0.003 Thu Jan 2 12:09:12 2014 CET
[ENHANCEMENTS]
* Extend users_id method to allow setting the users id.
* Add sessions_id method to Interchange6::Cart.
0.002 Fri Dec 27 09:46:06 2013 CET
[ENHANCEMENTS]
* Add users_id method to Interchange6::Cart.
0.001 Sat Nov 30 16:40:37 2013 CET
* Initial release.
view all matches for this distribution
view release on metacpan or search on metacpan
Interval.pm view on Meta::CPAN
'!=' => \&_not_equal,
'<=>' => \&_spaceship,
qw("" _stringify);
# Must set the time zone to use Date::Manip
BEGIN {$Date::Manip::TZ = "CET";} # Default Central European Time
##############################################################################
# Constants
##############################################################################
Interval.pm view on Meta::CPAN
The default interval type is right open intervals. Stick to this
interval type if you want to keep life simple.
To use Date::Manip the time zone variable must be set. It is
default set to Central European Time (CET). For Americans, this is
the Capital of Stockholm :-).
To change the time zone, e.g., to Eastern Standard Time (EST) put
in our script $Date::Manip::TZ = 'EST'; (As an European I assume
this must be close to Atlanta, New Mexico).
Interval.pm view on Meta::CPAN
- Added methods getStart and getStop.
- Added method lengthString to print nicely the length of the
interval.
- Changed the default output format to be similar to the
default input format
- Taken BEGIN {$Date::Manip::TZ = "CET"; &Date_Init ("DateFormat=non-US");}
out because it is anti-social :-)
- Added to POD that the both dates and times can be used with intervals
- Added to POD the description of open and closed intervals
=head1 LITTERATURE
view all matches for this distribution
view release on metacpan or search on metacpan
JRPC/Client.pm view on Meta::CPAN
use JRPC::Client;
my $client = JRPC::Client->new();
$req = $client->new_request("http://jservices.com/WorldTime");
my $resp = $req->call('Timeinfo.getlocaltime', {'tzname' => 'CET', 'clockhrs' => '24'});
if (my $err = $resp->error()) { die("$err->{'message'}"); }
my $res = $resp->result();
print("Local time in CET is: $res->{'timeiso'}\n");
=head1 DESCRIPTION
JRPC::Client is a Perl LWP based JSON-RPC 2.0 Client hoping to minimize tedious boilerplate code for JSON-RPC
interaction, yet enabling advanced use cases by the power of LWP / HTTP::Request.
view all matches for this distribution
view release on metacpan or search on metacpan
Changes.old view on Meta::CPAN
TODO: how to cope with tagged values and standard json decoders
TODO: investigate magic (Eric Brine)
TODO: [PATCH] Types::Serialiser: Inline true(), false() and error() functions
TODO: replace bool_stash by BOOL_STASH seems to work with mod_perl, make a compile time option?
4.03 Tue Oct 27 19:05:01 CET 2020
- when parsing comments in relaxed mode, JSON::XS would detect garbage
after the JSON text if the comment is after the end and does not end in
a newline (reported by Felipe Gasper).
4.02 Wed Mar 6 08:31:24 CET 2019
- undo the fix from 4.01, it breaks more things than it fixes
(another testcase by Wesley Schwengle).
- try a proper fix this time.
4.01 Sun Feb 24 05:03:30 CET 2019
- fix some stack corruption caused mostly when calling methods
in list context (testcase by Wesley Schwengle).
4.0 Fri Nov 16 00:06:54 CET 2018
- SECURITY IMPLICATION: this release enables allow_nonref by default
for compatibility with RFC 7159 and newer. See "old" vs. "new"
JSON under SECURITY CONSIDERATIONS.
- reworked the "old" vs. "new" JSON section.
- add ->boolean_values to provide the values to which booleans
Changes.old view on Meta::CPAN
- be very paranoid about extending buffer lengths and croak if buffers get too large,
which might (or might not) improve security.
- add cbor-packed type to json_xs.
- switch from YAML to YAML::XS in json_xs, as YAML is way too buggy and outdated.
3.03 Wed Nov 16 20:20:59 CET 2016
- fix a bug introduced by a perl bug workaround that would cause
incremental parsing to fail with a sv_chop panic.
- json_xs: toformat failure error message fixed.
- json_xs: allow cyclic data structures in CBOR.
3.02 Fri Feb 26 22:45:20 CET 2016
- allow_nonref now affects booleans (\1, $Types::Serialiser::Boolean)
as well (reported by Alex Efros).
- allow literal tabs in strings in relaxed mode (patch by
lubo.rintel@gooddata.com).
- support "cbor" format in json_xs tool.
Changes.old view on Meta::CPAN
(reported by Ðадим ÐлаÑов).
- work around a bug in older perls crashing when presented
with shared hash keys (Reini Urban).
- use stability canary.
3.01 Tue Oct 29 16:55:15 CET 2013
- backport to perls < 5.18 (reported by Paul Howarth).
3.0 Tue Oct 29 01:35:37 CET 2013
- implemented an object tagging extension (using the
Types::Serialiser serialisation protocol).
- reworked the documentation regarding object serialisation,
add a new OBJECT SERIALISATION section that explains th
whole process.
Changes.old view on Meta::CPAN
parser (testcase provided by Hendrik Schumacher).
- applied patch by DaTa for Data::Dumper support in json_xs.
- added -t dump support to json_xs, using Data::Dump.
- added -f eval support to json_xs.
2.29 Wed Mar 17 02:39:12 CET 2010
- fix a memory leak when callbacks set using filter_json_object
or filter_json_single_key_object were called (great testcase
by Eric Wilhelm).
2.28 Thu Mar 11 20:30:46 CET 2010
- implement our own atof function - perl's can be orders of
magnitudes slower than even the system one. on the positive
side, ours seems to be more exact in general than perl's.
(testcase provided by Tim Meadowcroft).
- clarify floating point conversion issues a bit.
- update jpsykes csrf article url.
- updated benchmark section - JSON::PP became much faster!
2.27 Thu Jan 7 07:35:08 CET 2010
- support relaxed option inside the incremental parser
(testcase provided by IKEGAMI via Makamaka).
2.26 Sat Oct 10 03:26:19 CEST 2009
- big integers could become truncated (based on patch
Changes.old view on Meta::CPAN
debugged by Martin Evans).
- appending a non-utf8-string to the incremental parser
in utf8 mode failed to upgrade the string.
- wording of parse error messages has been improved.
2.232 Sun Feb 22 11:12:25 CET 2009
- use an exponential algorithm to extend strings, to
help platforms with bad or abysmal==windows memory
allocater performance, at the expense of some memory
wastage (use shrink to recover this extra memory).
(nicely analysed by Dmitry Karasik).
2.2311 Thu Feb 19 02:12:54 CET 2009
- add a section "JSON and ECMAscript" to explain some
incompatibilities between the two (problem was noted by
various people).
- add t/20_faihu.t.
2.231 Thu Nov 20 04:59:08 CET 2008
- work around 5.10.0 magic bugs where manipulating magic values
(such as $1) would permanently damage them as perl would
ignore the magicalness, by making a full copy of the string,
reported by Dmitry Karasik.
- work around spurious warnings under older perl 5.8's.
Changes.old view on Meta::CPAN
- moved down =encoding directive a bit, too much breaks if it's the first
pod directive :/.
- removed documentation section on other modules, it became somewhat
outdated and is nowadays mostly of historical interest.
2.1 Wed Mar 19 23:23:18 CET 2008
- update documentation here and there: add a large section
about utf8/latin1/ascii flags, add a security consideration
and extend and clarify the JSON and YAML section.
- medium speed enhancements when encoding/decoding non-ascii chars.
- minor speedup in number encoding case.
Changes.old view on Meta::CPAN
- add =encoding utf-8 to the manpage, now that perl 5.10 supports it.
- fix some issues with UV to JSON conversion of unknown impact.
- published the yahoo locals search result used in benchmarks as the
original url changes so comparison is impossible.
2.01 Wed Dec 5 11:40:28 CET 2007
- INCOMPATIBLE API CHANGE: to_json and from_json have been
renamed to encode_json/decode_json for JSON.pm compatibility.
The old functions croak and might be replaced by JSON.pm
comaptible versions in some later release.
2.0 Tue Dec 4 11:30:46 CET 2007
- this is supposed to be the first version of JSON::XS
compatible with version 2.0+ of the JSON module.
Using the JSON module as frontend to JSON::XS should be
as fast as using JSON::XS directly, so consider using it
instead.
- added get_* methods for all "simple" options.
- make JSON::XS subclassable.
1.53 Tue Nov 13 23:58:33 CET 2007
- minor doc clarifications.
- fixed many doc typos (patch by Thomas L. Shinnick).
1.52 Mon Oct 15 03:22:06 CEST 2007
- remove =encoding pod directive again, it confuses too many pod
Changes.old view on Meta::CPAN
to to_json and from_json, to reduce incompatibilities
between JSON/JSON::PC and JSON::XS. (experimental).
- implement a maximum nesting depth for both en- and de-coding.
- added a security considerations sections.
0.7 Sun Mar 25 01:46:30 CET 2007
- code cleanup.
- fix a memory overflow bug when indenting.
- pretty-printing now up to 15% faster.
- improve decoding speed of strings by
up to 50% by specialcasing short strings.
- further decoding speedups for strings using
lots of \u escapes.
- improve utf8 decoding speed for U+80 .. U+7FF.
0.5 Sat Mar 24 20:41:51 CET 2007
- added the UTF-16 encoding example hinted at in previous
versions.
- minor documentation fixes.
- fix a bug in and optimise canonicalising fastpath
(reported by Craig Manley).
- remove a subtest that breaks with bleadperl (reported
by Andreas König).
0.31 Sat Mar 24 02:14:34 CET 2007
- documentation updates.
- do some casting to hopefully fix Andreas' problem.
- nuke bogus json rpc stuff.
0.3 Fri Mar 23 19:33:21 CET 2007
- remove spurious PApp::Util reference (John McNamara).
- adapted lots of tests from other json modules
(idea by Chris Carline).
- documented mapping from json to perl and vice versa.
- improved the documentation by adding more examples.
Changes.old view on Meta::CPAN
- improve the "no bytes" and "no warnings" hacks in
case the called functions do... stuff.
- croak when encoding to ascii and an out-of-range
(non-unicode) codepoint is encountered.
0.2 Fri Mar 23 00:23:34 CET 2007
- the "could not sleep without debugging release".
it should basically work now, with many bugs as
no production tests have been run yet.
- added more testcases.
- the expected shitload of bugfixes.
Changes.old view on Meta::CPAN
- improved error diagnostics.
- fix decoding of 'null'.
- fix parsing of empty array/hashes
- silence warnings when we prepare the croak message.
0.1 Thu Mar 22 22:13:43 CET 2007
- first release, very untested, basically just to claim
the namespace.
0.01 Thu Mar 22 06:08:12 CET 2007
- original version; cloned from Convert-Scalar
view all matches for this distribution
view release on metacpan or search on metacpan
TODO: how to cope with tagged values and standard json decoders
TODO: investigate magic (Eric Brine)
TODO: [PATCH] Types::Serialiser: Inline true(), false() and error() functions
TODO: replace bool_stash by BOOL_STASH seems to work with mod_perl, make a compile time option?
4.03 Tue Oct 27 19:05:01 CET 2020
- when parsing comments in relaxed mode, JSON::XS would detect garbage
after the JSON text if the comment is after the end and does not end in
a newline (reported by Felipe Gasper).
4.02 Wed Mar 6 08:31:24 CET 2019
- undo the fix from 4.01, it breaks more things than it fixes
(another testcase by Wesley Schwengle).
- try a proper fix this time.
4.01 Sun Feb 24 05:03:30 CET 2019
- fix some stack corruption caused mostly when calling methods
in list context (testcase by Wesley Schwengle).
4.0 Fri Nov 16 00:06:54 CET 2018
- SECURITY IMPLICATION: this release enables allow_nonref by default
for compatibility with RFC 7159 and newer. See "old" vs. "new"
JSON under SECURITY CONSIDERATIONS.
- reworked the "old" vs. "new" JSON section.
- add ->boolean_values to provide the values to which booleans
- be very paranoid about extending buffer lengths and croak if buffers get too large,
which might (or might not) improve security.
- add cbor-packed type to json_xs.
- switch from YAML to YAML::XS in json_xs, as YAML is way too buggy and outdated.
3.03 Wed Nov 16 20:20:59 CET 2016
- fix a bug introduced by a perl bug workaround that would cause
incremental parsing to fail with a sv_chop panic.
- json_xs: toformat failure error message fixed.
- json_xs: allow cyclic data structures in CBOR.
3.02 Fri Feb 26 22:45:20 CET 2016
- allow_nonref now affects booleans (\1, $Types::Serialiser::Boolean)
as well (reported by Alex Efros).
- allow literal tabs in strings in relaxed mode (patch by
lubo.rintel@gooddata.com).
- support "cbor" format in json_xs tool.
(reported by Ðадим ÐлаÑов).
- work around a bug in older perls crashing when presented
with shared hash keys (Reini Urban).
- use stability canary.
3.01 Tue Oct 29 16:55:15 CET 2013
- backport to perls < 5.18 (reported by Paul Howarth).
3.0 Tue Oct 29 01:35:37 CET 2013
- implemented an object tagging extension (using the
Types::Serialiser serialisation protocol).
- reworked the documentation regarding object serialisation,
add a new OBJECT SERIALISATION section that explains th
whole process.
parser (testcase provided by Hendrik Schumacher).
- applied patch by DaTa for Data::Dumper support in json_xs.
- added -t dump support to json_xs, using Data::Dump.
- added -f eval support to json_xs.
2.29 Wed Mar 17 02:39:12 CET 2010
- fix a memory leak when callbacks set using filter_json_object
or filter_json_single_key_object were called (great testcase
by Eric Wilhelm).
2.28 Thu Mar 11 20:30:46 CET 2010
- implement our own atof function - perl's can be orders of
magnitudes slower than even the system one. on the positive
side, ours seems to be more exact in general than perl's.
(testcase provided by Tim Meadowcroft).
- clarify floating point conversion issues a bit.
- update jpsykes csrf article url.
- updated benchmark section - JSON::PP became much faster!
2.27 Thu Jan 7 07:35:08 CET 2010
- support relaxed option inside the incremental parser
(testcase provided by IKEGAMI via Makamaka).
2.26 Sat Oct 10 03:26:19 CEST 2009
- big integers could become truncated (based on patch
debugged by Martin Evans).
- appending a non-utf8-string to the incremental parser
in utf8 mode failed to upgrade the string.
- wording of parse error messages has been improved.
2.232 Sun Feb 22 11:12:25 CET 2009
- use an exponential algorithm to extend strings, to
help platforms with bad or abysmal==windows memory
allocater performance, at the expense of some memory
wastage (use shrink to recover this extra memory).
(nicely analysed by Dmitry Karasik).
2.2311 Thu Feb 19 02:12:54 CET 2009
- add a section "JSON and ECMAscript" to explain some
incompatibilities between the two (problem was noted by
various people).
- add t/20_faihu.t.
2.231 Thu Nov 20 04:59:08 CET 2008
- work around 5.10.0 magic bugs where manipulating magic values
(such as $1) would permanently damage them as perl would
ignore the magicalness, by making a full copy of the string,
reported by Dmitry Karasik.
- work around spurious warnings under older perl 5.8's.
- moved down =encoding directive a bit, too much breaks if it's the first
pod directive :/.
- removed documentation section on other modules, it became somewhat
outdated and is nowadays mostly of historical interest.
2.1 Wed Mar 19 23:23:18 CET 2008
- update documentation here and there: add a large section
about utf8/latin1/ascii flags, add a security consideration
and extend and clarify the JSON and YAML section.
- medium speed enhancements when encoding/decoding non-ascii chars.
- minor speedup in number encoding case.
- add =encoding utf-8 to the manpage, now that perl 5.10 supports it.
- fix some issues with UV to JSON conversion of unknown impact.
- published the yahoo locals search result used in benchmarks as the
original url changes so comparison is impossible.
2.01 Wed Dec 5 11:40:28 CET 2007
- INCOMPATIBLE API CHANGE: to_json and from_json have been
renamed to encode_json/decode_json for JSON.pm compatibility.
The old functions croak and might be replaced by JSON.pm
comaptible versions in some later release.
2.0 Tue Dec 4 11:30:46 CET 2007
- this is supposed to be the first version of JSON::XS
compatible with version 2.0+ of the JSON module.
Using the JSON module as frontend to JSON::XS should be
as fast as using JSON::XS directly, so consider using it
instead.
- added get_* methods for all "simple" options.
- make JSON::XS subclassable.
1.53 Tue Nov 13 23:58:33 CET 2007
- minor doc clarifications.
- fixed many doc typos (patch by Thomas L. Shinnick).
1.52 Mon Oct 15 03:22:06 CEST 2007
- remove =encoding pod directive again, it confuses too many pod
to to_json and from_json, to reduce incompatibilities
between JSON/JSON::PC and JSON::XS. (experimental).
- implement a maximum nesting depth for both en- and de-coding.
- added a security considerations sections.
0.7 Sun Mar 25 01:46:30 CET 2007
- code cleanup.
- fix a memory overflow bug when indenting.
- pretty-printing now up to 15% faster.
- improve decoding speed of strings by
up to 50% by specialcasing short strings.
- further decoding speedups for strings using
lots of \u escapes.
- improve utf8 decoding speed for U+80 .. U+7FF.
0.5 Sat Mar 24 20:41:51 CET 2007
- added the UTF-16 encoding example hinted at in previous
versions.
- minor documentation fixes.
- fix a bug in and optimise canonicalising fastpath
(reported by Craig Manley).
- remove a subtest that breaks with bleadperl (reported
by Andreas König).
0.31 Sat Mar 24 02:14:34 CET 2007
- documentation updates.
- do some casting to hopefully fix Andreas' problem.
- nuke bogus json rpc stuff.
0.3 Fri Mar 23 19:33:21 CET 2007
- remove spurious PApp::Util reference (John McNamara).
- adapted lots of tests from other json modules
(idea by Chris Carline).
- documented mapping from json to perl and vice versa.
- improved the documentation by adding more examples.
- improve the "no bytes" and "no warnings" hacks in
case the called functions do... stuff.
- croak when encoding to ascii and an out-of-range
(non-unicode) codepoint is encountered.
0.2 Fri Mar 23 00:23:34 CET 2007
- the "could not sleep without debugging release".
it should basically work now, with many bugs as
no production tests have been run yet.
- added more testcases.
- the expected shitload of bugfixes.
- improved error diagnostics.
- fix decoding of 'null'.
- fix parsing of empty array/hashes
- silence warnings when we prepare the croak message.
0.1 Thu Mar 22 22:13:43 CET 2007
- first release, very untested, basically just to claim
the namespace.
0.01 Thu Mar 22 06:08:12 CET 2007
- original version; cloned from Convert-Scalar
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl module Java::JVM::Classfile
0.29 Thu Dec 27 21:26:47 CET 2007
- implement interfaces and fields with new features class and
test (patches by Vadim Beilin)
0.19 Sun May 19 18:33:15 BST 2002
- new perl.t test which generates Perl code from the example
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Java/SJ.pm view on Meta::CPAN
<!-- add these as -Dname=val VM properties-->
<property name="ORBSingletonClass" value="jacorb.ORBSingleton"/>
<!-- add these to the environment for every app -->
<environment name="TZ" value="CET"/>
<environment name="PAGER" value="less"/>
<!-- add these to the command line parameters of every app -->
<param name="--debuglevel" value="3"/>
<param name="--colour" value="blue" sep="="/>
view all matches for this distribution
view release on metacpan or search on metacpan
quickjs/quickjs.c view on Meta::CPAN
return JS_SetThisTimeValue(ctx, this_val, d);
}
/* fmt:
0: toUTCString: "Tue, 02 Jan 2018 23:04:46 GMT"
1: toString: "Wed Jan 03 2018 00:05:22 GMT+0100 (CET)"
2: toISOString: "2018-01-02T23:02:56.927Z"
3: toLocaleString: "1/2/2018, 11:40:40 PM"
part: 1=date, 2=time 3=all
XXX: should use a variant of strftime().
*/
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Junction/Quotelike.pm view on Meta::CPAN
=head1 VERSION
This document describes version 0.01 of Junction::Quotelike,
released Sun Feb 14 16:20:27 CET 2010 @680 /Internet Time/
=cut
our $VERSION = 0.01;
lib/Junction/Quotelike.pm view on Meta::CPAN
=cut
1;
__END__
0.01 Sun Feb 14 16:20:22 CET 2010 @680 /Internet Time/
initial release.
view all matches for this distribution
view release on metacpan or search on metacpan
1.01 Thu Feb 01 16:04:00 CET 2024
- Introduced caching (memoization) in Schema Registry calling
0.04 Thu Dec 17 21:35:03 CEST 2020
- Fixed dependencies versions
view all matches for this distribution
view release on metacpan or search on metacpan
- Modify test class to avoid a potential kwalitee issue.
[Other Changes]
- Rebuilt with current Dist::Iller::Config::Author::CSSON.
0.1103 2015-02-16T20:32:18Z CET
[Meta]
- Added travis config.
[Requirements]
- Specified versions on some prereqs.
- Updated dist.ini/weaver.ini (a few new plugins).
0.1102 2015-01-17T03:48:47Z CET
[Meta]
- Added Moose as prereq.
0.1101 2015-01-15T16:11:06Z CET
[Enhancements]
- Added test for ::ReturnType::doc.
[Documentation]
- Fixed documentation for ::ReturnType::doc.
0.1100 2015-01-14T00:53:54Z CET
[New Features]
- Added ReturnType::doc
0.1000 2015-01-12T00:27:46Z CET
- Initial release
view all matches for this distribution
view release on metacpan or search on metacpan
1.18 Mon Feb 11 11:05:16 GMT 2008
- Add the ability to delete resource database objects from the
Admin UI.
1.17 Thu Feb 7 16:26:37 CET 2008
- Fix character-set handling AGAIN :-) The resolver library
was correcting accepting any specified character encoding
and correctly outputting UTF-8 with the necessary XML and
HTML specifications to sayt that's what it was doing, but
the top level resolver script was telling Perl to do UTF-8
view all matches for this distribution
view release on metacpan or search on metacpan
doc/sudoc.html view on Meta::CPAN
</div>
</div>
<div id="footer">
<div id="footer-text">
Version 2.34<br>
Last updated 2021-01-13 09:49:12 CET
</div>
</div>
</body>
</html>
view all matches for this distribution
view release on metacpan or search on metacpan
---
version: 0.04
date: Sun Jan 30 00:06:40 CET 2005
changes:
- This is the initial release
- Still things todo, added info to BUGS
---
version: 0.03
date: Sun Jan 23 03:50:00 CET 2005
changes:
- Initial release
view all matches for this distribution