Show
Ignore:
Timestamp:
10/19/08 22:20:04 (3 months ago)
Author:
takemaru
Message:

lang/perl/Atompub: 0.3.2 released

Location:
lang/perl/Atompub/tags/0.3.2
Files:
4 modified
1 copied

Legend:

Unmodified
Added
Removed
  • lang/perl/Atompub/tags/0.3.2/Changes

    r12220 r21644  
     12008-10-19  Takeru INOUE  <takeru.inoue _ gmail.com> 
     2 
     3        * release 0.3.2: 
     4        * t/02.datetime.t 
     5        - skip this test if the environmental variable 
     6          ATOMPUB_TEST_LIVE is not set 
     7 
    182008-05-22  Takeru INOUE  <takeru.inoue _ gmail.com> 
    29 
  • lang/perl/Atompub/tags/0.3.2/Makefile.PL

    r12220 r21644  
    2828requires('XML::Atom::Service', 0.016); 
    2929 
    30 requires('version'); 
     30requires('version', 0.74); 
    3131 
    3232build_requires('Test::More'); 
  • lang/perl/Atompub/tags/0.3.2/lib/Atompub.pm

    r12220 r21644  
    55 
    66use 5.006; 
    7 use version; our $VERSION = qv('0.3.1'); 
     7use version 0.74; our $VERSION = qv('0.3.2'); 
    88 
    99use HTTP::Headers; 
     
    159159=head1 LICENCE AND COPYRIGHT 
    160160 
    161 Copyright (c) 2007, Takeru INOUE C<< <takeru.inoue _ gmail.com> >>. All rights reserved. 
     161Copyright (c) 2007, Takeru INOUE C<< <takeru.inoue _ gmail.com> >>. 
    162162 
    163163This module is free software; you can redistribute it and/or 
  • lang/perl/Atompub/tags/0.3.2/t/02.datetime.t

    r7918 r21644  
    22use warnings; 
    33#use Data::Dumper; $Data::Dumper::Indent = 1; 
    4 use Test::More tests => 11; 
     4use Test::More; 
     5 
     6plan skip_all => 'set ATOMPUB_TEST_LIVE to enable this test' 
     7    unless $ENV{ATOMPUB_TEST_LIVE}; 
     8plan tests => 11; 
    59 
    610# current time is "Mon Jan 01 10:00:00 2007" in your timezone