Changeset 21644 for lang/perl/Atompub/tags
- Timestamp:
- 10/19/08 22:20:04 (3 months ago)
- Location:
- lang/perl/Atompub/tags/0.3.2
- Files:
-
- 4 modified
- 1 copied
-
. (copied) (copied from lang/perl/Atompub/trunk)
-
Changes (modified) (1 diff)
-
Makefile.PL (modified) (1 diff)
-
lib/Atompub.pm (modified) (2 diffs)
-
t/02.datetime.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Atompub/tags/0.3.2/Changes
r12220 r21644 1 2008-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 1 8 2008-05-22 Takeru INOUE <takeru.inoue _ gmail.com> 2 9 -
lang/perl/Atompub/tags/0.3.2/Makefile.PL
r12220 r21644 28 28 requires('XML::Atom::Service', 0.016); 29 29 30 requires('version' );30 requires('version', 0.74); 31 31 32 32 build_requires('Test::More'); -
lang/perl/Atompub/tags/0.3.2/lib/Atompub.pm
r12220 r21644 5 5 6 6 use 5.006; 7 use version ; our $VERSION = qv('0.3.1');7 use version 0.74; our $VERSION = qv('0.3.2'); 8 8 9 9 use HTTP::Headers; … … 159 159 =head1 LICENCE AND COPYRIGHT 160 160 161 Copyright (c) 2007, Takeru INOUE C<< <takeru.inoue _ gmail.com> >>. All rights reserved.161 Copyright (c) 2007, Takeru INOUE C<< <takeru.inoue _ gmail.com> >>. 162 162 163 163 This module is free software; you can redistribute it and/or -
lang/perl/Atompub/tags/0.3.2/t/02.datetime.t
r7918 r21644 2 2 use warnings; 3 3 #use Data::Dumper; $Data::Dumper::Indent = 1; 4 use Test::More tests => 11; 4 use Test::More; 5 6 plan skip_all => 'set ATOMPUB_TEST_LIVE to enable this test' 7 unless $ENV{ATOMPUB_TEST_LIVE}; 8 plan tests => 11; 5 9 6 10 # current time is "Mon Jan 01 10:00:00 2007" in your timezone
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)