r55581 - in /trunk/libcalendar-simple-perl: Build.PL Changes MANIFEST META.yml Makefile.PL README SIGNATURE debian/changelog debian/source/ debian/source/format lib/Calendar/Simple.pm t/no_dt.t

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Apr 7 03:47:37 UTC 2010


Author: jawnsy-guest
Date: Wed Apr  7 03:47:28 2010
New Revision: 55581

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=55581
Log:
* New upstream release
* Use new 3.0 (quilt) source format

Added:
    trunk/libcalendar-simple-perl/debian/source/
    trunk/libcalendar-simple-perl/debian/source/format
Removed:
    trunk/libcalendar-simple-perl/SIGNATURE
Modified:
    trunk/libcalendar-simple-perl/Build.PL
    trunk/libcalendar-simple-perl/Changes
    trunk/libcalendar-simple-perl/MANIFEST
    trunk/libcalendar-simple-perl/META.yml
    trunk/libcalendar-simple-perl/Makefile.PL
    trunk/libcalendar-simple-perl/README
    trunk/libcalendar-simple-perl/debian/changelog
    trunk/libcalendar-simple-perl/lib/Calendar/Simple.pm
    trunk/libcalendar-simple-perl/t/no_dt.t

Modified: trunk/libcalendar-simple-perl/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcalendar-simple-perl/Build.PL?rev=55581&op=diff
==============================================================================
--- trunk/libcalendar-simple-perl/Build.PL (original)
+++ trunk/libcalendar-simple-perl/Build.PL Wed Apr  7 03:47:28 2010
@@ -2,7 +2,6 @@
 
 my $build = Module::Build->new(
 	license            => 'perl',
-	dist_version       => '1.20',
 	dist_author        => 'Dave Cross <dave at mag-sol.com>',
         module_name        => 'Calendar::Simple',
 	requires           => {
@@ -23,7 +22,6 @@
 	},
         create_makefile_pl => 'traditional',
         script_files       => [ 'bin/pcal' ],
-        sign               => 1,
 );
 
 $build->create_build_script;

Modified: trunk/libcalendar-simple-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcalendar-simple-perl/Changes?rev=55581&op=diff
==============================================================================
--- trunk/libcalendar-simple-perl/Changes (original)
+++ trunk/libcalendar-simple-perl/Changes Wed Apr  7 03:47:28 2010
@@ -1,170 +1,162 @@
-2008-03-09  dave
+2010-04-02  Dave Cross <dave at angel.mag-sol.com>
 
-	* [r50] Build.PL:
-	  Incremented release number.
-	* [r49] Build.PL:
-	  Added Licence.
-	  Slightly rejigged dependencies.
+  * Build.PL: Remove signing.
 
-2008-03-08  dave
+  * lib/Calendar/Simple.pm: Bump to version 1.21 for release.
 
-	* [r47] MANIFEST:
-	  Removed COPYING for MANIFEST.
-	* [r46] COPYING:
-	  Remove COPYING.
-	* [r45] t/no_dt.t:
-	  Skip 2100 test on 64-bit systems.
-	* [r44] lib/Calendar/Simple.pm:
-	  Turn "licence" into a verb so CPANTS will recognise it.
-	* [r43] lib/Calendar/Simple.pm:
-	  Require Perl 5.6 (and, hence, use "our" and "warnings").
-	  Use svn revision number.
-	  Create licence section.
-	* [r42] Build.PL, COPYING, MANIFEST:
-	  Make files non-executable.
-	* [r41] Build.PL:
-	  Correct dependencies.
-	  Change email address to mag-sol.com.
-	  Increment version number.
+  * t/no_dt.t: Patch to fix tests under 5.11.0+. Thanks to Ruslan Zakirov.
 
-2006-10-18  dave
+2009-12-02  Dave Cross <dave at dave.org.uk>
 
-	* [r40] lib/Calendar/Simple.pm:
-	  Fixed undef values in comparisons
+  * lib/Calendar/Simple.pm: Small amount of perlcritic work
 
-2006-10-16  dave
+2009-03-19  Dave Cross <dave at dave.org.uk>
 
-	* [r39] lib/Calendar/Simple.pm:
-	  Bump version for release.
-	* [r38] Build.PL:
-	  Added pcal to Build.PL.
+  * Build.PL, lib/Calendar/Simple.pm: Switch to hard-coded version number in
+  Calendar/Simple.pm.
 
-2006-10-15  dave
+2008-04-19  Dave Cross <dave at dave.org.uk>
 
-	* [r37] MANIFEST, lib/Calendar/Simple.pm:
-	  Fixed MANIFEST, bumped version number.
-	* [r36] bin, bin/pcal, lib/Calendar/Simple.pm:
-	  Added pcal to the distribution
-	* [r35] lib/Calendar/Simple.pm, t/date_span.t:
-	  Added date_span function (and tests)
+  * Build.PL: Increment version
 
-2006-10-11  dave
+  * Build.PL: Add Perl version. Add Config to prereqs.
 
-	* [r34] lib/Calendar/Simple.pm:
-	  Removed excess parentheses
-	* [r33] t/no_dt.t, t/test.t:
-	  Slightly improved some tests
+2008-03-09  Dave Cross <dave at dave.org.uk>
 
-2006-09-10  
+  * Build.PL: Incremented release number.
 
-	* [r32] README.xml, lib/Calendar/Simple.pm:
-	  Changed copywrite to Magnum Solutions.
-	  Updated README to use Build.PL.
+  * Build.PL: Added Licence. Slightly rejigged dependencies.
 
-2006-09-04  
+2008-03-08  Dave Cross <dave at dave.org.uk>
 
-	* [r31] lib/Calendar/Simple.pm:
-	  Changed to manual version number
+  * MANIFEST: Removed COPYING for MANIFEST.
 
-2005-05-31  dave
+  * COPYING: Remove COPYING.
 
-	* [r30] Build.PL, lib/Calendar/Simple.pm:
-	  Fixes to Build.PL.
-	  Small changes to Pod.
+  * t/no_dt.t: Skip 2100 test on 64-bit systems.
 
-2005-03-01  dave
+  * lib/Calendar/Simple.pm: Turn "licence" into a verb so CPANTS will recognise
+  it.
 
-	* [r29] lib/Calendar/Simple.pm:
-	  Adding pod coverage tests
-	* [r28] MANIFEST, t/no_dt.t, t/pod_coverage.t, t/test.t:
-	  Added pod coverage tests
+  * lib/Calendar/Simple.pm: Require Perl 5.6 (and, hence, use "our" and
+  "warnings"). Use svn revision number. Create licence section.
 
-2004-12-04  dave
+  * : Make files non-executable.
 
-	* [r27] lib/Calendar/Simple.pm:
-	  Added 'see also' reference to DateTime
-	* [r26] t/test.t:
-	  Don't run 2100 test if DateTime isn't installed
+  * Build.PL: Correct dependencies. Change email address to mag-sol.com.
+  Increment version number.
 
-2004-10-30  dave
+2006-10-18  Dave Cross <dave at dave.org.uk>
 
-	* [r25] lib/Calendar/Simple.pm:
-	  Moved Simple.pm
-	* [r24] Build.PL, MANIFEST, Makefile.PL:
-	  Removed Makefile.PL (now generated by Build.PL)
-	  Added Build.PL
-	  Updated MANIFEST
+  * lib/Calendar/Simple.pm: Fixed undef values in comparisons
 
-2004-10-23  dave
+2006-10-16  Dave Cross <dave at dave.org.uk>
 
-	* [r23] lib/Calendar/Simple.pm, t/no_dt.t, t/pod.t, t/test.t:
-	  Improved test coverage
+  * lib/Calendar/Simple.pm: Bump version for release.
 
-2004-05-23  dave
+  * Build.PL: Added pcal to Build.PL.
 
-	* [r22] README, README.xml:
-	  Replace README with README.xml
+2006-10-15  Dave Cross <dave at dave.org.uk>
 
-2004-05-22  dave
+  * MANIFEST, lib/Calendar/Simple.pm: Fixed MANIFEST, bumped version number.
 
-	* [r21] t/test.t:
-	  Added more tests to increase coverage
+  * bin/pcal, lib/Calendar/Simple.pm: Added pcal to the distribution
 
-2003-05-14  dave
+  * lib/Calendar/Simple.pm, t/date_span.t: Added date_span function (and tests)
 
-	* [r20] t/pod.t, t/test.t:
-	  Added support for DateTime.pm (but only is it's installed).
-	  Updated POD tests.
-	* [r19] lib/Calendar/Simple.pm:
-	  Added support for DateTime.pm (but only is it's installed).
+2006-10-11  Dave Cross <dave at dave.org.uk>
 
-2003-02-19  dave
+  * lib/Calendar/Simple.pm: Removed excess parentheses
 
-	* [r18] Changes:
-	  Removed from CVS
-	* [r17] t, t/pod.t, t/test.t:
-	  New test files
-	* [r16] Makefile.PL:
-	  Added Test::More and Test::Pod as prereqs.
-	* [r15] MANIFEST:
-	  Removed test.pl
-	  Added t/*
-	* [r14] test.pl:
-	  Moved tests to t/*
-	* [r13] lib/Calendar/Simple.pm:
-	  Ensure that all week arrays contain seven elements - previously
-	  the
-	  last one ended on the last day of the month.
+  * t/no_dt.t, t/test.t: Slightly improved some tests
 
-2002-07-30  dave
+2006-09-10  (no author) <(no author)>
 
-	* [r12] Changes, lib/Calendar/Simple.pm:
-	  Fixed the stupid error from the last fix.
-	* [r11] lib/Calendar/Simple.pm:
-	  Fixed undefined value errors
+  * README.xml, lib/Calendar/Simple.pm: Changed copywrite to Magnum Solutions.
+  Updated README to use Build.PL.
 
-2002-07-13  dave
+2006-09-04  (no author) <(no author)>
 
-	* [r10] lib/Calendar/Simple.pm:
-	  Doc patches
+  * lib/Calendar/Simple.pm: Changed to manual version number
 
-2002-07-12  dave
+2005-05-31  Dave Cross <dave at dave.org.uk>
 
-	* [r9] COPYING, MANIFEST:
-	  Added COPYING
-	* [r8] lib/Calendar/Simple.pm:
-	  Added CVS tags
-	* [r7] lib/Calendar/Simple.pm, test.pl:
-	  Added start day option
-	* [r6] Calendar-Simple-0.01.tar, Makefile:
-	  Unnecessary Checkin
-	* [r2] Calendar-Simple-0.01.tar, Changes, MANIFEST, Makefile,
-	  Makefile.PL, README, lib, lib/Calendar, lib/Calendar/Simple.pm,
-	  test.pl:
-	  Initial revision
+  * Build.PL, lib/Calendar/Simple.pm: Fixes to Build.PL. Small changes to Pod.
 
-2002-07-12  
+2005-03-01  Dave Cross <dave at dave.org.uk>
 
-	* [r1] .:
-	  New repository initialized by cvs2svn.
+  * lib/Calendar/Simple.pm: Adding pod coverage tests
 
+  * MANIFEST, t/no_dt.t, t/pod_coverage.t, t/test.t: Added pod coverage tests
+
+2004-12-04  Dave Cross <dave at dave.org.uk>
+
+  * lib/Calendar/Simple.pm: Added 'see also' reference to DateTime
+
+  * t/test.t: Don't run 2100 test if DateTime isn't installed
+
+2004-10-30  Dave Cross <dave at dave.org.uk>
+
+  * lib/Calendar/Simple.pm: Moved Simple.pm
+
+  * Build.PL, MANIFEST, Makefile.PL: Removed Makefile.PL (now generated by
+  Build.PL) Added Build.PL Updated MANIFEST
+
+2004-10-23  Dave Cross <dave at dave.org.uk>
+
+  * lib/Calendar/Simple.pm, t/no_dt.t, t/pod.t, t/test.t: Improved test
+  coverage
+
+2004-05-23  Dave Cross <dave at dave.org.uk>
+
+  * README, README.xml: Replace README with README.xml
+
+2004-05-22  Dave Cross <dave at dave.org.uk>
+
+  * t/test.t: Added more tests to increase coverage
+
+2003-05-14  Dave Cross <dave at dave.org.uk>
+
+  * t/pod.t, t/test.t: Added support for DateTime.pm (but only is it's
+  installed). Updated POD tests.
+
+  * lib/Calendar/Simple.pm: Added support for DateTime.pm (but only is it's
+  installed).
+
+2003-02-19  Dave Cross <dave at dave.org.uk>
+
+  * Changes: Removed from CVS
+
+  * t/pod.t, t/test.t: New test files
+
+  * Makefile.PL: Added Test::More and Test::Pod as prereqs.
+
+  * MANIFEST: Removed test.pl Added t/*
+
+  * test.pl: Moved tests to t/*
+
+  * lib/Calendar/Simple.pm: Ensure that all week arrays contain seven elements
+  - previously the last one ended on the last day of the month.
+
+2002-07-30  Dave Cross <dave at dave.org.uk>
+
+  * Changes, lib/Calendar/Simple.pm: Fixed the stupid error from the last fix.
+
+  * lib/Calendar/Simple.pm: Fixed undefined value errors
+
+2002-07-13  Dave Cross <dave at dave.org.uk>
+
+  * lib/Calendar/Simple.pm: Doc patches
+
+2002-07-12  Dave Cross <dave at dave.org.uk>
+
+  * COPYING, MANIFEST: Added COPYING
+
+  * lib/Calendar/Simple.pm: Added CVS tags
+
+  * lib/Calendar/Simple.pm, test.pl: Added start day option
+
+  * Calendar-Simple-0.01.tar, Makefile: Unnecessary Checkin
+
+  * Calendar-Simple-0.01.tar, Changes, MANIFEST, Makefile, Makefile.PL, README,
+  lib/Calendar/Simple.pm, test.pl: Initial revision

Modified: trunk/libcalendar-simple-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcalendar-simple-perl/MANIFEST?rev=55581&op=diff
==============================================================================
--- trunk/libcalendar-simple-perl/MANIFEST (original)
+++ trunk/libcalendar-simple-perl/MANIFEST Wed Apr  7 03:47:28 2010
@@ -11,4 +11,3 @@
 t/date_span.t
 bin/pcal
 META.yml                                 Module meta-data (added by MakeMaker)
-SIGNATURE    Added here by Module::Build

Modified: trunk/libcalendar-simple-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcalendar-simple-perl/META.yml?rev=55581&op=diff
==============================================================================
--- trunk/libcalendar-simple-perl/META.yml (original)
+++ trunk/libcalendar-simple-perl/META.yml Wed Apr  7 03:47:28 2010
@@ -1,26 +1,28 @@
 ---
-name: Calendar-Simple
-version: 1.20
+abstract: 'Perl extension to create simple calendars'
 author:
   - 'Dave Cross <dave at mag-sol.com>'
-abstract: Perl extension to create simple calendars
+build_requires:
+  Test::More: 0
+configure_requires:
+  Module::Build: 0.36
+generated_by: 'Module::Build version 0.3603'
 license: perl
-resources:
-  license: http://dev.perl.org/licenses/
+meta-spec:
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: 1.4
+name: Calendar-Simple
+provides:
+  Calendar::Simple:
+    file: lib/Calendar/Simple.pm
+    version: 1.21
+recommends:
+  DateTime: 0
 requires:
   Carp: 0
   Config: 0
   Time::Local: 0
-  perl: 5.6.0
-build_requires:
-  Test::More: 0
-recommends:
-  DateTime: 0
-provides:
-  Calendar::Simple:
-    file: lib/Calendar/Simple.pm
-    version: 44
-generated_by: Module::Build version 0.2808
-meta-spec:
-  url: http://module-build.sourceforge.net/META-spec-v1.2.html
-  version: 1.2
+  perl: v5.6.0
+resources:
+  license: http://dev.perl.org/licenses/
+version: 1.21

Modified: trunk/libcalendar-simple-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcalendar-simple-perl/Makefile.PL?rev=55581&op=diff
==============================================================================
--- trunk/libcalendar-simple-perl/Makefile.PL (original)
+++ trunk/libcalendar-simple-perl/Makefile.PL Wed Apr  7 03:47:28 2010
@@ -1,19 +1,20 @@
-# Note: this file was auto-generated by Module::Build::Compat version 0.03
+# Note: this file was auto-generated by Module::Build::Compat version 0.3603
+require 5.006000;
 use ExtUtils::MakeMaker;
 WriteMakefile
 (
-          'PL_FILES' => {},
+          'NAME' => 'Calendar::Simple',
+          'VERSION_FROM' => 'lib/Calendar/Simple.pm',
+          'PREREQ_PM' => {
+                           'Carp' => 0,
+                           'Config' => 0,
+                           'Test::More' => 0,
+                           'Time::Local' => 0
+                         },
           'INSTALLDIRS' => 'site',
-          'NAME' => 'Calendar::Simple',
           'EXE_FILES' => [
                            'bin/pcal'
                          ],
-          'VERSION_FROM' => 'lib/Calendar/Simple.pm',
-          'PREREQ_PM' => {
-                           'Test::More' => 0,
-                           'Time::Local' => 0,
-                           'Config' => 0,
-                           'Carp' => 0
-                         }
+          'PL_FILES' => {}
         )
 ;

Modified: trunk/libcalendar-simple-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcalendar-simple-perl/README?rev=55581&op=diff
==============================================================================
--- trunk/libcalendar-simple-perl/README (original)
+++ trunk/libcalendar-simple-perl/README Wed Apr  7 03:47:28 2010
@@ -1,36 +1,27 @@
-
 Calendar::Simple
 ----------------
 
-NAME
-
-  Calendar::Simple
-
-DESCRIPTION
-
-  This is a very simple module that models a calendar month.
+This is a very simple module that models a calendar month.
 
 INSTALLATION
 
-  To install this module type the following:
+To install this module type the following:
 
-       perl Build.PL
-       ./Build
-       ./Build test
-       ./Build install
+   perl Build.P
+   ./Build
+   ./Build test
+   ./Build install
 
-
-  Note: The older "perl Makefile.PL; make; make test; make install"
-  sequence will also work.
+Note: The older "perl Makefile.PL; make; make test; make install" sequence
+will also work.
 
 DEPENDENCIES
 
-  This module has no external dependencies.
+This module has no external dependencies.
 
 COPYRIGHT AND LICENCE
 
-  This script is free software; you can redistribute it and/or modify it
-  under the same terms as Perl itself.
+This script is free software; you can redistribute it and/or
+modify it under the same terms as Perl itself.
 
-  Copyright (C) 2002-2006 Magnum Solutions Ltd., All rights reserved.
-
+Copyright (C) 2002-2010 Magnum Solutions Ltd., All rights reserved.

Modified: trunk/libcalendar-simple-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcalendar-simple-perl/debian/changelog?rev=55581&op=diff
==============================================================================
--- trunk/libcalendar-simple-perl/debian/changelog (original)
+++ trunk/libcalendar-simple-perl/debian/changelog Wed Apr  7 03:47:28 2010
@@ -1,4 +1,8 @@
-libcalendar-simple-perl (1.20-2) UNRELEASED; urgency=low
+libcalendar-simple-perl (1.21-1) UNRELEASED; urgency=low
+
+  [ Jonathan Yu ]
+  * New upstream release
+  * Use new 3.0 (quilt) source format
 
   [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
@@ -8,7 +12,7 @@
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
- -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:40:11 +0100
+ -- Jonathan Yu <jawnsy at cpan.org>  Wed, 07 Apr 2010 00:21:46 -0400
 
 libcalendar-simple-perl (1.20-1) unstable; urgency=low
 

Added: trunk/libcalendar-simple-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcalendar-simple-perl/debian/source/format?rev=55581&op=file
==============================================================================
--- trunk/libcalendar-simple-perl/debian/source/format (added)
+++ trunk/libcalendar-simple-perl/debian/source/format Wed Apr  7 03:47:28 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Modified: trunk/libcalendar-simple-perl/lib/Calendar/Simple.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcalendar-simple-perl/lib/Calendar/Simple.pm?rev=55581&op=diff
==============================================================================
--- trunk/libcalendar-simple-perl/lib/Calendar/Simple.pm (original)
+++ trunk/libcalendar-simple-perl/lib/Calendar/Simple.pm Wed Apr  7 03:47:28 2010
@@ -1,4 +1,4 @@
-# $Id: Simple.pm 44 2008-03-08 22:13:46Z dave $
+# $Id$
 
 =head1 NAME
 
@@ -27,13 +27,11 @@
 use strict;
 use warnings;
 
-require Exporter;
-
-our @ISA = qw(Exporter);
+use base 'Exporter';
 
 our @EXPORT = qw(calendar);
 our @EXPORT_OK = qw(date_span);
-our $VERSION = sprintf "%d", '$Revision: 44 $ ' =~ /(\d+)/;
+our $VERSION = '1.21';
 
 use Time::Local;
 use Carp;

Modified: trunk/libcalendar-simple-perl/t/no_dt.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcalendar-simple-perl/t/no_dt.t?rev=55581&op=diff
==============================================================================
--- trunk/libcalendar-simple-perl/t/no_dt.t (original)
+++ trunk/libcalendar-simple-perl/t/no_dt.t Wed Apr  7 03:47:28 2010
@@ -53,6 +53,8 @@
 ok(@month);
 
 SKIP: {
+  skip 'Not a problem since perl 5.11.0', 1
+    if $] >= 5.011;
   skip 'Not a problem on 64-bit systems', 1
     if defined $Config{use64bitint};
 




More information about the Pkg-perl-cvs-commits mailing list