view release on metacpan or search on metacpan
corpus/dists/BreadBoard.changes view on Meta::CPAN
0.14 2010-08-24
* Bread::Board::Container
- added the ->resolve method to replace
the ->fetch( $service )->get pattern
that annoys mst so much.
- adjusted all the tests to account
for this change.
- adjusted all the docs to now use
this approach instead
- now using Try::Tiny for all exception
handling (except the Deferred service)
* Bread::Board::Service::WithDependencies
- if you want to depend on a parameterized
service, now you can and it will return
a Bread::Board::Service::Deferred::Thunk
that you can call ->inflate on and pass
in the parameters for it.
- added tests for this
corpus/dists/BreadBoard.parsed view on Meta::CPAN
"text" => "added the ->resolve method to replace the ->fetch( \$service )->get pattern that annoys mst so much."
}
],
"line" => 214,
"raw" => " * Bread::Board::Container\n",
"style" => "*",
"text" => "Bread::Board::Container"
},
{
"line" => 223,
"raw" => " - now using Try::Tiny for all exception\n handling (except the Deferred service)\n\n",
"style" => "-",
"text" => "now using Try::Tiny for all exception handling (except the Deferred service)"
},
{
"entries" => [
{
"entries" => [
{
"line" => 232,
"raw" => " - added tests for this\n\n",
"style" => "-",
"text" => "added tests for this"
corpus/dists/DBIx-Class.changes view on Meta::CPAN
- Proper serialization of resultsets with open cursors
- Refactor handling of RDBMS-side values during insert() - fix
regression of inserts into a Postgres / ::Replicated combination
- Missing dependency check in t/60core.t (RT#62635)
- Fix regressions in IC::DT registration logic
- Fix regression in select-associated bind value handling (RT#61025)
- Simplify SQL generated by some LIMITed prefetching queries
- Throw an exception when a required group_by on a complex prefetch
can not be auto-constructed, instead of continuing to eventually
produce invalid SQL
- Fix infinite loops on old perls with a recent Try::Tiny
- Improve "fork()" on Win32 by reimplementing a more robust DBIC
thread support (still problematic, pending a DBI fix)
- Properly quote table name on INSERT with no values
- Work around possible Storage destruction warnings
- Fix count of grouped resultsets using HAVING with aliases
- Setting belongs_to columns/relationships no longer leaves the
FK value and related object out of sync
- Stop stripping newlines from SQL statements in the limit emulators
as it is possible that custom sql with comments was provided
- Add forgotten attributes to Admin.pm
corpus/dists/DBIx-Class.changes view on Meta::CPAN
Opt::Dep pod generator
- t/52leaks.t now performs very aggressive leak detection in
author/smoker mode
0.08123 2010-06-12 14:46 (UTC)
* Fixes
- Make sure Oracle identifier shortener applies to auto-generated
column names, so we stay within the 30-char limit (RT#58271)
- Oracle sequence detection now works across schemas
- Fix a Storage/$dbh leak introduced by the migration to
Try::Tiny (this is *not* a Try::Tiny bug)
- Fix corner case of count with group-by over a 1:1 join column
where the selector ends up with column name clashes
- POD fixes (RT#58247)
* Misc
- Test suite default on-disk database now checks for Win32
fail-conditions even when running on other OSes
0.08122 2010-06-03 17:41 (UTC)
* New Features
corpus/dists/DBIx-Class.changes view on Meta::CPAN
- Fix Oracle auto-inc trigger detection of "INSERT OR UPDATE"-type
triggers
* Misc
- Reformatted Changelog \o/
- DBIC goes git://git.shadowcat.co.uk/dbsrgits/DBIx-Class.git
- Allow developers to skip optional dependency forcing when working
from a checkout
- Add a warning to load_namespaces if a class in ResultSet/ is not
a subclass of DBIx::Class::ResultSet
- All DBIC exception-handling switched to Try::Tiny
- All DBIC modules are now free of imports via namespace::clean
- Depend on optimized SQL::Abstract (faster SQL generation)
- Depend on new Class::Accessor::Grouped reintroducing optional use
of Class::XSAccessor (just install C::XSA and get lightning fast
column accessors)
0.08121 2010-04-11 18:43:00 (UTC)
- Support for Firebird RDBMS with DBD::InterBase and ODBC
- Add core support for INSERT RETURNING (for storages that
supports this syntax, currently PostgreSQL and Firebird)
corpus/dists/DBIx-Class.parsed view on Meta::CPAN
"text" => "Simplify SQL generated by some LIMITed prefetching queries"
},
{
"line" => 600,
"raw" => " - Throw an exception when a required group_by on a complex prefetch\n can not be auto-constructed, instead of continuing to eventually\n produce invalid SQL\n",
"style" => "-",
"text" => "Throw an exception when a required group_by on a complex prefetch can not be auto-constructed, instead of continuing to eventually produce invalid SQL"
},
{
"line" => 603,
"raw" => " - Fix infinite loops on old perls with a recent Try::Tiny\n",
"style" => "-",
"text" => "Fix infinite loops on old perls with a recent Try::Tiny"
},
{
"line" => 604,
"raw" => " - Improve \"fork()\" on Win32 by reimplementing a more robust DBIC\n thread support (still problematic, pending a DBI fix)\n",
"style" => "-",
"text" => "Improve \"fork()\" on Win32 by reimplementing a more robust DBIC thread support (still problematic, pending a DBI fix)"
},
{
"line" => 606,
"raw" => " - Properly quote table name on INSERT with no values\n",
corpus/dists/DBIx-Class.parsed view on Meta::CPAN
"text" => "Make sure Oracle identifier shortener applies to auto-generated column names, so we stay within the 30-char limit (RT#58271)"
},
{
"line" => 731,
"raw" => " - Oracle sequence detection now works across schemas\n",
"style" => "-",
"text" => "Oracle sequence detection now works across schemas"
},
{
"line" => 732,
"raw" => " - Fix a Storage/\$dbh leak introduced by the migration to\n Try::Tiny (this is *not* a Try::Tiny bug)\n",
"style" => "-",
"text" => "Fix a Storage/\$dbh leak introduced by the migration to Try::Tiny (this is *not* a Try::Tiny bug)"
},
{
"line" => 734,
"raw" => " - Fix corner case of count with group-by over a 1:1 join column\n where the selector ends up with column name clashes\n",
"style" => "-",
"text" => "Fix corner case of count with group-by over a 1:1 join column where the selector ends up with column name clashes"
},
{
"line" => 736,
"raw" => " - POD fixes (RT#58247)\n\n",
corpus/dists/DBIx-Class.parsed view on Meta::CPAN
"text" => "Allow developers to skip optional dependency forcing when working from a checkout"
},
{
"line" => 808,
"raw" => " - Add a warning to load_namespaces if a class in ResultSet/ is not\n a subclass of DBIx::Class::ResultSet\n",
"style" => "-",
"text" => "Add a warning to load_namespaces if a class in ResultSet/ is not a subclass of DBIx::Class::ResultSet"
},
{
"line" => 810,
"raw" => " - All DBIC exception-handling switched to Try::Tiny\n",
"style" => "-",
"text" => "All DBIC exception-handling switched to Try::Tiny"
},
{
"line" => 811,
"raw" => " - All DBIC modules are now free of imports via namespace::clean\n",
"style" => "-",
"text" => "All DBIC modules are now free of imports via namespace::clean"
},
{
"line" => 812,
"raw" => " - Depend on optimized SQL::Abstract (faster SQL generation)\n",
corpus/dists/Ouch.changes view on Meta::CPAN
- worr submitted a patch fixing some a POD error
0.0404 - August 19, 2013
- Made Ouch explicitly require Perl 5.12 due to use of "use overload" and "use parent".
0.0403 - July 11, 2013
- Fixed documentation misspellings. @richdouglasevans
0.0402 - June 18, 2013
- Fixed missing documentation for "barf".
- Depricated :traditional in favor of Try::Tiny.
- Documented rethrowing Ouches.
- Added more docs for the :trytiny aliases
0.0401 - April 30, 2011
- beppu pointed out there was no $VERSION. Told Dist::Zilla to add that.
0.0400 - April 30, 2011
- Merged barf() from William Orr.
- Added an export called ":trytiny" which exports throw(), caught(), and caught_all().
corpus/dists/Ouch.parsed view on Meta::CPAN
{
"entries" => [
{
"line" => 17,
"raw" => " - Fixed missing documentation for \"barf\".\n",
"style" => "-",
"text" => "Fixed missing documentation for \"barf\"."
},
{
"line" => 18,
"raw" => " - Depricated :traditional in favor of Try::Tiny.\n",
"style" => "-",
"text" => "Depricated :traditional in favor of Try::Tiny."
},
{
"line" => 19,
"raw" => " - Documented rethrowing Ouches. \n",
"style" => "-",
"text" => "Documented rethrowing Ouches."
},
{
"line" => 20,
"raw" => " - Added more docs for the :trytiny aliases\n\n",
corpus/dists/Perl-Critic.changes view on Meta::CPAN
New Developer Features:
* uses_module(), namespaces(), and subdocuments_for_namespace() methods on
Perl::Critic::Document.
* Perl::Critic::Document->new() now accepts a -filename-override argument
for setting the filename when the source code comes from something
other than an actual file.
Other Changes:
* Test::Perl::Critic::Policy no longer exports by default.
* Build phase now requires Test::Deep.
* Added example using Try::Tiny to documentation of
ErrorHandling::RequireCheckingReturnValueOfEval. Suggested by Andy
Lester on the developers mailing list.
* In order to get more consistent behavior across all installations of
Perl::Critic, IPC::Open2 (which actually is part of core), PPIx::Regexp,
Perl::Tidy, Pod::Spell, and Text::ParseWords are no longer optional
prerequisites.
* Now depends upon PPIx::Utilities v1.1.0.
Bug Fixes:
* Build.PL/Makefile.PL didn't specify a minimum version of version.pm, but
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" => []
}