(better support for 128 bit floating point types, which for now poisons
global include file namespace though this won't be an issue before GCC
4.7 and I have reported it upstream).
mechanisms apply as with Exception::Class-classes. In fact have a look
at Exception::Class' docs for more general information on exceptions
and Exception::Class::Base for information on what methods a caught
exception also has.
HTTP::Exception is only a factory for HTTP::Exception::XXX (where X is
a number) subclasses. That means that HTTP::Exception->new(404)
returns a HTTP::Exception::404 object, which in turn is a
HTTP::Exception::Base - Object.
WWW: http://search.cpan.org/dist/HTTP-Exception/
things, the OPTIONS _FO, _HTML, _MANPAGES, and _XHTML are not really
optional. Documentation builds for various ports will fail due to
missing files. Remove these options, and update Makefile and plist
accordingly.
While I'm here sort the plist in the traditional way (optional elements
sorted in line with the non-optional ones, portdocs listed last) and
remove the MD5 from the distinfo file.
PR: ports/151771
Submitted by: dougb
Approved by: maintainer timeout
Simply passing everything in the @_ array is a serious limitation. This
module aims to rectify that.
With this module, we an specify subroutine signatures and automatically
dispatch on the number of arguments.
WWW: http://search.cpan.org/dist/Sub-Signatures/
PR: ports/152455
Submitted by: Grzegorz Blach <magik@roorback.net>
- Add files/patch-CMakeLists.txt
- New MASTER_SITES, and WWW site
- Remove files/patch-ab
PR: ports/152418
Submitted by: Charlie Kester <corky1951@comcast.net> (maintainer)
interface of the ecasound program. You can use perl to automate or
interact with ecasound so you don't have to turn you back on the
adoring masses packed into Wembly Stadium.
Ecasound is a software package designed for multitrack audio
processing. It can be used for audio playback, recording, format
conversions, effects processing, mixing, as a LADSPA plugin host and
JACK node. Version >= 2.2.X must be installed to use this
package. "SEE ALSO" for more info.
WWW: http://search.cpan.org/dist/Audio-Ecasound/
DBIx::Class::ResultSource right into your attribute definitions and will
automatically call it when it finds an add_column attribute option. It also
replaces the DBIx::Class-generated accessor methods (these are
Class::Accessor::Grouped-generated accessor methods under the hood) with the
Moose-generated accessor methods so that you can use more of the wonderful
powers of Moose (eg. type constraints, triggers, ...).
completions. Tons of thanks to Raphael Kubo da Costa for identifying the
fix and providing us with a patch, and to ehaupt for testing!
PR: ports/150322
Submitted by: Raphael Kubo da Costa <kubito@gmail.com>
Reviewed by: ehaupt