CPAN-Changes
view release on metacpan or search on metacpan
corpus/dists/B-C.changes view on Meta::CPAN
Added test 45 (Nick Koston)
1.25 2010-04-11 rurban
* C.pm: remove global my_perl, pass it properly around.
* t/c*.t: added test 40 \000 byte in PV failing on ori 5.6.2 (Nick Koston),
added more magic tests for shared vars - n,p,P magic: 39-43. 41 nyi
* t/modules.t: fix -t (run module tests), print header only on full test
* t/modules.pm: do not test core or deprecated modules, esp. do not download perl
Added is_subset.
* t/testm.sh: implement -k
* t/testc.sh, t/TESTS: add 44 for weaken import and magic_killbackrefs #72922
1.24 2010-02-15 rurban
* C.pm: Fixed off by one array access in magic array init (34)
- valgrind is your friend.
Fixed aelemfast padsv access crash (Text::Tabs on freebsd7)
Fixed wrong stash names in gv_stashpv analog to gv_fetchpv
(Text-Tabs+Wrap t/dandv.t)
* t/testm.sh: implement -s without log file
* t/modules.pm: export skip_modules, silence module scanning STDERR
corpus/dists/B-C.parsed view on Meta::CPAN
"text" => "t/modules.pm: do not test core or deprecated modules, esp. do not download perl Added is_subset."
},
{
"line" => 677,
"raw" => "\t* t/testm.sh: implement -k\n",
"style" => "*",
"text" => "t/testm.sh: implement -k"
},
{
"line" => 678,
"raw" => "\t* t/testc.sh, t/TESTS: add 44 for weaken import and magic_killbackrefs #72922\n\n",
"style" => "*",
"text" => "t/testc.sh, t/TESTS: add 44 for weaken import and magic_killbackrefs #72922"
}
],
"line" => 670,
"note" => "rurban",
"raw" => "1.25\t2010-04-11 rurban\n",
"raw_date" => "2010-04-11",
"version" => "1.25"
},
{
"date" => "2010-02-15",
corpus/dists/DBIx-Class.changes view on Meta::CPAN
- added the ability to set on_connect_do and the various sql_maker
options as part of Storage::DBI's connect_info.
0.06003 2006-05-19 15:37:30
- make find_or_create_related check defined() instead of truth
- don't unnecessarily fetch rels for cascade_update
- don't set_columns explicitly in update_or_create; instead use
update($hashref) so InflateColumn works
- fix for has_many prefetch with 0 related rows
- make limit error if rows => 0
- added memory cycle tests and a long-needed weaken call
0.06002 2006-04-20 00:42:41
- fix set_from_related to accept undef
- fix to Dumper-induced hash iteration bug
- fix to copy() with non-composed resultsource
- fix to ->search without args to clone rs but maintain cache
- grab $self->dbh once per function in Storage::DBI
- nuke ResultSource caching of ->resultset for consistency reasons
- fix for -and conditions when updating or deleting on a ResultSet
corpus/dists/DBIx-Class.changes view on Meta::CPAN
- Fix exception text for nonexistent key in ResultSet::find()
0.05999_04 2006-03-18 19:20:49
- Fix for delete on full-table resultsets
- Removed caching on count() and added _count for pager()
- ->connection does nothing if ->storage defined and no args
(and hence ->connect acts like ->clone under the same conditions)
- Storage::DBI throws better exception if no connect info
- columns_info_for made more robust / informative
- ithreads compat added, fork compat improved
- weaken result_source in all resultsets
- Make pg seq extractor less sensitive.
0.05999_03 2006-03-14 01:58:10
- has_many prefetch fixes
- deploy now adds drop statements before creates
- deploy outputs debugging statements if DBIX_CLASS_STORAGE_DBI_DEBUG
is set
0.05999_02 2006-03-10 13:31:37
- remove test dep on YAML
corpus/dists/DBIx-Class.parsed view on Meta::CPAN
"text" => "fix for has_many prefetch with 0 related rows"
},
{
"line" => 1678,
"raw" => " - make limit error if rows => 0\n",
"style" => "-",
"text" => "make limit error if rows => 0"
},
{
"line" => 1679,
"raw" => " - added memory cycle tests and a long-needed weaken call\n\n",
"style" => "-",
"text" => "added memory cycle tests and a long-needed weaken call"
}
],
"line" => 1672,
"raw" => "0.06003 2006-05-19 15:37:30\n",
"raw_date" => "2006-05-19 15:37:30",
"version" => "0.06003"
},
{
"date" => "2006-04-20T00:42:41Z",
"entries" => [
corpus/dists/DBIx-Class.parsed view on Meta::CPAN
"text" => "columns_info_for made more robust / informative"
},
{
"line" => 1712,
"raw" => " - ithreads compat added, fork compat improved\n",
"style" => "-",
"text" => "ithreads compat added, fork compat improved"
},
{
"line" => 1713,
"raw" => " - weaken result_source in all resultsets\n",
"style" => "-",
"text" => "weaken result_source in all resultsets"
},
{
"line" => 1714,
"raw" => " - Make pg seq extractor less sensitive.\n\n",
"style" => "-",
"text" => "Make pg seq extractor less sensitive."
}
],
"line" => 1705,
"raw" => "0.05999_04 2006-03-18 19:20:49\n",
corpus/dists/Perl-Critic.changes view on Meta::CPAN
* t/20_policy_pod_spelling.t now works (or at least no longer fails)
in non-English locales (again). RT #43291 and RT #48986.
* Perldoc hae broken link for McCabe score definition. RT #53219
* RT #33935 and #49679 were fixed by upgrading to PPI 1.208
Other Changes:
* Perl::Critic::Utils::is_unchecked_call() updated to include chmod in the
set of things covered by autodie (this happened in autodie v2.08). The
primary effect of this is on InputOutput::RequireCheckedSyscalls.
* Now depends upon Task::Weaken to ensure that we only install with perls
where Scalar::Util::weaken() works.
* Email::Address was optional, but is now required. So everyone
gets the optimal behavior from RequireInterpolationOfMetachars.
* Some infrastructure has been extracted to the new PPIx-Utilities
distro. It is also a required dependency here. Over time a good
portion of Perl::Critic::Utils* will be migrated to this distribution.
* Perl::Critic::Utils::PPI::get_constant_name_element_from_declaring_statement()
is deprecated because it doesn't handle multiple constants being
declared within a single "use constant" statement. Use
PPIx::Utilities::Statement::get_constant_name_elements_from_declaring_statement()
instead.
corpus/dists/Perl-Critic.parsed view on Meta::CPAN
{
"preamble" => "[1.120_01] Released on 2013-10-29\n\n * DEVELOPER RELEASE *\n\n Added new themes based on CERT guidelines. Thanks Kirk Kimmel.\n\n First release from the new GitHub repository.\n\n[1.120] Released on 2013-10-25\n\n ...
"raw_preamble" => "[1.120_01] Released on 2013-10-29\n\n * DEVELOPER RELEASE *\n\n Added new themes based on CERT guidelines. Thanks Kirk Kimmel.\n\n First release from the new GitHub repository.\n\n[1.120] Released on 2013-10-25\n\n...
"releases" => []
}
( run in 0.330 second using v1.01-cache-2.11-cpan-65fba6d93b7 )