Changeset 18387 for lang/perl

Show
Ignore:
Timestamp:
08/28/08 15:35:19 (3 months ago)
Author:
tokuhirom
Message:

lang/perl/mobirc: Checking in changes prior to tagging of version 1.05. Changelog diff is:

=== Changes
==================================================================
--- Changes (revision 26521)
+++ Changes (local)
@@ -1,7 +1,14 @@
+1.05
+
+ - use HTTP::Engine
+ - depended to POE::Component::IRC 5.86
+ - quick & dirty bug fix for
+ http://rt.cpan.org/Ticket/Display.html?id=38773
+

1.04


  • no Compat

- - use HTTP::Engine::Compat 1.04
+ - use HTTP::Engine 0.0.14


1.03


Location:
lang/perl/mobirc/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/mobirc/trunk/Changes

    r18071 r18387  
     11.05 
     2 
     3    - use HTTP::Engine 
     4    - depended to POE::Component::IRC 5.86 
     5    - quick & dirty bug fix for 
     6      http://rt.cpan.org/Ticket/Display.html?id=38773 
     7 
    181.04 
    29 
    310    - no Compat 
    4     - use HTTP::Engine::Compat 1.04 
     11    - use HTTP::Engine 0.0.14 
    512 
    6131.03 
  • lang/perl/mobirc/trunk/lib/App/Mobirc.pm

    r18071 r18387  
    1212use Encode; 
    1313 
    14 our $VERSION = '1.04'; 
     14our $VERSION = '1.05'; 
    1515 
    1616has server => (