Show
Ignore:
Timestamp:
06/14/08 17:28:06 (5 years ago)
Author:
tokuhirom
Message:

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

=== Changes
==================================================================
--- Changes (revision 20875)
+++ Changes (local)
@@ -1,5 +1,10 @@

Revision history for Perl extension Sledge::Authorizer::BasicAuth?


+0.04
+
+ - use Module::Install
+ - depend to Class::Component
+

0.03 Thu Jun 22 20:46:27 JST 2006

  • bug in empty password orz...
  • added test cases
Location:
lang/perl/Sledge-Authorizer-BasicAuth/trunk
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Sledge-Authorizer-BasicAuth/trunk/Changes

    r13928 r13933  
    11Revision history for Perl extension Sledge::Authorizer::BasicAuth 
     2 
     30.04 
     4 
     5    - use Module::Install 
     6    - depend to Class::Component 
    27 
    380.03  Thu Jun 22 20:46:27 JST 2006 
  • lang/perl/Sledge-Authorizer-BasicAuth/trunk/MANIFEST

    r13928 r13933  
    11Changes 
     2inc/Module/Install.pm 
     3inc/Module/Install/AuthorTests.pm 
     4inc/Module/Install/Base.pm 
     5inc/Module/Install/Can.pm 
     6inc/Module/Install/Fetch.pm 
     7inc/Module/Install/Include.pm 
     8inc/Module/Install/Makefile.pm 
     9inc/Module/Install/Metadata.pm 
     10inc/Module/Install/TestBase.pm 
     11inc/Module/Install/Win32.pm 
     12inc/Module/Install/WriteAll.pm 
     13inc/Spiffy.pm 
     14inc/Test/Base.pm 
     15inc/Test/Base/Filter.pm 
     16inc/Test/Builder.pm 
     17inc/Test/Builder/Module.pm 
     18inc/Test/Exception.pm 
     19inc/Test/More.pm 
    220lib/Sledge/Authorizer/BasicAuth.pm 
    321Makefile.PL 
    422MANIFEST                        This list of files 
    5 META.yml                        Module meta-data (added by MakeMaker) 
     23META.yml 
    624t/00_compile.t 
    725t/03_methods.t 
  • lang/perl/Sledge-Authorizer-BasicAuth/trunk/MANIFEST.SKIP

    r13928 r13933  
    44^Makefile$ 
    55~$ 
     6^# 
    67\.old$ 
    78^blib/ 
     
    1011\.gz$ 
    1112\.cvsignore 
    12 \.swp 
     13^t/9\d[_-].*\.t 
     14^t/perlcritic 
     15^tools/ 
     16\.svn/ 
     17\.sw[po]$ 
     18^[^/]+\.yaml$ 
     19^[^/]+\.pl$ 
     20^\.shipit$ 
     21^t/Plugins/GPS/ 
  • lang/perl/Sledge-Authorizer-BasicAuth/trunk/lib/Sledge/Authorizer/BasicAuth.pm

    r13928 r13933  
    44use base qw(Sledge::Authorizer Class::Data::Inheritable); 
    55 
    6 our $VERSION = '0.03'; 
     6our $VERSION = '0.04'; 
    77 
    88use MIME::Base64 qw//;