[SCM] Debian packaging of libobject-id-perl branch, master, updated. debian/0.1.2-1

Salvatore Bonaccorso carnil at debian.org
Mon Sep 26 08:30:37 UTC 2011


The following commit has been merged in the master branch:
commit c738fbcf3f560ce2d014ed64c97f854ab2641f5d
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Mon Sep 26 10:02:00 2011 +0200

    Imported Upstream version 0.1.2

diff --git a/Build.PL b/Build.PL
index ede6023..5772346 100644
--- a/Build.PL
+++ b/Build.PL
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -w
 
-use 5.8.8;
+use 5.008_008;
 
 use strict;
 use lib 'inc';
diff --git a/Changes b/Changes
index 653976a..0470176 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,9 @@
+v0.1.2  Sat Sep 24 21:49:25 PDT 2011
+  Bug Fixes
+  * Quiet overzealous "v-string in use/require non-portable" warning from
+    Perl 5.10.0.
+
+
 v0.1.1  Thu May 20 14:17:23 PDT 2010
   Distribution Changes
   * Lowered the requirement on version.pm to 0.77 (what came with 5.10.1) at the
diff --git a/LICENSE b/LICENSE
index 44e0c79..b650ead 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-This software is copyright (c) 2010 by Michael G Schwern <schwern at pobox.com>.
+This software is copyright (c) 2011 by Michael G Schwern <schwern at pobox.com>.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -12,21 +12,22 @@ b) the "Artistic License"
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2010 by Michael G Schwern <schwern at pobox.com>.
+This software is Copyright (c) 2011 by Michael G Schwern <schwern at pobox.com>.
 
 This is free software, licensed under:
 
   The GNU General Public License, Version 1, February 1989
 
-		    GNU GENERAL PUBLIC LICENSE
-		     Version 1, February 1989
+                    GNU GENERAL PUBLIC LICENSE
+                     Version 1, February 1989
 
  Copyright (C) 1989 Free Software Foundation, Inc.
-                59 Temple Place, Suite 330, Boston, MA 02111-1307, USA
+                    51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
-			    Preamble
+                            Preamble
 
   The license agreements of most software companies try to keep users
 at the mercy of those companies.  By contrast, our General Public
@@ -67,7 +68,7 @@ authors' reputations.
   The precise terms and conditions for copying, distribution and
 modification follow.
 
-		    GNU GENERAL PUBLIC LICENSE
+                    GNU GENERAL PUBLIC LICENSE
    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
 
   0. This License Agreement applies to any program or other work which
@@ -185,7 +186,7 @@ make exceptions for this.  Our decision will be guided by the two goals
 of preserving the free status of all derivatives of our free software and
 of promoting the sharing and reuse of software generally.
 
-			    NO WARRANTY
+                            NO WARRANTY
 
   9. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
@@ -207,9 +208,9 @@ YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGES.
 
-		     END OF TERMS AND CONDITIONS
+                     END OF TERMS AND CONDITIONS
 
-	Appendix: How to Apply These Terms to Your New Programs
+        Appendix: How to Apply These Terms to Your New Programs
 
   If you develop a new program, and you want it to be of the greatest
 possible use to humanity, the best way to achieve this is to make it
@@ -235,8 +236,9 @@ the exclusion of warranty; and each file should have at least the
     GNU General Public License for more details.
 
     You should have received a copy of the GNU General Public License
-    along with this program; if not, write to the Free Software Foundation,
-    Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
+    along with this program; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 USA
+
 
 Also add information on how to contact you by electronic and paper mail.
 
@@ -270,7 +272,7 @@ That's all there is to it!
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2010 by Michael G Schwern <schwern at pobox.com>.
+This software is Copyright (c) 2011 by Michael G Schwern <schwern at pobox.com>.
 
 This is free software, licensed under:
 
diff --git a/MANIFEST b/MANIFEST
index 6347224..c241c8f 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -19,4 +19,5 @@ t/role.t
 t/threads.t
 t/universal.t
 t/uuid.t
+META.json
 SIGNATURE    Added here by Module::Build
diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP
index cd2e814..db1b4fe 100644
--- a/MANIFEST.SKIP
+++ b/MANIFEST.SKIP
@@ -1,5 +1,5 @@
 
-#!start included /usr/local/lib/perl5/5.10.1/ExtUtils/MANIFEST.SKIP
+#!start included /Users/schwern/perl5/perlbrew/perls/perl-5.14.1/lib/5.14.1/ExtUtils/MANIFEST.SKIP
 # Avoid version control files.
 \bRCS\b
 \bCVS\b
@@ -9,6 +9,12 @@
 \B\.git\b
 \B\.gitignore\b
 \b_darcs\b
+\B\.cvsignore$
+
+# Avoid VMS specific MakeMaker generated files
+\bDescrip.MMS$
+\bDESCRIP.MMS$
+\bdescrip.mms$
 
 # Avoid Makemaker generated and utility files.
 \bMANIFEST\.bak
@@ -22,6 +28,10 @@
 # Avoid Module::Build generated and utility files.
 \bBuild$
 \b_build/
+\bBuild.bat$
+\bBuild.COM$
+\bBUILD.COM$
+\bbuild.com$
 
 # Avoid temp and backup files.
 ~$
@@ -29,9 +39,21 @@
 \#$
 \b\.#
 \.bak$
+\.tmp$
+\.#
+\.rej$
+
+# Avoid OS-specific files/dirs
+# Mac OSX metadata
+\B\.DS_Store
+# Mac OSX SMB mount metadata files
+\B\._
 
-# Avoid Devel::Cover files.
+# Avoid Devel::Cover and Devel::CoverX::Covered files.
 \bcover_db\b
-#!end included /usr/local/lib/perl5/5.10.1/ExtUtils/MANIFEST.SKIP
+\bcovered\b
+
+# Avoid MYMETA files
+^MYMETA\.
+#!end included /Users/schwern/perl5/perlbrew/perls/perl-5.14.1/lib/5.14.1/ExtUtils/MANIFEST.SKIP
 
-^MYMETA.yml$
diff --git a/META.json b/META.json
new file mode 100644
index 0000000..738bb3e
--- /dev/null
+++ b/META.json
@@ -0,0 +1,67 @@
+{
+   "abstract" : "A unique identifier for any object",
+   "author" : [
+      "Michael G Schwern <schwern at pobox.com>"
+   ],
+   "dynamic_config" : 1,
+   "generated_by" : "Module::Build version 0.38, CPAN::Meta::Converter version 2.112150",
+   "keywords" : [
+      "id",
+      "identifier",
+      "universal",
+      "object"
+   ],
+   "license" : [
+      "perl_5"
+   ],
+   "meta-spec" : {
+      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+      "version" : "2"
+   },
+   "name" : "Object-ID",
+   "no_index" : {
+      "package" : [
+         "UNIVERSAL"
+      ]
+   },
+   "prereqs" : {
+      "build" : {
+         "requires" : {
+            "Test::More" : "0.88",
+            "version" : "0.77"
+         }
+      },
+      "configure" : {
+         "requires" : {
+            "Module::Build" : "0.340201"
+         }
+      },
+      "runtime" : {
+         "requires" : {
+            "Hash::FieldHash" : "0.10",
+            "Sub::Name" : "0.03",
+            "perl" : "v5.8.8"
+         }
+      }
+   },
+   "provides" : {
+      "Object::ID" : {
+         "file" : "lib/Object/ID.pm",
+         "version" : "v0.1.2"
+      },
+      "UNIVERSAL::Object::ID" : {
+         "file" : "lib/UNIVERSAL/Object/ID.pm",
+         "version" : "v0.1.2"
+      }
+   },
+   "release_status" : "stable",
+   "resources" : {
+      "license" : [
+         "http://dev.perl.org/licenses/"
+      ],
+      "repository" : {
+         "url" : "http://github.com/schwern/Object-ID"
+      }
+   },
+   "version" : "v0.1.2"
+}
diff --git a/META.yml b/META.yml
index 408fed3..174f149 100644
--- a/META.yml
+++ b/META.yml
@@ -7,7 +7,8 @@ build_requires:
   version: 0.77
 configure_requires:
   Module::Build: 0.340201
-generated_by: 'Module::Build version 0.3607'
+dynamic_config: 1
+generated_by: 'Module::Build version 0.38, CPAN::Meta::Converter version 2.112150'
 keywords:
   - id
   - identifier
@@ -24,10 +25,10 @@ no_index:
 provides:
   Object::ID:
     file: lib/Object/ID.pm
-    version: v0.1.1
+    version: v0.1.2
   UNIVERSAL::Object::ID:
     file: lib/UNIVERSAL/Object/ID.pm
-    version: v0.1.1
+    version: v0.1.2
 requires:
   Hash::FieldHash: 0.10
   Sub::Name: 0.03
@@ -35,4 +36,4 @@ requires:
 resources:
   license: http://dev.perl.org/licenses/
   repository: http://github.com/schwern/Object-ID
-version: v0.1.1
+version: v0.1.2
diff --git a/README b/README
index 1e8d71d..4640968 100644
--- a/README
+++ b/README
@@ -20,8 +20,8 @@ DESCRIPTION
 
 USAGE
     Object::ID is a role, rather than inheriting its methods they are
-    imported into your class. To make your class use Object::ID, simply `use
-    Object::ID' in your class.
+    imported into your class. To make your class use Object::ID, simply "use
+    Object::ID" in your class.
 
         package My::Class;
 
@@ -35,7 +35,7 @@ METHODS
   object_id
         my $id = $object->object_id;
 
-    Returns an identifier unique to the `$object'.
+    Returns an identifier unique to the $object.
 
     The identifier is not related to the content of the object. It is only
     unique for the life of the process. There is no guarantee as to the
@@ -63,7 +63,7 @@ METHODS
   object_uuid
         my $uuid = $object->object_uuid
 
-    Like `$object->object_id' but returns a UUID unique to the $object.
+    Like "$object->object_id" but returns a UUID unique to the $object.
 
     Only works if Data::UUID is installed.
 
@@ -89,7 +89,7 @@ FAQ
             print "Object's reference is $obj\n";
         }
 
-    This will print, for example, `Object's reference is Foo=HASH(0x803704)'
+    This will print, for example, "Object's reference is Foo=HASH(0x803704)"
     three times.
 
   How much memory does it use?
@@ -106,7 +106,7 @@ LICENSE
     This program is free software; you can redistribute it and/or modify it
     under the same terms as Perl itself.
 
-    See http://www.perl.com/perl/misc/Artistic.html
+    See <http://www.perl.com/perl/misc/Artistic.html>
 
 THANKS
     Thank you to Vincent Pit for coming up with the implementation.
diff --git a/SIGNATURE b/SIGNATURE
index 1a8fa30..3a9bd99 100644
--- a/SIGNATURE
+++ b/SIGNATURE
@@ -1,5 +1,5 @@
 This file contains message digests of all files listed in MANIFEST,
-signed via the Module::Signature module, version 0.61.
+signed via the Module::Signature module, version 0.68.
 
 To verify the content in this distribution, first make sure you have
 Module::Signature installed, then type:
@@ -16,16 +16,17 @@ Hash: SHA1
 
 SHA1 893aa2038b35266055d32e4906a6e5227df41327 .perlcriticrc
 SHA1 b1792a796e85dfbf8a74b4d1ad41ad32ddea48bb .perltidyrc
-SHA1 6c096544a0b3d6907d1b6422724c7884c3e782b8 Build.PL
-SHA1 22fd0c28f79a5576d792dbc40e8206268e159ba0 Changes
-SHA1 e7bc66fca43fc9dba4c777e7a60ef6fc102a8b02 LICENSE
-SHA1 a2418d06847b3dbc3704be36ed2be078a3263c63 MANIFEST
-SHA1 9cfe76fcc4bcefd01ef9abcd146e3682f0c43671 MANIFEST.SKIP
-SHA1 ef31c57a4f987aec078797b818ab25af35da0c39 META.yml
-SHA1 afce7909d883e6d4c0e46f415f9a2a46631e4d63 README
+SHA1 1eae695235653dfdeabd343fe83a5add17b11aa2 Build.PL
+SHA1 cb8a49cc2d81f261790f2ebe7a6a3078643cbe0a Changes
+SHA1 61c777820e70593419593ecb9680c5839f611595 LICENSE
+SHA1 f893af334763db3d658d5b349bb2e663d341a016 MANIFEST
+SHA1 f1ae8c236fb9a727ebec5bb70de2d4dd6e2f7c28 MANIFEST.SKIP
+SHA1 40776f8cbaeba3b797e589ef92e94625725c896b META.json
+SHA1 b33fbea74a2b31ec8dbe7a94727f736bf09848b2 META.yml
+SHA1 ab5e9533c1d96ad404782c4df0bdef47ceacd052 README
 SHA1 d51b8f82f755d2e8e456ad5e0b7195e92d07a3e4 inc/MyBuilder.pm
-SHA1 8879a55c3337a7e709bdf7da27727ca313f8843f lib/Object/ID.pm
-SHA1 89340de09498963c72b87e6d1ff4687e31fd9354 lib/UNIVERSAL/Object/ID.pm
+SHA1 54002aac4b97d60a2d3333f3c888776e18c194ed lib/Object/ID.pm
+SHA1 3a6091e59f96fef0cf76d3c76a78e72057a18167 lib/UNIVERSAL/Object/ID.pm
 SHA1 0c48cd304451ed6f7b82cad9c870981a44d6a92d t/00compile.t
 SHA1 3f78f31d53e9c28f8367da10ba3056ab73dac263 t/autoclean.t
 SHA1 2285e395d39771a7554aae46aff6991e0096f942 t/destroy.t
@@ -36,9 +37,9 @@ SHA1 a5224407abd07c1ff17f5f606bccd48ad354bed5 t/threads.t
 SHA1 552f3aacb7e6b655d6b17170b1239c286a786bbc t/universal.t
 SHA1 83cb8b8988721d987a096d44a132ae84ac821959 t/uuid.t
 -----BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.13 (Darwin)
+Version: GnuPG v2.0.18 (Darwin)
 
-iEYEARECAAYFAkv1qE0ACgkQWMohlhD1QydEBwCfUpvLqtZENQgmC8jBdyGkBmm0
-hxQAn1reE3KGIR0R8LF7d8UXbyYw0SHa
-=vvtc
+iEYEARECAAYFAk5+svMACgkQWMohlhD1QyfYkQCfeW89O98Ggi+fUN08S9NgOMUg
+Q4AAnjmFT7Jw6dDywEf8hjUZPOXatech
+=/Efu
 -----END PGP SIGNATURE-----
diff --git a/lib/Object/ID.pm b/lib/Object/ID.pm
index 3b30d30..35c37f6 100644
--- a/lib/Object/ID.pm
+++ b/lib/Object/ID.pm
@@ -1,11 +1,11 @@
 package Object::ID;
 
-use 5.8.8;
+use 5.008_008;
 
 use strict;
 use warnings;
 
-use version; our $VERSION = qv("v0.1.1");
+use version; our $VERSION = qv("v0.1.2");
 
 # Over 2x faster than Hash::Util::FieldHash
 use Hash::FieldHash qw(fieldhashes);
diff --git a/lib/UNIVERSAL/Object/ID.pm b/lib/UNIVERSAL/Object/ID.pm
index ff053e4..675a997 100644
--- a/lib/UNIVERSAL/Object/ID.pm
+++ b/lib/UNIVERSAL/Object/ID.pm
@@ -1,11 +1,11 @@
 package UNIVERSAL::Object::ID;
 
-use 5.8.8;
+use 5.008_008;
 
 use strict;
 use warnings;
 
-use version; our $VERSION = qv("v0.1.1");
+use version; our $VERSION = qv("v0.1.2");
 
 {
     package UNIVERSAL;

-- 
Debian packaging of libobject-id-perl



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