[Bps-public-commit] r9656 - in Test-HTTP-Server-Simple: .
jesse at bestpractical.com
jesse at bestpractical.com
Tue Nov 13 16:44:48 EST 2007
Author: jesse
Date: Tue Nov 13 16:44:48 2007
New Revision: 9656
Added:
Test-HTTP-Server-Simple/SIGNATURE
Modified:
Test-HTTP-Server-Simple/ (props changed)
Test-HTTP-Server-Simple/Changes
Test-HTTP-Server-Simple/META.yml
Test-HTTP-Server-Simple/lib/Test/HTTP/Server/Simple.pm
Log:
r71723 at pinglin: jesse | 2007-11-13 16:44:00 -0500
0.06 -releng only fixes
Modified: Test-HTTP-Server-Simple/Changes
==============================================================================
--- Test-HTTP-Server-Simple/Changes (original)
+++ Test-HTTP-Server-Simple/Changes Tue Nov 13 16:44:48 2007
@@ -1,5 +1,8 @@
Revision history for Test-HTTP-Server-Simple
+0.06 Tue Nov 13 16:38:40 EST 2007
+ META.yml SHA1 SUM issue
+
0.05 Tue May 8 12:30:09 EDT 2007
Modified: Test-HTTP-Server-Simple/META.yml
==============================================================================
--- Test-HTTP-Server-Simple/META.yml (original)
+++ Test-HTTP-Server-Simple/META.yml Tue Nov 13 16:44:48 2007
@@ -1,15 +1,18 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX#
-name: Test-HTTP-Server-Simple
-version: 0.03
-version_from: lib/Test/HTTP/Server/Simple.pm
-installdirs: site
-requires:
+--- #YAML:1.0
+name: Test-HTTP-Server-Simple
+version: 0.06
+abstract: Test::More functions for HTTP::Server::Simple
+license: ~
+generated_by: ExtUtils::MakeMaker version 6.36
+distribution_type: module
+requires:
HTTP::Server::Simple: 0
NEXT: 0
Test::Builder: 0
- Test::Builder::Tester: 1.01
+ Test::Builder::Tester: 1.04
Test::More: 0
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.30
+meta-spec:
+ url: http://module-build.sourceforge.net/META-spec-v1.2.html
+ version: 1.2
+author:
+ - David Glasser <glasser at bestpractical.com>
Added: Test-HTTP-Server-Simple/SIGNATURE
==============================================================================
--- (empty file)
+++ Test-HTTP-Server-Simple/SIGNATURE Tue Nov 13 16:44:48 2007
@@ -0,0 +1,33 @@
+This file contains message digests of all files listed in MANIFEST,
+signed via the Module::Signature module, version 0.55.
+
+To verify the content in this distribution, first make sure you have
+Module::Signature installed, then type:
+
+ % cpansign -v
+
+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.
+
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+SHA1 1340ccd0b5dd311c1a93b4c508ed7f43ae0392ab Changes
+SHA1 fde2e498ced242649142d34769cdb32ec5ba17dd MANIFEST
+SHA1 17bd72441eedc4d39a838e0e8ca7c49582ad0081 META.yml
+SHA1 bc05af0bffcf1216bc552bd0e62608902e7b15bf Makefile.PL
+SHA1 fa0e7c54e60cea400aab16e8f4b3044958a87790 README
+SHA1 eaf47e05bc02ecee3a220447f25e4b7aaa4800f3 lib/Test/HTTP/Server/Simple.pm
+SHA1 6c3fc19c093bda0b4e8077ebb7ceec2f8944b7d2 t/00.load.t
+SHA1 1bdea5dc9c47d345d49089a684f2c59190ad4747 t/01.basic.t
+SHA1 6da39b48ce64b584e4c3274bff96fc76ff484820 t/pod-coverage.t
+SHA1 0190346d7072d458c8a10a45c19f86db641dcc48 t/pod.t
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.6 (GNU/Linux)
+
+iD8DBQFHOhqTEi9d9xCOQEYRAiRwAJwOQIGR+mKaE25e2bSI23OXnuWTDQCgt46v
+RZcA4XwGCDnbex/mhlXt7kI=
+=hVSs
+-----END PGP SIGNATURE-----
Modified: Test-HTTP-Server-Simple/lib/Test/HTTP/Server/Simple.pm
==============================================================================
--- Test-HTTP-Server-Simple/lib/Test/HTTP/Server/Simple.pm (original)
+++ Test-HTTP-Server-Simple/lib/Test/HTTP/Server/Simple.pm Tue Nov 13 16:44:48 2007
@@ -1,6 +1,6 @@
package Test::HTTP::Server::Simple;
-our $VERSION = '0.05';
+our $VERSION = '0.06';
use warnings;
use strict;
More information about the Bps-public-commit
mailing list