Net-Twitter-Stream-0.1
author: Martin Redmond
0.991234 2009-07-03 00:00:00
- Added name and value filters to Mojo::Headers. (acajou)
- Added clean multiline value handling to Mojo::Headers.
- Added prepare/finalize methods to Mojolicious.
- Added some additional mime types to MojoX::Types.
- Renamed method add_line to add in Mojo::Headers.
- Updated generator scripts to play nice with MM->parse_version.
0.30_03 2009-07-03
Bugfixes:
* Fix a problem in SortCollector that led to ranking errors for some
documents.
* Eliminate a symbol conflict with MSVC.
2009-07-03 Guillaume Rousse <guillomovitch@zarb.org> 0.4.7
* make version check before updating optional, for special situations
where comparaison is not reliable, such as mandriva perl packages
where one version is mangled and the other not
* fix a warning during tests
2009-06-02 Guillaume Rousse <guillomovitch@zarb.org> 0.4.6
* recognize %upstream_version macro
* recognize %{mkrel X} macro syntax
2009-05-18 Guillaume Rousse <guillomovitch@zarb.org> 0.4.5
* make accepted content types configurable
* add application/empty as valid content type
0.36 2009 juliol 3
- 1st Refactoring pass using Moose
2009-07-03 Kingpin <Martin@BLUEMAX>
* lib/RDF/Simple/Serialiser.pm: don't require subject to be a full URI
* lib/RDF/Simple/Parser/Handler.pm: Try to parse the xml:base from the header and use it when needed
0.92 Fri Jul 3 11:08:56 PDT 2009
Test Fixes
* Silence noise on VMS in exit.t (Craig Berry)
* Skip Builder/fork_with_new_stdout.t on systems without fork (Craig Berry)
1.21 2009-07-03
* Update JSON::XS boolean support; it provides true/false methods (semifor)
* Added a workaround for handlers that fail to decode bare true/false values (semifor)
0.86 Fri Jul 3, 2009
* Moose::Meta::Class::Immutable::Trait
- Fixes to work with the latest Class::MOP.
* Moose::Meta::Method::Delegation
- Delegation now dies with a more useful error message if the
attribute's accessor returns something defined but
unblessed. (hdp)
0.053 July 3 18 01:21:03 2009
* fixed deep recursion in topological sort
* added simple tests
0.89 Fri Jul 3, 2009
* Class::MOP::Class
* Class::MOP::Class::Immutable::Trait
- Made the Trait act like a role with a bunch of "around"
modifiers, rather than sticking it in the inheritance
hierarchy. This fixes various problems that caused with
metaclass compatibility, which broke Fey::ORM.
* Class::MOP::Method
- Allow a blessed code reference as the method body. Fixes a
problem interaction with MooseX::Types. (ash)
* Class::MOP::Instance
- add inline version of rebless_instance_structure. (doy)
- change inline_slot_access to use single quotes (gphat)
0.05001 2009-07-03
- Fix delete_if_true to work inside a surrounding block.
- Made DBIC deletes conditional on row being in_storage.
- Bump DBIx::Class prerequisite to 0.08106, when it switched from using
DateTime::Format::MySQL to DateTime::Format::SQLite.
- Remove prerequisite Test::MockObject - it uses UNIVERSAL::isa which
was causing test failures.
0.05001 2009-07-03
- get_field(s), get_element(s), get_all_elements() now support a Regex
object for any conditional argument.
- Model::Hashref now searches for Multi and Repeatable elements using the
regexes qr/Multi/ and qr/Repeatable/ to all for custom/derived classes.
- New $form->add_localize_object_from_class() method.
- New Element::Label.
- Bugfix: DateTime element, hour/minute select menus didn't display correct
value when hour/minute value was less than 10, and $form->process()
wasn't called after $form->model->default_values().
- Silence "undef value in string eq" warnings.
1.04 Fri Jul 3 15:48:09 CEST 2009
- work around atrocious bugs in activestate windows, which pollutes
the namespace with nonstandard symbols, equalling only the bush junta
in brokenness.
0.4_003 - Better offline tests. Supports status enquiries. Better docs.
0.02 Fri, 03 Jul 2009 11:56:02 +0200
Do the check also for SelfService (require RT 3.8.3 at least)
0.9 2009-087-03
- Fix default text to make sense, test passing means there are no tabs..
0.14 2009/07/04
- added file_or_dir() and dir_or_file() to ::Dir object too
v1.26 2009.07.03
- SECURITY BUGFIX!
fix Bug in verify_hostname_of_cert where it matched only the prefix for
the hostname when no wildcard was given, e.g. www.example.org matched
against a certificate with name www.exam in it
Thanks to MLEHMANN for reporting
2009-07-02 Win32::API v0.59 Cosimo
- Fixed compilation with gcc/mingw 4.4.0, thanks to Reini Urban.
(RT#47398, https://rt.cpan.org/Ticket/Display.html?id=47398)
0.04
- check SvROK first(reported by yappo++)
- PreferInteger: faster string to integer conversion; support negative value
(frsyuki++)
- make PreferInteger variable magical and remove get_sv from _msgpack_pack_sv
(frsyuki++)
0.31 2nd July
- Some work on pod doco.
- Moved Elive::_get_test_auth() to t::Elive::auth()
0.190 Thu 02 Jul 2009
1. Was used to make Strawberry Perl July 2009
1.010 2009-06-19
- Public API is stable and no known bugs. I call it v1.0+.
Revision history for the module distribution MachineLearning::*
1.01 2009-05-25 original version
1.02 2009-07-02 Improved the implementation of the
"special_number" data type in DecisionTrees.pm
so that zero (0) values are no longer included
in the calculation of the mean and standard
deviation for non-negative numbers. Instead,
there are now negative values, zero values, and
positive values rather than negative and
non-negative values.
Revision history for Email-ConstantContact
0.01 2009-06-29
First version, released on an unsuspecting world.
0.02 2009-07-02
Fixed package gzip permissions issue, added dependencies
0.04 Thu Jul 2 15:52:19 PDT 2009
- Kill the last instance of Squirrel
4.451 Fri Jul 3 00:28:58 CEST 2009
- do not clear rbuf when shutting down an AnyEvent::Handle
object - doing so breaks AnyEvent::HTTP.
6.53_03 Thu Jul 2 14:47:45 PDT 2009
Bug Fixes
* You'd get a warning if you had a PREREQ_PM on a module with no $VERSION
like Config (broken in 6.51_01) [rt.cpan.org 47448]
Test Fixes
* Upgrade the version of Test::More we ship with to 0.88.
* Fix MM_Cygwin.t for older Perls missing Cygwin::win_to_posix_path()
broken in 6.53_01.
* Fix miniperl.t for Windows. Our method of shutting off XS didn't
work for Win32.pm
* Old versions of version.pm, like what ships with OS X, dent Foo->VERSION
causing prereq.t to fail. [rt.cpan.org 47296]
* Add missing core test boilerplates
[blead e39d780342f3e91579069fdc80eda72bfe639ae7]
1.20 2009-07-02
* Re-work things so that deprecated modules just warn but aren't actually excluded (perigrin)
* Improve the warnings when things go awry (semifor)
2009.07.02
In ImageMagick adapter, now checking if Clut method is supported and,
if it's not, use the Fx operator instead. This should fix the failures
in the CPAN testers matrix.
1.00 Thu Jul 03 12:30:00 2009
- Added default channel names for EPG
1.97 Thu Jul 2 15:22:21 EDT 2009
- Added "feature_limit" option to put a cap on the maximum number of features that a
track will attempt to display. This only works correctly if features are added one at a
time with add_feature().
0.27 Thu Jul 2 15:17:37 2009
* Doc updates (Sartak)
* Include missing Mouse::Tiny
0.13 2009-07-02
- Identical to 0.12
+ Fix MANIFEST.SKIP and re-release
0.12 2009-06-23 (Failed release)
+ Time::y2038
+ Perl::Version
0.08 Fri 3 Jul 2009
- Added support for weight and volatility
0.29 2009/06/25
(ms) Greg Olszewski added proper error handling to print and
pipe statements
(ms) Fixed up some "if $dir" cases to protect against a
value of "0" in $dir.
(ms) Fixed up logcroak calls to use the current logger instead of
the root logg
v1.25 2009.07.02
- t/nonblock.t: increase number of bytes written to fix bug with OS X 10.5
https://rt.cpan.org/Ticket/Display.html?id=47240
0.01 - Dec 11 2007
initial
0.02 - Dec 13 2007
cleaned up the concept
0.03 - Dec 14 2007
document everything
0.04 - Dec 15 2007
add condvars and interfaces for additional event loops
0.06 - Dec 28 2007
add some documentation
0.07 - Jan 09 2008
improve http handler versatility
0.08 - Jan 25 2008
add stream I/O
rewrite insides of http protocol in lambda style
0.09 - 1 Feb 2008
add Prima and AnyEvent event loops
rewrite SNMP support to work with these
0.10 - 18 Feb 2008
minor fixes to http
0.11 - 6 May 2008
add asynchronous dns
0.12 - 7 May 2008
add signal handling
0.13 - 9 May 2008
add http authentication
0.14 - 13 May 2008
minor changes
0.15 - 18 May 2008
add watch_* override()
0.18 - 25 May 2008
simplify yield()/wait(), facilitate override() with state()
0.21 - 31 Jul 2008
smarter getline(), io() is alias to lambda()
0.22 - 5 Aug 2008
add intercept()
0.23 - 6 Aug 2008
add IO::Lambda::Socket and webserver example
0.24 - 7 Aug 2008
standartize predicate functions wrappers
0.25 - 11 Aug 2008
any_tail() added
0.26 - 14 Aug 2008
fixed some bugs in documentation and code
0.27 - 15 Aug 2008
add spawn() in Signal.pm
0.28 - 25 Sep 2008
style changes, optimize tailo()
0.29 - 10 Oct 2008
use Sub::Name's magick
0.30 - 17 Oct 2008
implement http proxy
0.31 - 25 Oct 2008
handle nasty win32 non-blocking connects gracefully
0.33 - 28 Oct 2008
fixes for solaris
0.34 - 31 Oct 2008
add "apologetics" section in pod
0.35 - 5 Nov 2008
add Thread,Fork,Message,DBI modules
0.36,0.37 - 6 Nov 2008
portability fixes
0.38 - 7 Nov 2008
fix bad race conditions in signal waiting routines
0.39 - 7 Nov 2008
finalize thread and fork API
0.40 - 14 Nov 2008
add Loop::Poll and Flock
0.41 - 17 Nov 2008
rename Loop::Poll to Poll, add generic poller(&)
0.42-4 - 23 Nov 2008
cosmetic changes
0.45 - 4 Dec 2008
added minor safeguards in tests here and there against bizarre perls and platforms
0.46 - 17 Dec 2008
documentation proof-reading
1.00 - 18 Dec 2008
add higher-order functions: seq, par, mapcar, filter, fold, curry
1.01 - 8 Jan 2009
rename read to readable, write to writable, readwrite to rwx, sleep to timeout.
1.02 - 11 Jan 2009
fix "invalid handle" exceptions caused by bugs in SNMP code
implement DBI::prepare and DBI call grouping
1.03 - 15 Jan 2009
add IO::Lambda::Mutex
1.04 - 16 Jan 2009
critical fixes in core (bugs in cancel_event, any_tail, and wait)
add mutex(&) condition
1.05 - 21 Jan 2009
fix minor problems with http/1.1 redirects
1.06 - 29 Jan 2009
add catch(), the predicate-level exception handler
rewrite Mutex so that cancelling waiter() works as expected
1.07 - 30 Jan 2009
add backtrace() and enhance execution tracing with debug flag "caller"
1.08 - 31 Jan 2009
implement exceptions with throw/catch
enhance backtracing and move it out to IO::Lambda::Backtrace
1.09 - 14 Feb 2009
implement finally() for exceptions
1.10 - 21 Apr 2009
make catch() survive restartable calls; remove finally() as
it gets too complex if it needs to be restartable
minor SNMP fixes
1.11 - 2 Jul 2009
rewrite HTTPS stack to be fully non-blocking
adapt tests for AnyEvent
0.08 - 2009/07/02
Use next::method for method re-dispatch instead of NEXT
Fix Win32 test failures by forcing stringifies to Unix output format
0.07 - 2008/12/17
1.1 2009-07-02 00:00:00
- Added hr method. (bricas)
1.0 2009-07-02 00:00:00
1.0 2009-07-06 00:00:00
- Fixed pod coverage.
- Cleanup.
0.09 2009-07-02
- Remove bogus options to Moose attributes (optional => 1).
0.1.2 Thu 02 Jul 2009 12:21:42 PM CEST
- add metafile
0.991233 2009-07-01 00:00:00
- Rewrote Mojo::Client::process_local to use the new state machine.
- Added Server and X-Powered-By headers.
- Fixed external server tests.
- Fixed Mojo::Date handling of negative epoch values.
0.16
Condicionais e laços não precisam mais envolver condição avaliada entre parêntesis.
"a não ser que" (com til) adicionado.
Adicionada palavra chave "escreve" como sinônimo para a forma imperativa "escreva"
Adicionada opção de acento em palavras-chave "próximo", "refaça" e "vá para"
Adicionada palavras-chave "início", "inicio" (com ":" opcional no final) como um sinônimo para início de bloco ( além do abre-chaves "{" )
Adicionada palavra-chave "fim" como um sinônimo para fim de bloco ( além do fecha-chaves "}" )
Adicionada palavra-chave "função" (e "funcao") como sinônimo para "sub"
0.2..0.15
Changes to avoid failing tests.
0.1
2.04 Thu Jul 2 18:56:57 AUSEST 2009
* TEST: Removed spurious warning about insufficient credit.
* TEST: hints.t produces less debugging output when testing
the Perl core. (Thanks to Jerry D. Hedden)
* TEST: hints.t no longer spuriously fails when checking
the return values from File::Copy under Windows before
Perl 5.10.1. (Thanks to Curtis Jewell)
0.03
- performance tuning for too long string
- fixed memory leaks in stream unpacker
1.52_12 Jul 2, 2009
- also if using password authentication, detect when the
remote host key doesn't match the key stored in know_hosts
and abort the connection (bug report by Ryan Niebur).