Age | Commit message (Collapse) | Author | Files | Lines |
|
hier(7) compliant fhs-style filesystem layout.
|
|
of the more hier(7) compliant fhs filesystem layout.
|
|
The file system layout has been changed to the more hier(7) compliant fhs
structure.
|
|
more hier(7) compliant. Changes also include new examples and bug fixes.
|
|
allows multi-threaded applications, and includes compatibility enhancements
with OS X 10.5
|
|
|
|
and requires an update of all GNUstep packages. Changes also include
bugfixes and some cleanup.
|
|
|
|
- Updating package for p5 module Hash::Merge to 0.11
- Set license to artistic-2.0
Upstream changes:
0.11 Thu Apr 9 08:32:12 2009
- fix ||= typo, thanks GWADEJ or bringing it to my attention
|
|
- Updating package for p5 module MooseX::StrictConstructor to 0.08
- Set license to artistic-2.0
Upstream changes:
0.08 2009-04-07
- Make this module work with Moose 0.73_01+.
|
|
- Updating package for p5 module MooseX::Getopt to 0.18
- Set license to artistic-2.0
Upstream changes:
0.18 Thu. April 9 2009
* MooseX::Getopt::Dashes
- New module, for converting undercores to dashes (ilmari)
0.17 Wed. April 8 2009
* MooseX::Getopt
- work with latest Moose (hdp)
~ unify module version numbers with dist version (hdp)
|
|
- Updating package for p5 module MooseX::ClassAttribute to 0.08
- Set license to artistic-2.0
Upstream changes:
0.08 2009-04-07
- Make this module work with Moose 0.73_01+.
- Deprecated compute_all_applicable_class_attributes. Use
get_all_class_attributes instead.
|
|
- Updating package for p5 module MooseX::AttributeHelpers to 0.17
- Set license to artistic-2.0
Upstream changes:
0.17 Fri April 19, 2009
- Add defined to Hash (Evan Carroll).
0.16 Sun April 5, 2009
- Add substr to String (Florian Ragwitz).
0.15 Thu March 26, 2009
- The splice helper for arrays was completely broken. Reported by
Abhijit Mahabal. RT #43343.
|
|
- Updating package for p5 module String::Format to 1.15
Upstream changes:
not documented
|
|
- Updating package for p5 module Variable::Magic to 0.33
- Set license to artistic-2.0
Upstream changes:
0.33 2009-03-26 00:00 UTC
+ Chg : cast() and getsig() now croak too when an invalid signature is
passed.
+ Fix : It was possible to generate with gensig() the same signature
twice before actually defining the wizards.
+ Tst : More stash tests.
+ Tst : Test when the magic takes place in some cases.
+ Tst : Improved coverage for the op object feature.
0.32 2009-03-01 13:45 UTC
+ Chg : dispell() and getdata() now croak when an invalid signature is
passed.
+ Doc : More examples and a brand new synopsis.
+ Fix : The signature is no longer stored in the mg_private member of
the MAGIC struct. This fixes possible clashes with magics from
other extensions.
+ Fix : op info objects weren't blessed into the right class.
+ Fix : Races when initializing the op names cache under threads.
|
|
- Updating package for perl module Devel::Declare to 0.004000
- set license to artistic-2.0
Upstream changes:
0.004000
- Much improved documentation (osfameron).
- Make sure the linestr callback isn't invoked when a declarator is used as
part of some quoting construct like qq//, m//, s///, qr//, tr///, qx//, ``,
etc (Florian Ragwitz).
- Tests for this (osfameron, Florian Ragwitz).
0.003005
- Depend on a recent B::Hooks::EndOfScope to make semicolon injection more
robust (Florian Ragwitz).
- Add a couple of TODO tests for better error reporting (Marcus Ramberg).
- Context::Simple::inject_if_block now returns true if start of block was
found (Ash Berlin).
|
|
- Updating package for p5 module Config::IniFiles to 2.48
- Set license to artistic-2.0
Upstream changes:
Version 2.48: ( Tue Apr 7 15:24:55 IDT 2009 )
------------------------------------------------
* Fixed bug https://rt.cpan.org/Ticket/Display.html?id=30402 :
- Trailing comments at the end of the file are not written.
- added a test (t/22trailing-comment-lines.t ) and a test file.
* Reverted the fix to bug #34067 ( "Multiline values returned as array
references in tied hash interface"), as it could potentially break a lot
of old code, and was not such a good idea, and was less preferable from
interface-sanity reasons.
* Documented the old API in regards to bug #34067 - see above.
|
|
- Updating package for p5 module Getopt::Long to 2.38
- Set license to artistic-2.0
Upstream changes:
* Bugfix for Ticket 35759: First arg to callback function evaluates
to false when used in bool context.
* Fix problem with prototypes of GetOptionsFrom* functions.
* Fix restoring default die handler.
* Bugfix for Ticket 24941: Autoabbrev with + incorrect.
|
|
- Updating package for p5 module Module::Load to 0.16
- Set license to artistic-2.0
Upstream changes:
Changes for 0.16 Fri Feb 6 17:51:14 2009
============================================
* This is a bugfix release for users of perl versions 5.8.4 and
5.8.5, which works around a core perl bug in those versions that
loses arguments from @_ when using 'goto &subroutine'.
Users of other perl versions need not upgrade.
Changes for 0.14 Mon Jan 19 17:19:58 2009
============================================
* Address #41883: Module::Load cannot import non-Exporter module:
import() function for modules used via load() weren't being
called properly
* Test cases are now generated
|
|
- Updating package for p5 module Test::Output to 0.13
- set license to artistic-2.0
Upstream changes:
0.13 - Sun Mar 8 23:00:11 2009
* brian d foy (bdfoy@cpan.org) is the new maintainer
* Updated docs for source code location, license, etc
|
|
- Updating package for p5 module NEXT to 0.63
- set artistic-2.0 as LICENSE
Upstream changes:
0.63 Fri Apr 10 16:52:44 2009
- Specify plans for all tests (Jarkko Hietaniemi). Merged from blead
perl (Florian Ragwitz).
- Default to installing to privlib instead of sitelib on perls where
NEXT is core (Jerry D. Hedden).
0.62 Wed Apr 8 03:27:25 2009
- Be less aggressive when looking at the symbol table to find
methods. This prevents "used only once" warnings on 5.10.
0.61 Tue Mar 24 02:50:26 2009
- Pod tweaks (Alan Ferrency).
- Fix a bug when using NEXT from within an eval block (Dave Rolsky).
- Fix some pod typos (Piotr Fusik).
- Fix a bug when using NEXT within overloaded stringification
(Marcel Gr~A 1/4 nauer).
- Make NEXT work with AUTOLOAD (Damian Conway).
|
|
- Updating package for p5 module MRO::Compat to 0.10
- set license to artistic-2.0
Upstream changes:
0.10 - Wed Mar 25, 2009
- Remove the fake Build.PL. Module::Install doesn't support that anymore.
(Florian Ragwitz)
- Remove auto_install from Makefile.PL. Its use is strongly discouraged.
(Closes RT#44542) (Simon Betrang)
|
|
- Updating package for p5 module to 0.21
- set license to artistic-2.0
Upstream changes:
0.21 Sat Apr 11 13:52:11 2009
* clone_instance has been made private, like in Moose (tokuhirom)
* Fix method modifiers applying to the wrong class (gfuji)
reported by Heikki Lehvaslaiho in [rt.cpan.org #42992]
* Fix test failures when user does not have C::Method::Modifiers(::Fast)
installed (Joel Bernstein)
* use get_all_attributes instead of
compute_all_applicable_attributes (tokuhirom)
* fixed pod bug (tokuhirom)
reported by Ryan52 in [rt.cpan.org #44928]
* Parameterized type constraints can now have messages (tokuhirom)
* Added documentation about type constraints (Mark Stosberg)
0.20 Thu Apr 9 20:22:33 2009
* Squirrel is now deprecated. Use Any::Moose instead (Sartak)
* To improve Moose compat, the third argument to trigger
(the attribute metaobject) has been removed (Sartak)
* To improve Moose compat, a single undef passed to new
is now disallowed (Sartak)
* Implemented Mouse::Object->does (wu-lee)
* Implemented override and super functions for Mouse::Role.
(wu-lee)
* Implemented stub augment and inner functions for Mouse::Role,
which merely throw an exception as in Moose::Role. (wu-lee)
* Stole more tests from Moose (020_roles/*). Not all these pass
yet; the rest have been moved to 020_roles/failing for later
examination. (wu-lee)
* Implemented Mouse::Role->does_role. This does not yet quite
seem to pass all the tests it should. (wu-lee)
* Fixed bug in Mouse::Meta::Role->apply and ->combine_apply, so that
030_roles/002_role.t tests pass. (wu-lee)
* Implemented ->version, ->authority and ->identifier methods in
Mouse::Meta::Role and Mouse::Meta::Class (mainly to make more
Moose tests pass). (wu-lee)
* Implemented emulations of Class::MOP's metaclass accessors
(get_metaclass_by_name etc.) in Mouse::Meta::Class.
* Mouse attribute property 'isa' now accepts Role names. (wu-lee)
* Fixed bug: typecoercion application order was reversed. (wu-lee)
* Fixed bug: inlined constructor was invoking BUILD methods in
wrong order. (wu-lee)
* Fixed bug: immutable constructor now redispatches correctly to
Mouse::Object::new when used in derived classes (wu-lee).
* Maybe parameterized type constraint (lestrrat)
* Performance improvements! (tokuhirom)
* Improve Moose compat of class_type (lestrrat)
* Many type-constraint fixes (tokuhirom and lestrrat)
* Mouse::Meta::Class->has_method and ->get_attribute_list (tokuhirom)
* Add get_all_attributes, use it internally instead of
compute_all_applicable_attributes (nothingmuch)
0.19 Sun Mar 8 04:38:01 2009
* Parameterized type constraints for ArrayRef and HashRef (lestrrat)
* Allow extensible attribute metaclass in traits too(tokuhirom)
* Don't use method modifiers in a test since they may not be
available (Sartak)
0.18 Fri Mar 6 19:09:33 2009
* Fix the issue preventing Mouse usage on Perl 5.6 - a bug in older
Scalar::Util! (tokuhirom)
* Allow extensible attribute metaclass (tokuhirom)
* Optimization for method modifiers (tokuhirom)
* Implement Mouse->import({into_level => 1}) (tokuhirom)
* Support for Class->meta->add_attribute($name => %options) (tokuhirom)
* Throw a more useful error message when trying to use a parameterized
type (Sartak)
0.17 Tue Feb 17 20:10:29 2009
* Load mro directly if Perl is recent enough (Nicholas Clark)
* Add dump method from Moose::Object into Mouse::Object (perigrin)
* Add role-role composition (tokuhirom)
|
|
- Updating package for p5 module Class::C3::XS to 0.11
- set license to artistic-2.0
Uptream changes:
0.11 Mon Mar 30, 2009
- Define SVfARG if the perl we're compiling for doesn't have
it (Florian Ragwitz).
0.10 Sat Mar 28, 2009
- Improve error message on merge errors (Florian Ragwitz).
0.09 Wed Mar 25, 2009
- Use I32 instead of int (Brandon L Black).
- Explicitly specify xs prototyping behaviour (Florian Ragwitz).
- Fix several compiler warnings (Florian Ragwitz).
- Check return values when storing values in hashes and error
out if it didn't work (Florian Ragwitz).
- Stop using auto_install in Makefile.PL (Florian Ragwitz).
- Remove fake Build.PL (Florian Ragwitz).
|
|
Causes a build failure, so no PKGREVISION++ necessary.
|
|
- Update package for p5 module Moose to 0.74
- set artistic-2.0 as license
- update dependencies along META.yml
Upstream changes:
0.74 Tue, April 7, 2009
* Moose::Meta::Role
* Moose::Meta::Method::Destructor
- Include stack traces in the deprecation warnings.
(Florian Ragwitz)
* Moose::Meta::Class
- Removed the long-deprecated _apply_all_roles method.
* Moose::Meta::TypeContsraint
- Removed the long-deprecated union method.
0.73_02 Mon, April 6, 2009
* More deprecations and renamings
- Moose::Meta::Method::Constructor
- initialize_body => _initialize_body (this is always called
when an object is constructed)
* Moose::Object
- The DEMOLISHALL method could throw an exception during global
destruction, meaning that your class's DEMOLISH methods would
not be properly called. Reported by t0m.
* Moose::Meta::Method::Destructor
- Destructor inlining was totally broken by the change to the
is_needed method in 0.72_01. Now there is a test for this
feature, and it works again.
0.73_01 Sun, April 5, 2009
* Moose::*
- Call user_class->meta in fewer places, with the eventual goal
of allowing the user to rename or exclude ->meta
altogether. Instead uses Class::MOP::class_of. (Sartak)
* Moose::Meta::Method::Accessor
- If an attribute had a lazy default, and that value did not
pass the attribute's type constraint, it did not get the
message from the type constraint, instead using a generic
message. Test provided by perigrin.
* Moose::Util::TypeConstraints
- Add duck_type keyword. It's sugar over making sure an object
can() a list of methods. This is easier than jrockway's
suggestion to fork all of CPAN. (perigrin)
- add tests and documentation (perigrin)
* Moose
- Document the fact that init_meta() returns the target class's
metaclass object. (hdp)
* Moose::Cookbook::Extending::Recipe1
* Moose::Cookbook::Extending::Recipe2
* Moose::Cookbook::Extending::Recipe3
* Moose::Cookbook::Extending::Recipe4
- Make init_meta() examples explicitly return the metaclass and
point out this fact. (hdp)
* Moose::Cookbook::Meta::Recipe6
- A new recipe, creating a custom meta-method class.
* Moose::Meta::Class
* Moose::Meta::Method::Constructor
- Attribute triggers no longer receive the meta-attribute object
as an argument in any circumstance. Previously, triggers
called during instance construction were passed the
meta-attribute, but triggers called by normal accessors were
not. Fixes RT#44429, reported by Mark Swayne. (hdp)
* Moose::Manual::Attributes
- Remove references to triggers receving the meta-attribute object as an
argument. (hdp)
* Moose::Cookbook::FAQ
- Remove recommendation for deprecated Moose::Policy and
Moose::Policy::FollowPBP; recommend MooseX::FollowPBP
instead. (hdp)
* Many methods have been renamed with a leading underscore, and a
few have been deprecated entirely. The methods with a leading
underscore are consider "internals only". People writing
subclasses or extensions to Moose should feel free to override
them, but they are not for "public" use.
- Moose::Meta::Class
- check_metaclass_compatibility => _check_metaclass_compatibility
- Moose::Meta::Method::Accessor
- initialize_body => _initialize_body (this is always called
when an object is constructed)
- /(generate_.*_method(?:_inline)?)/ => '_' . $1
- Moose::Meta::Method::Constructor
- initialize_body => _initialize_body (this is always called
when an object is constructed)
- /(generate_constructor_method(?:_inline)?)/ => '_' . $1
- attributes => _attributes (now inherited from parent)
- meta_instance => _meta_instance (now inherited from parent)
- Moose::Meta::Role
- alias_method is deprecated. Use add_method
0.73 Fri, March 29, 2009
* No changes from 0.72_01.
0.72_01 Thu, March 26, 2009
* Everything
- Almost every module has complete API documentation. A few
methods (and even whole classes) have been intentionally
excluded pending some rethinking of their APIs.
* Moose::Util::TypeConstraints
- Calling subtype with a name as the only argument is now an
exception. If you want an anonymous subtype do:
my $subtype = subtype as 'Foo';
* Moose::Cookbook::Meta::Recipe7
- A new recipe, creating a custom meta-instance class.
* Moose::Cookbook::Basics::Recipe5
- Fix various typos and mistakes. Includes a patch from Radu
Greab.
* Moose::Cookbook::Basics::Recipe9
- Link to this recipe from Moose.pm's builder blurb
* Moose::Exporter
- When wrapping a function with a prototype, Moose::Exporter now
makes sure the wrapped function still has the same
prototype. (Daisuke Maki)
* Moose::Meta::Attribute
- Allow a subclass to set lazy_build for an inherited
attribute. (hdp)
* Makefile.PL
- Explicitly depend on Data::OptList. We already had this dependency
via Sub::Exporter, but since we're using it directly we're
better off with it listed. (Sartak)
* Moose::Meta::Method::Constructor
- Make it easier to subclass the inlining behaviour. (Ash
Berlin)
* Moose::Manual::Delta
- Details significant changes in the history of Moose, along
with recommended workarounds.
* Moose::Manual::Contributing
- Contributor's guide to Moose.
* Moose::Meta::Method::Constructor
- The long-deprecated intialize_body method has been removed
(yes, spelled like that).
* Moose::Meta::Method::Destructor
- This is_needed method is now always a class method.
* Moose::Meta::Class
- Changes to the internals of how make_immutable works to match
changes in latest Class::MOP.
|
|
- Updating package for p5 module Class::MOP to 0.81
- set artistic-2.0 as license
Upstream changes:
0.81 Tue, April 7, 2009
* Class::MOP
* Class::MOP::Class
* Class::MOP::Instance
* Class::MOP::Attribute
* Class::MOP::Method::Accessor
* Class::MOP::Method::Constructor
- Include stack traces in the deprecation warnings introduced in
0.80_01. (Florian Ragwitz)
* MOP.xs
- Avoid c compiler warnings by declaring some unused function
arguments. (Florian Ragwitz)
0.80_01 Sun, April 5, 2009
* Makefile.PL
- Make sure to preserve any compiler flags already defined in
Config.pm. Patch by Vincent Pit. RT #44739.
* Many methods have been renamed with a leading underscore, and a
few have been deprecated entirely. The methods with a leading
underscore are consider "internals only". People writing
subclasses or extensions to Class::MOP should feel free to
override them, but they are not for "public" use.
- Class::MOP::Class
- construct_class_instance => _construct_class_instance (use new_object)
- construct_instance => _construct_instance (use new_object)
- check_metaclass_compatibility => _check_metaclass_compatibility
- create_meta_instance => _create_meta_instance (use get_meta_instance)
- clone_instance => _clone_instance (use clone_object)
- compute_all_applicable_methods is deprecated, use get_all_methods
- compute_all_applicable_attributes is deprecated, use get_all_attributes
- Class::MOP::Instance
- bless_instance_structure is deprecated and will be removed
in a future release
- Class::MOP::Module
- create has been renamed to _instantiate_module. This method
does not construct an object, it evals some code that
creates the relevant package in Perl's symbol table.
- Class::MOP::Method::Accessor
- initialize_body => _initialize_body (this is always called
when an object is constructed)
- /(generate_.*_method(?:_inline)?)/ => '_' . $1
- Class::MOP::Method::Constructor
- initialize_body => _initialize_body (this is always called
when an object is constructed)
- /(generate_constructor_method(?:_inline)?)/ => '_' . $1
- attributes => _attributes
- meta_instance => _meta_instance
0.80 Wed, April 1, 2009
* Class::MOP::*
- Call user_class->meta in fewer places, with the eventual goal
of allowing the user to rename or exclude ->meta
altogether. Instead uses Class::MOP::class_of. (Sartak)
* Class::MOP
- New class_of function that should be used to retrieve a
metaclass. This is unlike get_metaclass_by_name in that it
accepts instances, not just class names. (Sartak)
* Class::MOP
- load_first_existing_class didn't actually load the first
existing class; instead, it loaded the first existing and
compiling class. It now throws an error if a class exists (in
@INC) but fails to compile. (hdp)
* Class::MOP
* Class::MOP::Class
- we had some semi-buggy code that purported to provide a
HAS_ISAREV based on whether mro had get_isarev (due to an
oversight, it always returned 1). Since mro and MRO::Compat
have always had get_isarev, HAS_ISAREV was pointless. This
insight simplified the subclasses method by deleting the
pure-perl fallback. HAS_ISAREV is now deprecated. (Sartak)
0.79 Fri, March 29, 2009
* No changes from 0.78_02.
0.78_02 Thu, March 26, 2009
* Class::MOP::Class
* Class::MOP::Immutable
- A big backwards-incompatible refactoring of the Immutable API,
and the make_immutable/make_mutable pieces of the Class
API. The core __PACKAGE__->meta->make_immutable API remains
the same, however, so this should only affect the most
guts-digging code.
* XS code
- The XS code used a macro, XSPROTO, that's only in 5.10.x. This
has been fixed to be backwards compatible with 5.8.x.
* Class::MOP::Class
- Add a hook for rebless_instance_away (Sartak)
- Use blessed instead of ref to get an instance's class name
in rebless_instance. (Sartak)
0.78_01 Wed, March 18, 2009
* Class::MOP::*
- Revised and reorganized all of the API documentation. All
classes now have (more or less) complete API documentation.
* Class::MOP::Class
* Class::MOP::Instance
- Reblessing into a package that supports overloading wasn't
properly adding overload magic to the object due to a bug
in (at least) 5.8.8. We now use $_[1] directly which seems
to set the magic properly. (Sartak)
* Class::MOP::Attribute
- The process_accessors method is now private. A public alias
exists (and will stick around for a few releases), but it
warns that calling the public method is deprecated.
* Class::MOP::Method::Generated
- Removed the new and _new methods, since this is an abstract
base class, and all existing subclasses implement their own
constructors.
* MOP.xs
- Stop is_class_loaded from thinking a class is loaded if it
only has an empty GV (Florian Ragwitz).
- Add a test for this (Yappo).
- Refactor get_all_package_symbols to allow short-circuiting
(Florian Ragwitz).
- Use this in is_class_loaded (Florian Ragwitz).
- Stop segfaulting when trying to get the name from a sub that's
still being compiled (Florian Ragwitz).
- Add tests for this (Florian Ragwitz).
- Prefix all public symbols with "mop_" (Florian Ragwitz).
- Clean up and simplify prehashing of hash keys (Florian Ragwitz).
- Simplify creating simple xs reader methods (Florian Ragwitz).
- Make everything compile with c++ compilers (Florian Ragwitz).
- Upgrade ppport.h from 3.14 to 3.17 (Florian Ragwitz).
* Tests
- Remove optional test plans for tests depending on Sub::Name as
we have a hard dependency on Sub::Name anyway (Florian Ragwitz).
* Makefile.PL
- Rebuild all c code if mop.h has changed (Florian Ragwitz)
|
|
|
|
- import package for perl module Capture::Tiny (required for
Email::Sender update)
Capture::Tiny provides a simple, portable way to capture anything sent to
STDOUT or STDERR, regardless of whether it comes from Perl, from XS code
or from an external program. Optionally, output can be teed so that it is
captured while being passed through to the original handles. Yes, it even
works on Windows. Stop guessing which of a dozen capturing modules to use
in any particular situation and just use this one.
This module was heavily inspired by IO::CaptureOutput, which provides
similar functionality without the ability to tee output and with more
complicated code and API.
|
|
- Update package for p5 module Test::POE::Server::TCP to 1.02
- adjust dependencies to fit requirements from META.yml
Upstream changes:
1.02 Tue Apr 7 21:10:28 BST 2009
- Make auto_set_repository() only run at author-time
1.00 Mon Apr 6 22:56:27 BST 2009
- Bump version for 'stable' release
- add auto set repository to Makefile.PL
0.18 Mon Feb 2 12:36:52 GMT 2009
- Fixed 10_prefix.t test on Cygwin
|
|
- update package for Test::Most to 0.21
Upstream changes:
0.21 2009-02-18
- No changes. Update version for release.
0.20_02 2008-11-26
- Make sure tests don't fail if optional Data::Dumper::Names
dependency is not met.
0.20_01 2008-11-25
- Added &show. Like &explain, but tries to show variable names.
|
|
|
|
- Import package for perl module Data::Dumper::Names, which is a
recommented requirement for Test::Most
DESCR:
This module is an alternative to Data::Dumper::Simple. Many people like the
aforementioned module but do not like the fact that it uses a source filter.
In order to pull off the trick with this module, we use PadWalker. This
introduces its own set of problems, not the least of which is that PadWalker
uses undocumented features of the Perl internals and has an annoying tendency
to break. Thus, if this module doesn't work on your machine you may have to
go back to Data::Dumper::Simple.
|
|
Upstream changes:
0.21 Wed, Mar 25, 2009
- Remove fake Build.PL. Module::Install doesn't support that anymore.
(Florian Ragwitz)
- Stop using auto_instal in Makefile.PL. Its use is strongly discouraged.
(Closes RT#38051, RT#44541) (Simon Bertrang)
|
|
Upstream changes:
1.06 in progress
- updated the project homepage and added notes about the CHI project
- fixed extra "use vars" in CacheUtils
|
|
Upstream changes:
0.83 Fri Mar 13 15:14:00 CET 2009
- Re-add a TODO marker in the tests that would fail on 5.6.2.
0.82 Wed Mar 11 17:17:00 CET 2009
- Bring test code in line with core perl.
|
|
- Updating package for Test::Base perl module to 0.58
- Add dependency to p5-Test-Deep (fix RT #44057)
Upstream changes:
version: 0.58
date: Thu Mar 26 17:26:13 PDT 2009
changes:
- Another undef filtering change.
version: 0.57
date: Thu Mar 26 16:42:03 PDT 2009
changes:
- Allow value of undef to be filtered without warnings.
version: 0.56
date: Sat Mar 7 12:13:32 PST 2009
changes:
- Add Test::Deep support with is_deep and run_is_deep
|
|
- Updating package to 0.104
Upstream changes:
0.104
Document behaviour of cmp_bag when a non ARRAY-ref argument is passed
to it. Explicity test for this a die with a useful message.
Document and export cmp_details and deep_diag, thanks to Tom Hukins
for the patch.
|
|
|
|
- Updating package for perl module POE::Test::Loops to 1.005
Upstream changes:
=====================================
2009-03-08T00:34:03.909445Z ptl-1_005
=====================================
2009-03-08 00:33:21 (r2497) by rcaputo
poe-test-loops/Makefile.PL M;
poe-test-loops/lib/POE/Test/Loops/ses_nfa.pm M;
poe-test-loops/lib/POE/Test/Loops.pm M
Remove version.pm dependency.
=====================================
2009-03-07T18:54:28.797464Z ptl-1_004
=====================================
2009-03-07 18:52:37 (r2493) by rcaputo
poe-test-loops/lib/POE/Test/Loops.pm M
Time for an official release.
2009-03-02 00:06:17 (r2487) by rcaputo
poe-test-loops/lib/POE/Test/Loops.pm M
New test release.
2009-03-01 22:26:44 (r2486) by apocal
poe-test-loops/Makefile.PL M;
poe-test-loops/lib/POE/Test/Loops/ses_nfa.pm M
Remove the specific dependency on version 0.74, and pray that the
user has a recent enough version
2009-03-01 13:31:26 (r2477) by apocal
poe-test-loops/lib/POE/Test/Loops/wheel_tail.pm M
I was overzealous, this test works in Strawberry Perl, not
ActiveState...
2009-03-01 12:53:59 (r2476) by apocal
poe-test-loops/lib/POE/Test/Loops/connect_errors.pm M;
poe-test-loops/lib/POE/Test/Loops/wheel_tail.pm M
more tweaks to get the tests to SKIP on buggy MSWin32 perls :(
2009-03-01 08:21:04 (r2475) by apocal
poe-test-loops/lib/POE/Test/Loops/wheel_accept.pm M
tweak the test so it passes on MSWin32+ActiveState 5.6.1
2009-02-25 08:09:16 (r2468) by rcaputo
poe-test-loops/lib/POE/Test/Loops.pm M
Time for a new release.
2009-02-23 12:29:33 (r2463) by lotr
poe-test-loops/Makefile.PL M;
poe-test-loops/lib/POE/Test/Loops/ses_nfa.pm M
use version.pm so our version comparison is more robust and supports
developer releases too
2009-02-22 19:37:04 (r2459) by rcaputo
poe-test-loops/lib/POE/Test/Loops.pm M
Time for a new DEVELOPER release.
2009-02-22 19:25:46 (r2458) by rcaputo
poe-test-loops/lib/POE/Test/Loops.pm M
Time for a new release.
2009-02-17 12:27:29 (r2453) by lotr
poe-test-loops/lib/POE/Test/Loops/ses_nfa.pm M
remove spurious warns
2009-02-17 11:20:27 (r2452) by lotr
poe-test-loops/lib/POE/Test/Loops/wheel_readline.pm M
match up missing brace
2009-02-17 11:18:59 (r2451) by lotr
poe-test-loops/lib/POE/Test/Loops/ses_nfa.pm M
only run the object/package state tests if we have a new enough POE
2009-02-17 08:03:49 (r2450) by rcaputo
poe/lib/POE/Wheel/ReadLine.pm M;
poe-test-loops/lib/POE/Test/Loops/wheel_readline.pm M
Resolve rt.cpan.org #38974, reported by Jari Bonte. If TERM is
misset, we will skip the POE::Wheel::ReadLine test rather than fail.
2009-02-16 11:23:16 (r2444) by apocal
poe-test-loops/lib/POE/Test/Loops/sbk_signal_init.pm M
skip test because of broken alarm() on MSWin32 with perl5.6
2009-02-16 10:34:12 (r2440) by lotr
poe-test-loops/lib/POE/Test/Loops/ses_nfa.pm M
use object and package_states in NFA tests to make sure it works
2009-02-10 09:05:42 (r2426) by rcaputo
poe-test-loops/lib/POE/Test/Loops/wheel_readwrite.pm M;
poe-test-loops/lib/POE/Test/Loops/ses_session.pm M;
poe-test-loops/lib/POE/Test/Loops/ses_nfa.pm M
Remove some warnings.
=====================================
2009-01-30T07:11:18.435237Z ptl-1_003
=====================================
2009-01-30 07:04:44 (r2411) by rcaputo
poe-test-loops/lib/POE/Test/Loops/wheel_run.pm M;
poe-test-loops/lib/POE/Test/Loops.pm M;
poe-test-loops/bin/poe-gen-tests M
Apply Tony Cook's suggestion to use environment variables to skip
problematic tests. Event loops which have these problems can bypass
tests which are known to fail. Also fixed a documentation omission
based on his comments in IRC.
|
|
- updating package to POE::Component::Pluggable module version 1.18
Upstream changes:
1.18 Sat Apr 11 10:05:02 BST 2009
- Tidied up all the code. Removed hard tabs and made code more readable
some places. (Hinrik)
- Complain when plugin register/unregister subroutines don't return a
true value (Hinrik)
1.16 Wed Mar 4 23:07:47 GMT 2009
- Remove extraneous newline from some debug messages (Hinrik)
- Give a helpful warning when a plugin handler does not return
a valid EAT constant (Hinrik)
1.14 Mon Jan 26 12:25:26 GMT 2009
- We were not processing '_default' in $self. Fixed.
|
|
- Updating p5-POE package to 1.004 (while updating unmaintained POE modules)
Upstream changes:
==================================
2009-03-29T17:03:26.594634Z v1_004
==================================
2009-03-29 16:44:40 (r2513) by rcaputo; poe/lib/POE.pm M
At long last, a major revision.
2009-03-29 16:42:28 (r2512) by rcaputo
poe/lib/POE/Component/Client/TCP.pm M
Clean up some large loose ends in the POD.
2009-03-27 20:38:41 (r2511) by rcaputo; poe/lib/POE.pm M
New dev release to address issues with Andreas Koenig's smoker. He's
setting a DISPLAY that cannot be reached.
2009-03-27 20:17:27 (r2510) by rcaputo; poe/mylib/PoeBuildInfo.pm M
Avoid IO::Pty crashes on fbsd 6.4 with perl 5.8.8.
2009-03-27 20:02:21 (r2509) by rcaputo; poe/lib/POE/Loop/Gtk.pm M
Skip Gtk tests if Gtk cannot be initialized.
2009-03-27 17:35:31 (r2508) by rcaputo; poe/lib/POE/Loop/Tk.pm M
Skip Tk tests if Tk cannot be started.
2009-03-27 16:28:34 (r2507) by rcaputo
poe/lib/POE.pm M; poe/MANIFEST M
Remove a new test that segfaults for some people, and bump the
version for another (hopefully final) dev release.
2009-03-14 20:43:28 (r2506) by bingosnet; poe/lib/POE/NFA.pm M
Minor pod fixes in POE::NFA
2009-03-12 00:54:24 (r2505) by apocal
poe/lib/POE/Component/Server/TCP.pm M
tiny comment tweak
2009-03-11 23:18:36 (r2504) by rcaputo
poe/lib/POE/Component/Server/TCP.pm M
Fix Apocalypse's last patch's style to match the rest of POE.
2009-03-11 18:02:21 (r2503) by apocal
poe/lib/POE/Component/Server/TCP.pm M
Use POE::Kernel::ASSERT_USAGE as recommended by rcaputo + POD tweaks
2009-03-11 17:47:37 (r2502) by apocal
poe/lib/POE/Component/Server/TCP.pm M
Add sanity check to Server::TCP's
InlineStates/PackageStates/ObjectStates constructor, thanks crab@irc!
2009-03-11 02:28:50 (r2501) by rcaputo; poe/lib/POE/Kernel.pm M
Fix a doc typo reported by Abhijit Menon-Sen.
2009-03-11 02:14:13 (r2500) by apocal; poe/lib/POE/Kernel.pm M
POD tweak, thanks crab from irc!
2009-03-10 23:33:23 (r2499) by apocal; poe/lib/POE/Kernel.pm M
Typo in POD, pointed out by Hinrik - thanks!
2009-03-07 19:08:57 (r2496) by rcaputo; poe/lib/POE.pm M
Another development release. This one relies on the latest
POE::Test::Loops changes.
2009-03-07 19:07:45 (r2495) by rcaputo; poe/mylib/PoeBuildInfo.pm M
We need POE::Test::Loops 1.004 or later now.
2009-03-06 06:44:04 (r2492) by rcaputo
poe/t/90_regression/rt39872-sigchld-stop.t A; poe/MANIFEST M
Add Philip Gwyn's test for a failure for POE::Kernel to stop if
lingering processes are around without a sig_child() to reap them.
2009-03-02 20:52:40 (r2490) by rcaputo; poe/lib/POE/Filter.pm M
Gcola discovered that we don't explain POE::Filter get() and
get_one() return values when there's nothing to return.
2009-03-02 20:19:54 (r2489) by bingosnet; poe/lib/POE/Session.pm M
Fixed typo in =head1 EVENTS;
2009-03-02 20:17:53 (r2488) by bingosnet
poe/lib/POE/Wheel/ReadWrite.pm M; extras/smoker.perl M
Corrected typo in =head1 NAME
2009-03-01 21:28:22 (r2485) by rcaputo
poe/lib/POE/Wheel/Curses.pm M; poe/lib/POE/Pipe.pm M; poe/lib/POE.pm M;
poe/lib/POE/Wheel/SocketFactory.pm M;
poe/lib/POE/Resource/FileHandles.pm M
Restrict what Fcntl exports. Bump up the versions for a new test
release.
2009-03-01 20:44:39 (r2480) by apocal
poe/lib/POE/Wheel/Curses.pm M; poe/lib/POE/Pipe.pm M;
poe/lib/POE/Wheel/SocketFactory.pm M;
poe/lib/POE/Resource/FileHandles.pm M
Backport the Fcntl tweak to the rest of the POE distribution - thanks
dngor for pointing this out!
2009-03-01 20:06:23 (r2479) by apocal
poe/lib/POE/Resource/FileHandles.pm M
tweaked the F_GETFL detection routine to be more portable, thanks
dngor/p5p for the help!
2009-03-01 18:55:04 (r2478) by rcaputo
poe/lib/POE/Resource/Signals.pm M; poe/lib/POE/Kernel.pm M;
poe/lib/POE/Resource/FileHandles.pm M
Move around some POSIX constants so they're used where they're
needed.
2009-02-28 18:15:48 (r2473) by rcaputo; poe/lib/POE.pm M
Another developer release for 5.6.2 testing.
2009-02-28 17:36:13 (r2472) by rcaputo
poe/lib/POE/Resource/FileHandles.pm M
Add even more fcntl() diagnostic information for a failure the cpan
testers are seeing on 5.6.2.
2009-02-27 20:33:51 (r2471) by rcaputo
poe/lib/POE/Wheel/SocketFactory.pm M
Fix a SYNOPSIS typo, discovered on IRC by Gcola.
2009-02-27 03:24:48 (r2470) by rcaputo
poe/t/90_regression/rt39872-sigchld.t A;
poe/lib/POE/Resource/Signals.pm M; poe/lib/POE/Loop/PerlSignals.pm M;
poe/MANIFEST M
Apply Philip Gwyn's testcase and patch for an end-time hang when
USE_SIGCHLD is enabled, POE::Kernel is idle, but there are one or
more outstanding child processes waiting to be reaped. The hang was
caused by clearing $SIG{CHLD}, which would never allow POE::Kernel's
"we have child processes" flags to be cleared. Resolves rt.cpan.org
#39872.
2009-02-25 07:58:55 (r2466) by rcaputo; poe/lib/POE.pm M
New test release.
2009-02-25 07:57:54 (r2465) by rcaputo
poe/t/10_units/01_pod/02_pod_coverage.t M
Avoid a lot of warnings, which are the inevitable result of loading
all POE modules, even the ones which are alternate implementations of
the same methods.
2009-02-25 07:48:14 (r2464) by rcaputo
poe/lib/POE/Resource/FileHandles.pm M
Improve fcntl() error messages to help track down a 5.6.2 failure.
2009-02-22 19:48:13 (r2461) by rcaputo; poe/lib/POE.pm M
Time for a developer release, to test all the changes that have
accumulated so far.
2009-02-22 18:51:40 (r2457) by rcaputo; poe/lib/POE/Kernel.pm M
Try to clarify the _trap() message so that people look above the trap
for problems within their own programs.
2009-02-22 18:44:15 (r2456) by rcaputo; poe/lib/POE/NFA.pm M
Reformat some contributed code.
2009-02-22 07:45:28 (r2455) by rcaputo
poe/lib/POE/Resource/FileHandles.pm M
Bypass errors when trying to ignore filehandles whose fileno() are
not defined.
2009-02-18 10:02:54 (r2454) by bingosnet
poe/lib/POE/Wheel/ReadWrite.pm M
Fixed some of the links in ReadWrite POD
2009-02-17 08:03:49 (r2450) by rcaputo
poe/lib/POE/Wheel/ReadLine.pm M;
poe-test-loops/lib/POE/Test/Loops/wheel_readline.pm M
Resolve rt.cpan.org #38974, reported by Jari Bonte. If TERM is
misset, we will skip the POE::Wheel::ReadLine test rather than fail.
2009-02-17 07:28:32 (r2449) by rcaputo
poe/lib/POE/Resource/Signals.pm M
Resolve rt.cpan.org #37938, reported by Rob Bloodgood.
2009-02-17 06:42:00 (r2448) by apocal
poe/t/00_info.t A; poe/MANIFEST M
added placeholder test in root t/ directory to get around
perl-5.6.2+Test::Harness failures
2009-02-17 05:04:43 (r2447) by rcaputo
poe/lib/POE/Component/Client/TCP.pm M; poe/lib/POE/Loader.pm M;
poe/lib/POE/Wheel/Curses.pm M; poe/lib/POE/Filter/HTTPD.pm M;
poe/lib/POE/Loop.pm M; poe/lib/POE/Resources.pm M;
poe/lib/POE/Filter/Stackable.pm M; poe/lib/POE/Wheel/FollowTail.pm M;
poe/lib/POE/Kernel.pm M; poe/lib/POE/Filter/Stream.pm M;
poe/lib/POE/Resource/Statistics.pm M; poe/lib/POE/Wheel/ListenAccept.pm
M; poe/lib/POE/Session.pm M; poe/lib/POE/Loop/TkActiveState.pm M;
poe/lib/POE/Filter.pm M; poe/lib/POE/Wheel/ReadLine.pm M;
poe/lib/POE/Resource/SIDs.pm M; poe/lib/POE/Resource/Events.pm M;
poe/lib/POE/Loop/PerlSignals.pm M; poe/lib/POE/Pipe.pm M;
poe/lib/POE/Resource/Sessions.pm M; poe/lib/POE/Component/Server/TCP.pm
M; poe/lib/POE/Loop/Gtk.pm M; poe/lib/POE.pm M;
poe/lib/POE/Loop/TkCommon.pm M; poe/lib/POE/Queue/Array.pm M;
poe/lib/POE/Loop/IO_Poll.pm M; poe/lib/POE/Resource/Extrefs.pm M;
poe/lib/POE/Resource/Aliases.pm M; poe/lib/POE/Wheel/Run.pm M;
poe/lib/POE/Filter/Line.pm M; poe/lib/POE/Filter/RecordBlock.pm M;
poe/lib/POE/Filter/Block.pm M; poe/lib/POE/Filter/Grep.pm M;
poe/lib/POE/Driver/SysRW.pm M; poe/lib/POE/Filter/Reference.pm M;
poe/lib/POE/Wheel/SocketFactory.pm M; poe/lib/POE/Queue.pm M;
poe/lib/POE/Resource/Signals.pm M; poe/lib/POE/Resource.pm M;
poe/lib/POE/Pipe/TwoWay.pm M; poe/lib/POE/Loop/Tk.pm M;
poe/lib/POE/Loop/Select.pm M; poe/lib/POE/Loop/Event.pm M;
poe/lib/POE/Wheel/ReadWrite.pm M; poe/lib/POE/Driver.pm M;
poe/lib/POE/Pipe/OneWay.pm M; poe/lib/POE/Filter/Map.pm M;
poe/lib/POE/Component.pm M; poe/lib/POE/NFA.pm M; poe/lib/POE/Wheel.pm
M; poe/lib/POE/Resource/FileHandles.pm M
Everything needs an edit pass. Add TODOs to every module.
2009-02-17 03:06:44 (r2446) by rcaputo
poe/lib/POE/Component/Client/TCP.pm M; poe/lib/POE/Wheel/Run.pm M;
poe/lib/POE/Component/Server/TCP.pm M
Finish initial drafting of the last POE module. Woo-hoo!
2009-02-16 13:11:47 (r2445) by bingosnet
poe/t/10_units/03_base/18_nfa_usage.t M; poe/lib/POE/NFA.pm M
Added runstate parameter to POE::NFA, similar to POE::Sessions heap.
Documented and updated nfa test
2009-02-16 11:18:25 (r2443) by apocal
poe/t/90_regression/rt19908-merlyn-stop.t M
skip test because of broken alarm() on MSWin32 with perl5.6
2009-02-16 10:58:16 (r2442) by apocal; poe/lib/POE/NFA.pm M
added missing localized nowarnings so we skip 'used only once' on
TRACE_DESTROY
2009-02-16 10:52:48 (r2441) by apocal; poe/MANIFEST M
added missing nfa test to MANIFEST
2009-02-16 10:31:21 (r2439) by lotr
poe/t/10_units/03_base/18_nfa_usage.t A; poe/lib/POE/NFA.pm M
add package/object states to POE::NFA
2009-02-16 10:22:28 (r2438) by apocal
poe/lib/POE/Resource/Statistics.pm M
removed yet another warning :(
2009-02-16 07:41:37 (r2436) by apocal
poe/lib/POE/Resource/Statistics.pm M
removed yet another warning: Use of uninitialized value in
multiplication (*)
2009-02-16 06:51:08 (r2434) by rcaputo
poe/lib/POE/Component/Server/TCP.pm M
POD doesn't allow =head5?!
2009-02-16 06:41:51 (r2433) by rcaputo
poe/lib/POE/Component/Server/TCP.pm M
Finish the first redocumentation pass for
POE::Component::Server::TCP.
2009-02-16 05:11:49 (r2432) by apocal
poe/lib/POE/Pipe.pm M; poe/lib/POE/Resource/FileHandles.pm M
shut up prototype mismatch errors
tested on: linux 5.8.8, linux 5.10.0, win(straw) 5.8.8, win(straw)
5.8.9, win(straw) 5.10.0, win(AS) 5.8.9, win(AS) 5.10.0
2009-02-15 05:56:14 (r2431) by rcaputo
poe/lib/POE/Component/Server/TCP.pm M
Document through new()'s paramters.
2009-02-13 14:36:37 (r2430) by rcaputo; poe/lib/POE/Filter/Line.pm M
Note that POE::Filter::Line strips newlines from input.
2009-02-10 15:15:53 (r2429) by apocal
poe/lib/POE/Wheel/FollowTail.pm M
fix test failure with 90_regression/bingos-followtail.t on MSWin32
This passes the test on my linux/win32 boxes under perl 5.8.8 and
5.10.0 BUT WE NEED MORE TESTS, especially for the "Handle"
parameter...
2009-02-10 10:22:20 (r2428) by apocal; poe/lib/POE/Loop/TkCommon.pm M
fix Tk warning ( argument idle isn't numeric in multiplication )
exposed by the $^W mess
2009-02-10 09:32:08 (r2427) by rcaputo
poe/lib/POE/Wheel/ReadLine.pm M; poe/lib/POE/Loop.pm M;
poe/t/90_regression/merijn-sigchld-system.t M;
poe/lib/POE/Resource/Events.pm M; poe/lib/POE/Resource/Sessions.pm M;
poe/lib/POE/Loop/Gtk.pm M; poe/t/20_resources/00_base/signals.pm M;
poe/lib/POE/Kernel.pm M; poe/lib/POE/Loop/TkCommon.pm M;
poe/lib/POE/Wheel/FollowTail.pm M;
poe/t/90_regression/rt1648-tied-stderr.t M
Fix a plethora of warnings that were uncovered by lexically scoping
previously global $^W clears. ZOMG the horrors!
2009-02-10 07:12:04 (r2425) by rcaputo
poe/lib/POE/Component/Server/TCP.pm M
Redocument some more, and put in an =over to quiet POD tests for the
time being.
2009-02-10 06:36:41 (r2424) by rcaputo; poe/lib/POE/Session.pm M
POE::Session would clear $^W unconditionally, which we consider to be
bad. Localized $^W=0 to only affect the current block of code. Thanks
to Tod McQuillin on IRC for spotting the problem.
2009-02-09 23:26:45 (r2423) by apocal
poe/examples/watermarks.perl M; poe/examples/selects.perl M;
poe/examples/tcp_watermarks.perl M; poe/examples/thrash.perl M;
poe/examples/wheels2.perl M
tweak default ports and add die() for MSWin32 on console example
2009-02-09 21:08:03 (r2422) by rcaputo
poe/lib/POE/Resource/Statistics.pm M
Returns a hash, not a reference.
2009-02-09 20:59:22 (r2421) by rcaputo
poe/lib/POE/Kernel.pm M; poe/lib/POE/Resource/Statistics.pm M
Update Larwan's last patch for style.
2009-02-09 19:33:25 (r2420) by apocal
poe/lib/POE/Resource/Sessions.pm M; poe/lib/POE/Kernel.pm M;
poe/lib/POE/Resource/Statistics.pm M
add TRACE_PROFILE support for transient session profiling
2009-02-09 19:32:06 (r2419) by apocal; poe/lib/POE/Kernel.pm M
fix TRACE_STATISTICS 30s hang because of wrong idle_queue_size count
2009-02-09 16:20:10 (r2418) by rcaputo
poe/lib/POE/Resource/Statistics.pm M
Fix tab damage. No significant changes occurred here.
2009-02-09 07:52:06 (r2417) by rcaputo
poe/lib/POE/Component/Server/TCP.pm M
Do a bit more rewriting.
2009-02-03 07:53:57 (r2416) by rcaputo
poe/lib/POE/Component/Server/TCP.pm M
Document another chunk of POE::Component::Server::TCP, and deprecate
Args in favor of ClientArgs.
2009-02-03 07:48:59 (r2415) by rcaputo; poe/lib/POE/Loop/Event.pm M
Skip POE::Wheel::ReadLine tests when using Event on darwin. Event
fails with an "Event: '?? Event.pm:109' was unexpectedly closed"
error. Event skips a couple of its own tests in t/io.t for the same
reason, so this seems to be an Event-on-darwin issue. A better
workaround (or fix) is welcome. I'm sure Event's owner wouldn't mind
one also.
2009-02-02 07:58:33 (r2414) by rcaputo
poe/lib/POE/Component/Server/TCP.pm M
Rewrote another chunk of documentation.
2009-02-02 03:36:39 (r2413) by rcaputo
poe/lib/POE/Wheel/Run.pm M; poe/lib/POE/Component/Server/TCP.pm M
Begin rewriting POE::Component::Server::TCP's documentation. Made a
couple tweaks to POE::Wheel::Run's as well (since the "Redocument"
TODO was mistakenly left in there).
2009-01-27 08:21:31 (r2410) by rcaputo
poe/lib/POE/Resource/Statistics.pm M
Fix style on Apocalypse's last commit.
2009-01-27 08:10:54 (r2409) by apocal
poe/lib/POE/Kernel.pm M; poe/lib/POE/Resource/Statistics.pm M
added missing accessor for TRACE_PROFILE's %profile,
stat_getprofile()
2009-01-17 18:32:07 (r2408) by rcaputo; poe/lib/POE/Kernel.pm M
Fix a minor example typo discovered by Apocalypse.
2008-12-29 06:10:38 (r2407) by rcaputo; poe/lib/POE/Kernel.pm M
Fix sig_child() documentation. There is not ARGS_LIST for that
method.
2008-12-14 08:47:08 (r2406) by rcaputo; poe/lib/POE/Wheel/Run.pm M
Finish first draft rewrite of documentation.
2008-12-03 04:44:45 (r2405) by apocal; poe/lib/POE/Wheel.pm M
POD error fixes, thanks Rocco
2008-12-03 04:08:50 (r2404) by apocal; poe/lib/POE/Wheel.pm M
added documentation about the ID() method
2008-12-01 00:53:49 (r2403) by rcaputo; poe/lib/POE/Kernel.pm M
Add run_while(). Untested.
2008-11-24 07:28:27 (r2402) by rcaputo
poe/lib/POE/Resource/Extrefs.pm M
Note a TODO regarding extra refcounts and signal-based session
termination.
2008-11-21 06:29:51 (r2401) by rcaputo; poe/lib/POE/Wheel/Run.pm M
Fix a POD error.
2008-11-16 07:51:09 (r2400) by rcaputo
poe/lib/POE/Wheel/ReadWrite.pm M
More redocumentation.
2008-11-16 03:00:17 (r2399) by rcaputo
poe/lib/POE/Wheel/ReadWrite.pm M; poe/lib/POE/Wheel/SocketFactory.pm M;
poe/lib/POE/Wheel.pm M
Partial documentation rewrite.
2008-09-04 01:32:55 (r2398) by rcaputo
poe/lib/POE/Component/Server/TCP.pm M
Fix a wee error pointed out by Zoffix.
2008-08-16 06:10:15 (r2397) by rcaputo
poe/t/90_regression/kogman-sig-order.t A; poe/MANIFEST M
Add Yuval Kogman's test to ensure proper signal dispatch order.
2008-07-28 06:45:22 (r2396) by rcaputo; poe/lib/POE/Wheel/Run.pm M
Partial redocumentation.
2008-07-08 15:09:00 (r2395) by rcaputo; poe/lib/POE/Session.pm M
Revise contributed docs regarding circular references and the safer
ways to refer to sessions.
2008-07-07 02:50:35 (r2394) by rcaputo; poe/mylib/coverage.perl M
Omit POE::Test::Loops from coverage output.
|
|
- Updating package for Net::CIDR to 0.13
Upstream changes:
0.12 Thu Nov 30 23:40:18 EST 2006
- cidr2octets: 0.0.0.0/0 will expand out to the entire IPv4 address
space
- be more informative when we croak.
0.13 Sun Jan 18 19:51:43 EST 2009
- Fix some documentation typos.
|
|
- remove patch to fix Fix RT #44028 - now for real.
|
|
- Updating package to 3.17
Upstream changes:
3.17 - 2009-03-15
* rework PTR macros, fixing PTR2ul for 5.6.1
(fixes CPAN #39802, thanks to CHOCOLATE for
reporting and providing a patch)
* added support for the following API
PTR2nat
(second part of fix for CPAN #39802)
|
|
- Updating package for ExtUtils::MakeMaker to 6.50
Upstream changes:
6.50 Sun Mar 22 12:28:06 PDT 2009
Windows
* Remove the special checks for compilers that need a "manifest". Instead,
the code will just be a no-op if there's no manifest. Or something.
I dunno, I'm hoping Jan and Steve know what they're doing.
[rt.perl.org 61492]
6.49_01 Thu Feb 19 17:06:36 PST 2009
New OS Support
* Recognize "Haiku", a resurrection of BeOS.
New Features
- META.yml now includes ExtUtils::MakeMaker in build_requires by
default.
Test Fixes
- ExtUtils::Install 1.51 changed its output breaking some tests that
were looking for /^Writing/ [rt.cpan.org 42927]
Bug Fixes
- Upgrade bundled modules: ExtUtils::Install 1.52, ExtUtils::Command
1.16, ExtUtils::Manifest 1.56.
Other
- The MakeMaker repository moved slightly. Changed the metadata to
reflect this. [rt.cpan.org 41571]
|
|
- Updating module to 0.44
Upstream changes:
By: smueller on 2009/02/02
* Abandon support for perl 5.005.
* Merging of the various requires-like META.yml sections in
merge_par.
* This is 0.44.
By: smueller on 2009/01/23
* Don't rely on the return value of ExtUtils::Install::(un)?install
to indicate success or failure of the (un)?installation.
* This is 0.43.
|
|
- Updating package to 0.17
Upstream changes:
0.17 2009-03-10
- Make unicode test work on older Perls.
0.16 2009-03-09
- Add unicode test.
0.15 2009-03-09
- Add some logging to help diagnose smoke failures.
0.14 2009-03-07
- Croak if 4 char key string is not 8-bit clean. See #33672.
|
|
- Updating package to 0.82
Upstream changes:
0.82 Wed 9 Apr 2009 - Adam Kennedy
- if configure_requires has ExtUtils::MakeMaker and it's version
requires perl 5.6, require perl 5.6 for dist in META.yml (CHORNY)
- Fixes to Module/AutoInstall.pm: (MSTROUT)
- don't prompt for required dependencies under CPAN/CPANPLUS
- allow PERL_AUTOINSTALL_PREFER_CPAN env var to disable cpanp use
- Module::Install::DSL now correctly installs itself into the
generated tarball (ADAMK)
- Preferentially dispatch leading-underscore methods used in plugins
to the main Module::Install object (ADAMK)
0.81 Tue 24 Mar 2009 - Adam Kennedy
- Use 3-argument open when Perl >= 5.006 (ADAMK)
- Support for 'keywords' key in META.yml (CHORNY)
- More URLs for licenses, test for this (CHORNY)
- tests for extracting link to bugtracker,
will more correctly extract them (CHORNY)
- Adding version-normalising Module::Install::_cmp
(for <=> equivalent on versions) (ADAMK)
- If the Makefile.PL time is in the future by only a few seconds
(probably due to 2-second filesystem time rounding on Win32)
sleep for 5 seconds to avoid the problem. (ADAMK)
- Moving from Module::Install::DSL to inc::Module::Install::DSL
(to reduce the Makefile.PL header for DSL mode to one line) (ADAMK)
- Adding convenience pod reading Module::Install::_readpod (ADAMK)
- Adding convenience pod stripping Module::Install::_readperl (ADAMK)
- Adding experimental requires_from command to auto-detect requires (ADAMK)
- Add a "Writing MYMETA.yml" status message (ADAMK)
- Generalising boolean commands (ADAMK)
- Cleaner removal of files during realclean (ADAMK)
- Write META.yml and MYMETA.yml after Makefile to pick up a couple
of extra implicit dependencies. (ADAMK)
- Set a high configure_requires on ExtUtils::MakeMaker for any client
that supports configure_requires. (ADAMK)
- Add a full resolution test for Module::Install::DSL (ADAMK)
- If we write MYMETA.yml, remove it at realclean time (ADAMK)
- Removed the 'Removing META.yml' warning
0.80 Tue 17 Mar 2009 - Adam Kennedy
- Don't generate MYMETA.yml if we don't have YAML::Tiny, even if
we've said we need it. This was breaking Catalyst. (ADAMK)
- Will not ask about auto-installing mandatory dependencies, if
$ENV{PERL5_CPANPLUS_IS_RUNNING} is set (CHORNY)
0.79 Wed 4 Feb 2009 - Adam Kennedy
- Upgrading (and testing) Perl version normalisation
- Adding an experimental-grade implementation of MYMETA.yml
0.78 Sun 25 Jan 2009 - Adam Kennedy
- Much more aggressive dependencies, except PAR::Dist (ADAMK)
- Adding inc::Module::Install::DSL for simple installs (ADAMK)
- We now avoid poking references in @INC in case they
have strange overload behaviours. (PJF, RT #39929)
- installdirs and install_as_* are now documented in
Module/Install.pod (PJF, RT #25111)
- Applied patch RT #38443 from Oleg Kostyuk for two-part
version numbers being passed to perl_version. Calling
'perl_version 5.8' should now work the same as
'perl_version 5.008'. Additional tests added to
t/07_perl_version.t to check this. (PJF, RT #38443)
- Module::Install no longer complains about the phrase
"All rights reserved" in association with open source
licenses. (PJF, RT #41268)
|
|
- updating package to 1.29.03
- removed patch which is applied upstream
Upstream changes:
2009-03-31 Jarkko Hietaniemi <jhi@iki.fi>
* Address rt.cpan.org #44082:
"Bug in compiler detection (Makefile.PL)" (for AIX xlc)
Patch submitted in the report by rehsack at cpan.org.
* Release 1.2903.
|