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
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
accept invalid JSON texts as valid in some cases. Thanks to
Michael Hudak for finding this, the CPAN Security Group for
coordinating this, and Reini Urban for double-checking the patch
(and Peter Juhasz for potentially reporting this much earlier).
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
view release on metacpan or search on metacpan
---
version: 0.01
date: Thu Feb 17 20:24:00 CET 2005
changes:
- Initial release
view all matches for this distribution
view release on metacpan or search on metacpan
---
version: 1.00
date: Sun Jan 23 03:50:00 CET 2005
changes:
- Initial release
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Kwiki/TimeZone.pm view on Meta::CPAN
WAT => "West Africa",
GMT => "Greenwich Mean",
UT => "Universal (Coordinated)",
WET => "Western European",
BST => "British Summer",
CET => "Central European",
MET => "iddle European",
MEWT => "Middle European Winter",
SWT => "Swedish Winter",
FWT => "French Winter",
MEST => "Middle European Summer",
lib/Kwiki/TimeZone.pm view on Meta::CPAN
WAT => -1,
GMT => 0,
UT => 0,
WET => 0,
BST => 1,
CET => 1,
MET => 1,
MEWT => 1,
SWT => 1,
FWT => 1,
MEST => 2,
view all matches for this distribution
view release on metacpan or search on metacpan
---
version: 0.05
date: Thu Mar 3 17:16:34 CET 2005
changes:
- Initial revision
view all matches for this distribution
view release on metacpan or search on metacpan
- remove warning Possible precedence problem on bitwise & operator
0.10 2020-06-21 07:49:14 CEST
- adding methods prepare, LLCS_prepare
0.09 2019-11-05 23:00:06 CET
- tuning and cleanup
0.08 2019-11-03 23:14:12 CET
- _count_bits() portable for 32-bit Perls
0.07 2019-11-03 15:00:37 CET
- make it work for long sequencies
0.06 2015-07-20 00:07:34 CEST
- further optimization
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for LCS::Similar
0.04 2021-04-22 21:58:01 CEST
- prefix and suffix optimization
0.03 2015-11-19 06:51:01 CET
- turn on tests
0.02 2015-11-19 01:02:30 CET
- typos in pod
0.01 2015-11-18 22:49:50 CET
- Initial release
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for LCS
0.11 2016-11-25 08:50:35 CET
- added build requires, MetaProvides::Package
0.10 2015-06-26 05:20:55 CEST
- improved documentation
view all matches for this distribution
view release on metacpan or search on metacpan
0.03 Fri Oct 10 21:09:11 CEST 2008
- Added a method to retrieve the unique event anchor.
0.02 Sun Mar 9 19:30:40 CET 2008
- Splitted each package within the main module into their own class.
- Reformatted the documentation.
0.01 Sun Mar 9 15:19:28 CET 2008
- Initial version.
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension LWP::Authen::Negotiate.
0.08 Do 29. Okt 22:09:12 CET 2009
- added LWP::Debug to dependencies...
0.07 Di 27. Okt 20:51:50 CET 2009
- fixed <https://rt.cpan.org/Public/Bug/Display.html?id=50881>
Thanks to Adam Sjøgren.
0.06 Di Mar 7 21:10:12 CET 2006
- fixed bug to use undef in case of
ignored parameters in call to
gss_init_security context.
Thanks to Christopher Odenbach and Simon
Wilkinson
0.05 Fr Feb 17 15:58:25 CET 2006
- added the LWP_AUTHEN_NEGOTIATE_DELEGATE
Environment configuration (Thanks Leif)
- added checking to all $status return values
0.03 Do Feb 16 22:51:06 CET 2006
- made the module use of CPAN GSSAPI 0.18 adapter
to become ready for CPAN
- first time in CPAN...
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension LWP-UserAgent-ProgressBar
1.100810 2010-03-22 22:40:40 Europe/Vienna
- converted the distribution to Dist::Zilla-style
0.05 Thu 2010.03.04 00:15:24 CET (Marcel Gruenauer <marcel@cpan.org>)
- require Test::More 0.88 for done_testing() in t/00_versions.t
- refactor test code (thanks tokuhirom)
0.04 Wed 2010.02.10 11:52:23 CET (Marcel Gruenauer <marcel@cpan.org>)
- add post_with_progress method for POST request. (Ktat <ktat at cpan.org>)
- updated skeleton
0.03 Thu Jul 25 15:27:43 CEST 2008 (Marcel Gruenauer <marcel@cpan.org>)
- Changed dist style and Changes back to standard. People didn't like it -
view all matches for this distribution
view release on metacpan or search on metacpan
%EXPORT_TAGS = (nodetypes => [qw(BTAST_STRING BTAST_MACRO BTAST_NUMBER)],
metatypes => [qw(BTE_UNKNOWN BTE_REGULAR BTE_COMMENT
BTE_PREAMBLE BTE_MACRODEF)],
nameparts => [qw(BTN_FIRST BTN_VON BTN_LAST BTN_JR BTN_NONE)],
joinmethods => [qw(BTJ_MAYTIE BTJ_SPACE
BTJ_FORCETIE BTJ_NOTHING)],
subs => [qw(bibloop split_list
purify_string change_case)],
macrosubs => [qw(add_macro_text
delete_macro
delete_all_macros
are mainly useful when using the C<NameFormat> class. See also
L<bt_split_names> and L<bt_format_names>. Export tag: C<nameparts>.
=item Join methods
C<BTJ_MAYTIE>, C<BTJ_SPACE>, C<BTJ_FORCETIE>, C<BTJ_NOTHING>. Used to
tell the C<NameFormat> class how to join adjacent tokens together; see
L<LaTeX::BibTeX::NameFormat> and L<bt_format_names>. Export tag:
C<joinmethods>.
=back
view all matches for this distribution
view release on metacpan or search on metacpan
- Skip documentation tests for non-release testing.
- Do no longer recommend Test::Pod and Test::Pod::Coverage.
0.20 Tue Oct 27 12:32:28 CET 2009
- Update broken license links.
- Fix some indentation nits.
0.18 Tue Jun 17 17:06:50 CEST 2008
- Append a trailing newline to the =cut directive within
the output generated.
0.17 Thu Feb 21 15:59:48 CET 2008
- Made the "matching" for the node type more explicit.
0.16 Wed Feb 13 16:47:56 CET 2008
- Don't assume a '/' within File::Spec->catfile() in basic.t.
- Reordered code within parse_switches() in latex2pod.
- Add more dependencies to Build.PL.
0.15 Sun Dec 23 15:39:50 CET 2007
- Reworded the documentation.
- Adjusted code layout of latex2pod to be coherent with
the remaining code.
- Version output emitted by latex2pod includes $VERSION
from LaTeX::Pod.
0.14 Sun Nov 25 14:21:54 CET 2007
- Added test which tests basic conversion.
0.13 Sat Sep 1 17:26:49 CEST 2007
0.12 Wed Mar 28 03:42:05 CEST 2007
- Moved initialization logic entirely to _init() which was
previously known as _init_self().
0.11 Thu Mar 15 00:28:00 CET 2007
- Merged development version to stable.
0.10_01 Sun Feb 11 08:16:40 CET 2007
- Added 'script_files' parameter consisting of latex2pod's path
within the distribution to Build.PL.
- Fixed some indentation by converting some tabs to literal spaces.
0.10 Sat Feb 10 01:07:01 CET 2007
- Instead of appending generated Pod to a string while proceeding,
every "push" (directive & text) takes up one member in an
encapsulated array. The array is flattened when a string
representation is requested (usually when convert() returns)
and a pair of newlines between each member is added.
0.09_01 Sun Jan 28 01:25:29 CET 2007
- Added call of _process_spec_chars() to _process_text_verbatim().
- Some minor, but nonetheless important, code reformatting.
0.09 Fri Jan 12 00:26:37 CET 2007
- The item's text has now proper intendation (speak none)
and leading/trailing newlines are attached.
- Fixed minor spelling nit within Pod.pm.
- Added some implementation details to the documentation.
0.08 Thu Jan 11 01:18:38 CET 2007
- Introduction of dispatch handler broke the handling of the
"simulated" else clause; furthermore, skipping the evaluation
of node types when successfully matched against current node,
had the same effect.
to latex2pod in a future release.
- latex2pod, a commandline frontend to LaTeX::Pod, has been
added to the distribution's scripts directory.
0.07 Wed Jan 10 20:37.02 CET 2007
- Replaced previous text/command conditional branches in convert()
with calls to dispatch handler.
- The ending POD =cut directive will be added to generated output.
0.06 Tue Jan 9 21:02:19 CET 2007
- Beautified code within Pod.pm, i.e. removed
parentheses from method calls without arguments.
0.05 Sun Dec 31 03:29:24 CET 2006
- Added accessors to get/set the internal POD data.
- Fixed the indentation for LaTeX' verbatim blocks.
0.04 Die Dec 26 01:46:39 CET 2006
- Forgot to include code for processing code & italic font tags.
0.03 Die Dec 26 00:20:08 CET 2006
- Fixed umlauts.
- Improved documentation.
0.02 Mon Dec 25 14:34:14 CET 2006
- Unknown directives are skipped.
- LaTeX Umlauts definitions are converted.
- More than two following newlines will be reduced to two.
0.01 Mon Dec 25 05:59:08 CET 2006
- Initial version.
view all matches for this distribution
view release on metacpan or search on metacpan
- Added support for dealing with starred commands.
[James Bowlin <bowlin@mindspring.com>]
- Merged development version to stable.
0.8_02 Thu Feb 21 21:08:50 CET 2008
- Added further test-files to suite (i.e., ones that test the
parser, tree and node functionality).
- Fixed a slight documentation error (the method getTopLevelNodes()
returns a list, and *not* an array reference).
0.8_01 Tue Feb 19 15:29:40 CET 2008
- Added basic test-file basic.t.
- Added CREDITS and LICENSE sections to the documentation.
0.7 Tue Aug 28 00:12:03 CEST 2007
- Added formatting tags to the documentation where appropriate
and enlisted all methods within the documentation index.
0.6 Wed Mar 14 01:05:09 CET 2007
- Merged development version to stable.
0.5_05 Sun Feb 18 11:30:51 CET 2007
- Fixing reference types in all ...->{children}->{nodes}->[...]
occurrences in the LaTeX::TOM::Parser::_applyMapping and
LaTeX::TOM::Node::getLastChild subroutines.
[Otakar Smrz, otakar.smrz@mff.cuni.cz]
0.5_04 Fri Feb 16 10:41:21 CET 2007
- Fixed approximately half a dozen broken hash keys in references
with {node} instead of {nodes} as subkey.
0.5_03 Fri Feb 16 02:00:52 CET 2007
- Fixed wrong spelling of $self->{node} to $self->{nodes} within
LaTeX::TOM::Parser.
0.5_02 Mon Feb 12 03:37:11 CET 2007
- Added suitable (albeit slightly modified) pod.t & pod-coverage.t
to the test directory.
- Documented LaTeX::TOM's constructor new().
0.5_01 Mon Feb 5 08:47:05 CET 2007
- Resolved accidentally swapped $prev/$next pointers in assignment
in LaTeX::TOM::Node's listify(), resulting in misbehaviour of
getNextGroupNode(), getPreviousSibling() and the like.
we're basically reblessing the $parser object.
- Extracted the TODO part from LaTeX::TOM and put it in a separate
file named TODO in the root of the distribution.
0.5 Son Dec 31 01:47:36 CET 2006
- Percents (%) and braces ({}) within verbatim blocks
are now taken care of while parsing.
- Replaced all occurences of tabs within the code with
literal whitespace.
0.3 Sun Dec 24 11:37:21 CET 2006
- Initial CPAN version.
02c ???
view all matches for this distribution
view release on metacpan or search on metacpan
vhost/html/js/tiny_mce/plugins/template/js/template.js view on Meta::CPAN
tsrc = ed.getParam("template_templates", false);
sel = document.getElementById('tpath');
// Setup external template list
if (!tsrc && typeof(tinyMCETemplateList) != 'undefined') {
for (x=0, tsrc = []; x<tinyMCETemplateList.length; x++)
tsrc.push({title : tinyMCETemplateList[x][0], src : tinyMCETemplateList[x][1], description : tinyMCETemplateList[x][2]});
}
for (x=0; x<tsrc.length; x++)
sel.options[sel.options.length] = new Option(tsrc[x].title, tinyMCEPopup.editor.documentBaseURI.toAbsolute(tsrc[x].src));
view all matches for this distribution