The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Changes 08
MANIFEST 11
MANIFEST.SKIP 03
META.json 188
META.yml 96
Makefile.PL 012
SIGNATURE 1218
lib/Linux/Cpuinfo.pm 11
8 files changed (This is a version diff) 4157
@@ -38,3 +38,11 @@ Revision history for Perl extension Linux::Cpuinfo.
 
 	 * Change email address
          * Add github details for a more sharing decade
+
+1.9	Sun 31 Aug 16:28:09 BST 2014
+	 
+	 * Fix the signature
+
+1.10	Sun 31 Aug 17:00:08 BST 2014
+
+	* Skip those stupid generated meta files
@@ -3,7 +3,6 @@ lib/Linux/Cpuinfo.pm
 Makefile.PL
 MANIFEST
 MANIFEST.SKIP
-SIGNATURE
 README
 t/cpuinfo.t
 t/0-signature.t
@@ -15,3 +14,4 @@ proc/cpuinfo.x86_smp
 proc/cpuinfo.Xeon_smp
 META.yml                                 Module YAML meta-data (added by MakeMaker)
 META.json                                Module JSON meta-data (added by MakeMaker)
+SIGNATURE                                Public-key signature (added by MakeMaker)
@@ -1,5 +1,8 @@
+#defaults
 ^Makefile$
 ^blib/
 ^pm_to_blib$
 ^blibdirs$
 \bCVS\b
+^\.git/
+^MYMETA\.
@@ -4,7 +4,7 @@
       "Jonathan Stowe <jns@gellyfish.co.uk>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 2.120921",
+   "generated_by" : "ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter version 2.142060",
    "license" : [
       "perl_5"
    ],
@@ -19,23 +19,13 @@
          "inc"
       ]
    },
-   "prereqs" : {
-      "build" : {
-         "requires" : {
-            "ExtUtils::MakeMaker" : "0"
-         }
-      },
-      "configure" : {
-         "requires" : {
-            "ExtUtils::MakeMaker" : "0"
-         }
-      },
-      "runtime" : {
-         "requires" : {
-            "Test::Simple" : "0.47"
-         }
+   "release_status" : "stable",
+   "resources" : {
+      "repository" : {
+         "type" : "git",
+         "url" : "https://github.com/jonathanstowe/Linux-Cpuinfo.git",
+         "web" : "https://github.com/jonathanstowe/Linux-Cpuinfo"
       }
    },
-   "release_status" : "stable",
-   "version" : "1.8"
+   "version" : "1.10"
 }
@@ -2,21 +2,18 @@
 abstract: 'Object Oriented Interface to /proc/cpuinfo'
 author:
   - 'Jonathan Stowe <jns@gellyfish.co.uk>'
-build_requires:
-  ExtUtils::MakeMaker: 0
-configure_requires:
-  ExtUtils::MakeMaker: 0
+build_requires: {}
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 2.120921'
+generated_by: 'ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter version 2.142060'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
-  version: 1.4
+  version: '1.4'
 name: Linux-Cpuinfo
 no_index:
   directory:
     - t
     - inc
-requires:
-  Test::Simple: 0.47
-version: 1.8
+resources:
+  repository: https://github.com/jonathanstowe/Linux-Cpuinfo.git
+version: '1.10'
@@ -17,8 +17,20 @@ EONOCPUINFO
 WriteMakefile(
     'NAME'		=> 'Linux::Cpuinfo',
     'VERSION_FROM'	=> 'lib/Linux/Cpuinfo.pm', 
+    'SIGN'          =>  1,
     'PREREQ_PM'		=> {Test::Simple => 0.47 }, 
     'LICENSE'       => 'perl',
+    META_MERGE => {
+        'meta-spec' => { version => 2 },
+        resources => {
+            repository => {
+                type => 'git',
+                url  => 'https://github.com/jonathanstowe/Linux-Cpuinfo.git',
+                web  => 'https://github.com/jonathanstowe/Linux-Cpuinfo',
+            },
+        },
+    },
+
     ($] >= 5.005 ?   
       (ABSTRACT_FROM => 'lib/Linux/Cpuinfo.pm',
        AUTHOR     => 'Jonathan Stowe <jns@gellyfish.co.uk>') : ()),
@@ -1,12 +1,12 @@
 This file contains message digests of all files listed in MANIFEST,
-signed via the Module::Signature module, version 0.41.
+signed via the Module::Signature module, version 0.73.
 
 To verify the content in this distribution, first make sure you have
 Module::Signature installed, then type:
 
     % cpansign -v
 
-It would check each file's integrity, as well as the signature's
+It will check each file's integrity, as well as the signature's
 validity.  If "==> Signature verified OK! <==" is not displayed,
 the distribution may already have been compromised, and you should
 not run its Makefile.PL or Build.PL.
@@ -14,12 +14,14 @@ not run its Makefile.PL or Build.PL.
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
-SHA1 b6a3bf8994a89a1d60282a6a82a0de4ba60cbb99 Changes
-SHA1 f1e4bb3d56708a9ee6fb988c0125793df252104b MANIFEST
-SHA1 33449994616c3227f434d2e9fe097b224a57f3ec MANIFEST.SKIP
-SHA1 5c56683554efa332d581d9c9ef67457feb866f50 Makefile.PL
-SHA1 05c4a5840ee29eb497bbc28c78e3a61da92c14d5 README
-SHA1 23f9105ca3b2a4b6378783067046835d7b0e7bb8 lib/Linux/Cpuinfo.pm
+SHA1 2c6bff5276ada9082e2a67933a2063c0066dfe4f Changes
+SHA1 043f1c1793286acc75fa8f012003cfecf87ec45f MANIFEST
+SHA1 32a672ae07a3ba6827df897208d5be2a89c3ea63 MANIFEST.SKIP
+SHA1 cf624eefd0cd52f8621523b9859ff8276374fe6b META.json
+SHA1 f191aa56ab1f6080d155e1a44773b7fd6607a1be META.yml
+SHA1 e0651fd7d260108b88fc4f1b502eb9736c3b5891 Makefile.PL
+SHA1 511a44729a378abb0e0fae00531b87e80afbf7b3 README
+SHA1 9fb3772f3c00fb9f2c9eb41792bf08810e44fdd5 lib/Linux/Cpuinfo.pm
 SHA1 8e78432cbe831f850063992256635265f13560f1 proc/cpuinfo.Xeon_smp
 SHA1 75a6fa11bafc438ad7fb3c0221827a3a094a63dd proc/cpuinfo.agenda_mips
 SHA1 66ab21fec8ab3d1d030e8ea094a7cc63983e1c8b proc/cpuinfo.alpha
@@ -29,9 +31,13 @@ SHA1 c30b492b4274591935081fbdfd42b1d06facd85a proc/cpuinfo.x86_smp
 SHA1 d964e3770c3a62bdb12a2b25042f9f4ea0cf21c0 t/0-signature.t
 SHA1 cb9a7c59942cc63ccf035e869291002fb9d9f88e t/cpuinfo.t
 -----BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.3 (GNU/Linux)
+Version: GnuPG v1
 
-iD8DBQFBWA9vfQUV5SzDQNQRAu2hAJ43ecYusOz2UP3QYrqT49o8lYaMNwCeNnMB
-1KDgRcs0weanWkKZqNIx2po=
-=N0xr
+iQEcBAEBAgAGBQJUA0bmAAoJECBWhy2NZBIA46IIANpCB3q7OtjrJ1IO99mu19Fu
+V1Rv+H7cEzsf36v3jGfOWOEJu9vr/1jBn0Kz8LXAuDgVPd51Kfgw2nTKa7RMQiwa
+PECkNRRWGBFK9l17pXgCiJ1J95cPigNmRxrDDekpwHr0mNZfpjaK7kqZ+YWPDi/a
+1yg8fTQukQAj0nMVSe8cAw4MeCZ6D8SPqbpGPcQSu6sPAQzDtp/mTFcexkmUHAZw
+7p0f5rbPgizcr7M8l0W6sPDCAUnxROm8nsXLMERbnXyG4TqzcNizBU6z8mCEYQIX
+h+SGdQJSF3C+pBsOkStq8jN4jP+fieKWV7QIwnisP5rf1MTLygNn0q4+X9Drnok=
+=Q11g
 -----END PGP SIGNATURE-----
@@ -80,7 +80,7 @@ use vars qw(
   $AUTOLOAD
 );
 
-($VERSION) = q$Revision: 1.8 $ =~ /([\d.]+)/;
+$VERSION = '1.10';
 
 =item cpuinfo