view release on metacpan or search on metacpan
corpus/dists/B-C.changes view on Meta::CPAN
perl 5.16.0 shipped a slightly broken B without cop_stashlen. As workaround
we do not support utf8 stashes nor null bytes in stashes on 5.16.0 threaded.
Fixed Null COP storage for 5.16 and 5.17
Fix amagic_generation which was removed with 5.17
Fix ALLOW_PERL_OPTIONS: add -e behind all processed options, not before
Fixed HvAUX init. Previously only with magic hashes, now on all OOK hashes (OOK+SHAREKEYS)
e.g. %warning::Bits
Added support for new PADLIST type since 5.17.4 (with xpadl_id) and 5.17.6 (without)
$^X returns now the real executable name, not just perl or perl.exe
Adjust COW string lengths to hold the COW_REFCNT byte at the end
Fix unicode string CUR and LEN (#142, #162)
Fix unicode hashkeys (HEK) mostly (#200), but not yet testc.sh 2001 (compile-time
stored utf8 heks)
Save HvTOTALKEYS at run-time as max added to the number of run-time added keys (#178)
Fix UV uvuformat on 32bit -Duse64bitint (#145)
op_pmreplstart is now run-time initialized >= 5.10 (#160)
Fixed special usage of magic vars @-,@+,%+,$-,$! (#90)
Fixed wrong REGEXP length for compiled QR data (#143)
Fixed wrong -O3 comparison of strings to numbers (#138,#141, branch new-cog), unified
PV handling, disabled -fcog replaced by -O3 -fconst-strings
Fixed NUL-byte handling in strings by using B::SV->PV instead of PVX (#237)
Storing now bareword filehandles (#148,#149)
corpus/dists/B-C.parsed view on Meta::CPAN
"text" => "Many more fixes and testcases."
},
{
"line" => 36,
"raw" => " Bytecode is still broken on 5.18, esp non-threaded. 5.20 looks pretty good though.\n\n",
"style" => "",
"text" => "Bytecode is still broken on 5.18, esp non-threaded. 5.20 looks pretty good though."
},
{
"line" => 38,
"raw" => " * C: Fix -u<module> without file extension.\n\tWith hek do not drop FAKE, only for const pv.\n\tFixed \$\$ (\$PID) to be dynamic, issue 108. Thanks to flexvault for reporting this.\n Fixed double precision to 16 dig...
"style" => "*",
"text" => "C: Fix -u<module> without file extension. With hek do not drop FAKE, only for const pv. Fixed \$\$ (\$PID) to be dynamic, issue 108. Thanks to flexvault for reporting this. Fixed double precision to 16 digits. The nbody shootout ...
},
{
"line" => 101,
"raw" => " * perlcc (2.14): new option --dryrun, -v5 does not -Dsp,-v\n new option -f passthru to C and CC\n",
"style" => "*",
"text" => "perlcc (2.14): new option --dryrun, -v5 does not -Dsp,-v new option -f passthru to C and CC"
},
{
"line" => 103,
"raw" => " * perlcc (2.15): fixed default --spawn: use waitpid which was broken for parallel builds.\n fixed warning Prototype mismatch: sub main::gettimeofday: none vs () at perlcc line 261\n improved --version\n ...
corpus/dists/DBICx-TestDatabase.changes view on Meta::CPAN
0.04 14 December 2010
- support unicode (patch by diegok)
0.03 14 December 2010
- use an in-memory sqlite database by default
0.01 7 October 2007
- first version, released upon an unsuspecting world
corpus/dists/DBICx-TestDatabase.parsed view on Meta::CPAN
{
"raw_preamble" => "",
"releases" => [
{
"entries" => [
{
"line" => 2,
"raw" => " - support unicode (patch by diegok)\n\n",
"style" => "-",
"text" => "support unicode (patch by diegok)"
}
],
"line" => 1,
"note" => "14 December 2010",
"raw" => "0.04 14 December 2010\n",
"version" => "0.04"
},
{
"entries" => [
{
corpus/dists/GraphViz2.changes view on Meta::CPAN
Some tests (utf8.pl, utf8.test.pl) will presumably fail as a consequence.
Lastly, my attention has been drawn to Unicode::Semantics::up(), but I've chosen not to use it.
2.09 Fri May 31 09:57:00 2013
- Re-write the code in Build.PL and Makefile.PL which checks for Graphviz (dot) being installed,
since the previous code, using a pipe, was failing on some versions of Windows.
- Assume Config.pm is installed, and hence remove it from the pre-reqs.
This also stops a warning message generated because Config's version # is undef.
- Likewise assume File::Spec and File::Temp are installed, and 'recent enough'.
This is because the new code uses these 3 modules before specifying the pre-reqs.
- Bump the pre-req for Perl from 5.10.0 to 5.14, since we 'use feature qw/unicode_strings/.
- Re-write the code in Build.PL and Makefile.PL which checks for Perl being 'recent enough',
since the previous code, using a pre-req of "perl => '5.10.0'" generates a warning message
when using Makefile.PL (for my current Perl V 5.14.2). Now we analyze $Config{version}.
- One CPAN Tester found tests failing even though Graphviz was installed.
The problem was that the Times font was missing. The new code should fail during 'perl Build.PL',
or 'perl Makefile.PL', rather than during testing, which is good.
2.08 Thu Mar 21 13:16:00 2013
- Add $ENV{DBI_SCHEMA} to scripts/dbi.schema.pl.
- For the MusicBrainz database, use DBI_SCHEMA=musicbrainz,cover_art_archive,report,statistics.
corpus/dists/GraphViz2.changes view on Meta::CPAN
Users of cpanm will want 'cpanm Carton' instead of 'sudo cpan Carton' in Perl dependencies.
See https://github.com/metabrainz/musicbrainz-server/blob/master/INSTALL.md for details.
2.07 Wed Mar 13 13:24:00 2013
- Extend GraphViz2::DBI to handle SQLite using pragma foreign_key_list($table_name).
- Add scripts/sqlite.foreign.keys.pl to help analyze that pragma's output.
- Remove the string 'App-Office-CMS' from scripts/dbi.schema.pl. That is, the create() method is
called as $g -> create(name => ''). This has the effect of removing the global node from the
resultant graph. All tables were descendents of this node, but with schemas of dozens or hundreds
of tables, it became confusing.
- Patch dbi.schema.pl to set the DBI connect attr sqlite_unicode and foreign_keys pragma if using SQLite.
2.06 Thu Nov 8 12:38:00 2012
- No code changes.
- For pre-reqs such as strict, warnings, etc, which ship with Perl, set the version # to 0.
Reported as RT#80663 by Father Chrysostomos for Tree::DAG_Node.
2.05 Tue Oct 2 10:20:00 2012
- No fundamental code changes, so no need to upgrade, unless you need the following new features.
- After a request from Jack Maney, author of the Perl module Hypatia:
o Document the mutator node_hash(), which returns a hashref keyed by node name.
corpus/dists/GraphViz2.parsed view on Meta::CPAN
"text" => "Assume Config.pm is installed, and hence remove it from the pre-reqs. This also stops a warning message generated because Config's version # is undef."
},
{
"line" => 213,
"raw" => "\t- Likewise assume File::Spec and File::Temp are installed, and 'recent enough'.\n\t\tThis is because the new code uses these 3 modules before specifying the pre-reqs.\n",
"style" => "-",
"text" => "Likewise assume File::Spec and File::Temp are installed, and 'recent enough'. This is because the new code uses these 3 modules before specifying the pre-reqs."
},
{
"line" => 215,
"raw" => "\t- Bump the pre-req for Perl from 5.10.0 to 5.14, since we 'use feature qw/unicode_strings/.\n",
"style" => "-",
"text" => "Bump the pre-req for Perl from 5.10.0 to 5.14, since we 'use feature qw/unicode_strings/."
},
{
"line" => 216,
"raw" => "\t- Re-write the code in Build.PL and Makefile.PL which checks for Perl being 'recent enough',\n\t\tsince the previous code, using a pre-req of \"perl => '5.10.0'\" generates a warning message\n\t\twhen using Makefile.PL (for my c...
"style" => "-",
"text" => "Re-write the code in Build.PL and Makefile.PL which checks for Perl being 'recent enough', since the previous code, using a pre-req of \"perl => '5.10.0'\" generates a warning message when using Makefile.PL (for my current Perl V...
},
{
"line" => 219,
"raw" => "\t- One CPAN Tester found tests failing even though Graphviz was installed.\n\t\tThe problem was that the Times font was missing. The new code should fail during 'perl Build.PL',\n\t\tor 'perl Makefile.PL', rather than during test...
corpus/dists/GraphViz2.parsed view on Meta::CPAN
"text" => "Add scripts/sqlite.foreign.keys.pl to help analyze that pragma's output."
},
{
"line" => 233,
"raw" => "\t- Remove the string 'App-Office-CMS' from scripts/dbi.schema.pl. That is, the create() method is\n\t\tcalled as \$g -> create(name => ''). This has the effect of removing the global node from the\n\t\tresultant graph. All tables...
"style" => "-",
"text" => "Remove the string 'App-Office-CMS' from scripts/dbi.schema.pl. That is, the create() method is called as \$g -> create(name => ''). This has the effect of removing the global node from the resultant graph. All tables were descend...
},
{
"line" => 237,
"raw" => "\t- Patch dbi.schema.pl to set the DBI connect attr sqlite_unicode and foreign_keys pragma if using SQLite.\n\n",
"style" => "-",
"text" => "Patch dbi.schema.pl to set the DBI connect attr sqlite_unicode and foreign_keys pragma if using SQLite."
}
],
"line" => 230,
"raw" => "2.07 Wed Mar 13 13:24:00 2013\n",
"raw_date" => "Wed Mar 13 13:24:00 2013",
"version" => "2.07"
},
{
"date" => "2012-11-08T12:38:00Z",
"entries" => [
corpus/dists/SQL-Statement.changes view on Meta::CPAN
[Documentation]
* Apply spelling fix patch from Ansgar Burchardt (RT#56475)
Version 1.26, release April 09th, 2010
----------------------------------------------
[Bug fixes]
* Handle NULL columns in concatenation as empty strings
[Improvements]
* Change regex's in parser to use \p{Word} instead of \w to allow unicode
support
[Documentation]
* Make clear, that identifiers are handled case insensetive and there is
a real good solution provided by DBI which allows to live great with
that behaviour.
Version 1.25, release March 15th, 2010
----------------------------------------------
corpus/dists/SQL-Statement.parsed view on Meta::CPAN
{
"preamble" => "Changes log for Perl extension SQL::Statement\n\nVersion 1.405, released June 17, 2013\n-------------------------------------------------\n[Bug fixes]\n* INSERT now expands incomplete rows (Thanks to H.Merijn Brand)\n\nVersion 1.404,...
"raw_preamble" => "Changes log for Perl extension SQL::Statement\n\nVersion 1.405, released June 17, 2013\n-------------------------------------------------\n[Bug fixes]\n* INSERT now expands incomplete rows (Thanks to H.Merijn Brand)\n\nVersion 1....
"releases" => []
}