r75518 - in /trunk/libobject-signature-perl: MANIFEST META.yml debian/changelog debian/control debian/copyright t/01_compile.t t/02_main.t t/99_author.t

fabreg-guest at users.alioth.debian.org fabreg-guest at users.alioth.debian.org
Sun Jun 12 19:39:47 UTC 2011


Author: fabreg-guest
Date: Sun Jun 12 19:39:21 2011
New Revision: 75518

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=75518
Log:
Updated package

Removed:
    trunk/libobject-signature-perl/t/99_author.t
Modified:
    trunk/libobject-signature-perl/MANIFEST
    trunk/libobject-signature-perl/META.yml
    trunk/libobject-signature-perl/debian/changelog
    trunk/libobject-signature-perl/debian/control
    trunk/libobject-signature-perl/debian/copyright
    trunk/libobject-signature-perl/t/01_compile.t
    trunk/libobject-signature-perl/t/02_main.t

Modified: trunk/libobject-signature-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libobject-signature-perl/MANIFEST?rev=75518&op=diff
==============================================================================
--- trunk/libobject-signature-perl/MANIFEST (original)
+++ trunk/libobject-signature-perl/MANIFEST Sun Jun 12 19:39:21 2011
@@ -2,12 +2,14 @@
 inc/Module/Install.pm
 inc/Module/Install/Base.pm
 inc/Module/Install/Can.pm
+inc/Module/Install/DSL.pm
 inc/Module/Install/Fetch.pm
 inc/Module/Install/Makefile.pm
 inc/Module/Install/Metadata.pm
 inc/Module/Install/Win32.pm
 inc/Module/Install/WriteAll.pm
 lib/Object/Signature.pm
+lib/Object/Signature/File.pm
 LICENSE
 Makefile.PL
 MANIFEST			This list of files
@@ -15,4 +17,6 @@
 README
 t/01_compile.t
 t/02_main.t
-t/99_author.t
+xt/meta.t
+xt/pmv.t
+xt/pod.t

Modified: trunk/libobject-signature-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libobject-signature-perl/META.yml?rev=75518&op=diff
==============================================================================
--- trunk/libobject-signature-perl/META.yml (original)
+++ trunk/libobject-signature-perl/META.yml Sun Jun 12 19:39:21 2011
@@ -1,17 +1,30 @@
-abstract: ~
-author: Adam Kennedy <adamk at cpan.org>
-build_requires: 
+---
+abstract: 'Generate cryptographic signatures for objects'
+author:
+  - 'Adam Kennedy <adamk at cpan.org>'
+build_requires:
+  ExtUtils::MakeMaker: 6.42
   Test::More: 0.47
+configure_requires:
+  ExtUtils::MakeMaker: 6.42
 distribution_type: module
-generated_by: Module::Install version 0.64
+generated_by: 'Module::Install version 1.00'
 license: perl
+meta-spec:
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: 1.4
 name: Object-Signature
-no_index: 
-  directory: 
+no_index:
+  directory:
     - inc
     - t
-requires: 
+    - xt
+requires:
   Digest::MD5: 2.00
   Storable: 2.11
   perl: 5.005
-version: 1.05
+resources:
+  ChangeLog: http://fisheye2.atlassian.com/changelog/cpan/trunk/Object-Signature
+  license: http://dev.perl.org/licenses/
+  repository: http://svn.ali.as/cpan/trunk/Object-Signature
+version: 1.07

Modified: trunk/libobject-signature-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libobject-signature-perl/debian/changelog?rev=75518&op=diff
==============================================================================
--- trunk/libobject-signature-perl/debian/changelog (original)
+++ trunk/libobject-signature-perl/debian/changelog Sun Jun 12 19:39:21 2011
@@ -1,14 +1,13 @@
-libobject-signature-perl (1.05-3) UNRELEASED; urgency=low
+libobject-signature-perl (1.07-1) UNRELEASED; urgency=low
 
-  TODO:
-  - please update to 1.07
-  - debian/control: 
-    + short description is not a noun phrase
-    + remove libmodule-install-perl (the stuff included in inc/ is enough)
-    + remove libtest-pod-perl, not used anymore
-      (or set AUTOMATED_TESTING again in d/rules in an override_dh_auto_test)
-  - debian/copyright: info about inc/* missing ->
-    http://pkg-perl.alioth.debian.org/copyright.html#module__install
+  [ Fabrizio Regalli ]
+  * Bump to 3.9.2 Standard-Version.
+  * Switch to DEP5 license format.
+  * Add myself to Uploaders.
+  * Switch d/compat to 8.
+  * Build-Depends: switch to debhelper (>= 8).
+  * Bump to 3.0 quilt format.
+  * New upstream release.
 
   [ Jonathan Yu ]
   * updated gregor's e-mail address
@@ -21,15 +20,7 @@
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
-  [ Fabrizio Regalli ]
-  * Bump to 3.9.2 Standard-Version.
-  * Switch to DEP5 license format.
-  * Add myself to Uploaders.
-  * Switch d/compat to 8.
-  * Build-Depends: switch to debhelper (>= 8).
-  * Bump to 3.0 quilt format.
-
- -- Fabrizio Regalli <fabreg at fabreg.it>  Sun, 12 Jun 2011 01:46:44 +0200
+ -- Fabrizio Regalli <fabreg at fabreg.it>  Sun, 12 Jun 2011 21:24:30 +0200
 
 libobject-signature-perl (1.05-2) unstable; urgency=low
 

Modified: trunk/libobject-signature-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libobject-signature-perl/debian/control?rev=75518&op=diff
==============================================================================
--- trunk/libobject-signature-perl/debian/control (original)
+++ trunk/libobject-signature-perl/debian/control Sun Jun 12 19:39:21 2011
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: libmodule-install-perl, libtest-pod-perl, perl
+Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
  gregor herrmann <gregoa at debian.org>,
@@ -15,7 +15,7 @@
 Package: libobject-signature-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Description: generate cryptographic signatures for objects
+Description: module perl for generate cryptographic signatures for objects
  Object::Signature is an abstract base class that you can inherit from in
  order to allow your objects to generate unique cryptographic signatures.
  .

Modified: trunk/libobject-signature-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libobject-signature-perl/debian/copyright?rev=75518&op=diff
==============================================================================
--- trunk/libobject-signature-perl/debian/copyright (original)
+++ trunk/libobject-signature-perl/debian/copyright Sun Jun 12 19:39:21 2011
@@ -5,6 +5,12 @@
 
 Files: *
 Copyright: 2004 - 2006, Adam Kennedy <adamk at cpan.org>
+License: Artistic or GPL-1+
+
+Files: inc/Module/*
+Copyright: 2002-2011, Adam Kennedy <adamk at cpan.org>
+ 2002-2011, Audrey Tang <autrijus at autrijus.org>
+ 2002-2011, Brian Ingerson <ingy at cpan.org>
 License: Artistic or GPL-1+
 
 Files: debian/*

Modified: trunk/libobject-signature-perl/t/01_compile.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libobject-signature-perl/t/01_compile.t?rev=75518&op=diff
==============================================================================
--- trunk/libobject-signature-perl/t/01_compile.t (original)
+++ trunk/libobject-signature-perl/t/01_compile.t Sun Jun 12 19:39:21 2011
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
 
 # Load testing for Object::Signature
 
@@ -10,7 +10,5 @@
 
 use Test::More tests => 2;
 
-ok( $] >= 5.005, "Your perl is new enough" );
-use_ok('Object::Signature');
-
-exit(0);
+use_ok('Object::Signature'      );
+use_ok('Object::Signature::File');

Modified: trunk/libobject-signature-perl/t/02_main.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libobject-signature-perl/t/02_main.t?rev=75518&op=diff
==============================================================================
--- trunk/libobject-signature-perl/t/02_main.t (original)
+++ trunk/libobject-signature-perl/t/02_main.t Sun Jun 12 19:39:21 2011
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
 
 # Load testing for Object::Signature
 
@@ -28,35 +28,50 @@
 isa_ok( $Bar1, 'Object::Signature' );
 ok( $Bar1->signature, '->signature returns true' );
 is( length($Bar1->signature), 32, '->signature returns 32 chars' );
-isnt( $Foo1->signature, $Bar1->signature,
-	'Identical objects of different classes return different signatures' );
+isnt(
+	$Foo1->signature,
+	$Bar1->signature,
+	'Identical objects of different classes return different signatures',
+);
 
 my $Bar2 = Bar->new;
 isa_ok( $Bar2, 'Bar' );
 ok( $Bar2->signature, '->signature returns true' );
 is( length($Bar2->signature), 32, '->signature returns 32 chars' );
-isnt( $Bar1->signature, $Bar2->signature,
-	'Different objects of the same class return different signatures' );
+isnt(
+	$Bar1->signature,
+	$Bar2->signature,
+	'Different objects of the same class return different signatures',
+);
 
 
 
 
 
+BEGIN {
+	package Foo;
 
-package Foo;
+	use Object::Signature ();
 
-use base 'Object::Signature';
+	@Foo::ISA = 'Object::Signature';
 
-sub new { bless { a => 1 }, 'Foo' };
+	sub new {
+		bless { a => 1 }, 'Foo'
+	};
 
-1;
+	1;
 
-package Bar;
+	package Bar;
 
-use base 'Object::Signature';
+	use Object::Signature ();
 
-my $bar = 0;
+	@Bar::ISA = 'Object::Signature';
 
-sub new { bless { a => ++$bar }, 'Bar' }
+	my $bar = 0;
 
-1;
+	sub new {
+		bless { a => ++$bar }, 'Bar'
+	}
+
+	1;
+}




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