[Bps-public-commit] HTTP-Server-Simple branch, master, updated. 3a4efabfaee64e46293c11e412dd9695c2e7718b
jesse
jesse at bestpractical.com
Wed Aug 12 20:23:19 EDT 2009
The branch, master has been updated
via 3a4efabfaee64e46293c11e412dd9695c2e7718b (commit)
via 0c05b92e8ab48147a441377ddfb4fbcf11cbe7e2 (commit)
from 1d3333416e61d75c4088760b5576413126996e59 (commit)
Summary of changes:
Changes | 4 ++++
MANIFEST | 1 +
SIGNATURE | 45 +++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 50 insertions(+), 0 deletions(-)
create mode 100644 SIGNATURE
- Log -----------------------------------------------------------------
commit 0c05b92e8ab48147a441377ddfb4fbcf11cbe7e2
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Wed Aug 12 20:16:23 2009 -0400
0.38_04, signature
diff --git a/Changes b/Changes
index 22bcde7..3df68cf 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+0.38_04 Wed Aug 12 20:15:14 EDT 2009
+
+Another pass at the Win32 fixes from KMX
+
0.38_03 Sat Apr 11 18:47:29 EDT 2009
* Subject: [rt.cpan.org #44961] [PATCH] xdg reports select() is problematic on win32
diff --git a/SIGNATURE b/SIGNATURE
new file mode 100644
index 0000000..cfaa4f7
--- /dev/null
+++ b/SIGNATURE
@@ -0,0 +1,45 @@
+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 5c1956b58dadb8614716c2df69d4477cadb77bbf Changes
+SHA1 0ac508c50476dcc2bf8fe3094cb341425291e1ee MANIFEST
+SHA1 cf3198cef8524b06b0f6df065b577225caf74a69 META.yml
+SHA1 1e68273869351212220429a4860ce710d5f3e291 Makefile.PL
+SHA1 ed0c107672daac3bc9e266876666e1059dbe44b7 README
+SHA1 4ea1e9072ca87399184a46233df52a21e285604d ex/sample_server
+SHA1 7e2cfa1b9efe0d502ee57717649c90ba4bd28ba9 inc/Module/Install.pm
+SHA1 6e1392d80a0f239eecd5664f7f21f922cedb9329 inc/Module/Install/Base.pm
+SHA1 f69417fe831d9cc22a78f00a617afadceade4d81 inc/Module/Install/Can.pm
+SHA1 c61d02895330310048bf388881b5e2e064031561 inc/Module/Install/Fetch.pm
+SHA1 54fcbed19232ec959bb17cfb4410599afc7f0779 inc/Module/Install/Makefile.pm
+SHA1 7d3be9b158e37b2b2c22084740099955623b1d56 inc/Module/Install/Metadata.pm
+SHA1 0a8b66180229ba2f9deaea1fedd0aacf7a7ace6b inc/Module/Install/Win32.pm
+SHA1 d3352eb33fe43a5f3ead513f645224fe34d73bc9 inc/Module/Install/WriteAll.pm
+SHA1 2bcf880e910d82c489b1033532696e65a47ce3aa lib/HTTP/Server/Simple.pm
+SHA1 3ddd188b0ee926a7e114e711b88c0af69b9a9079 lib/HTTP/Server/Simple/CGI.pm
+SHA1 56e2d88c9a3ddd3b264d86279a52c099bbffa8f4 lib/HTTP/Server/Simple/CGI/Environment.pm
+SHA1 db064af54cab345a71daec576e32e64b8fb1033d t/00smoke.t
+SHA1 3f3ccd583b7d01627b7c043229f1b7fb52a6a73c t/01live.t
+SHA1 aca95653cfce68912e08c57b3a4566207e2f99b3 t/02pod.t
+SHA1 a7024d0d8e7b80d26f75a3551a1406a797b382f8 t/03podcoverage.t
+SHA1 3fbe600fc1aab20d9351bbb75d2dcb3f2ef2bb76 t/04cgi.t
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.9 (Darwin)
+
+iEYEARECAAYFAkqDW0gACgkQEi9d9xCOQEZJkgCZAbdxU8Bz3THGyTSynvTFMtmd
+EYMAn10dN0qQIl9bdvNDKmiUhLV5zuxm
+=fwOA
+-----END PGP SIGNATURE-----
commit 3a4efabfaee64e46293c11e412dd9695c2e7718b
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Wed Aug 12 20:18:46 2009 -0400
Added MANIFEST.SKIP to the MANIFEST
diff --git a/MANIFEST b/MANIFEST
index ec95c60..bfa901a 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -12,6 +12,7 @@ lib/HTTP/Server/Simple/CGI.pm
lib/HTTP/Server/Simple/CGI/Environment.pm
Makefile.PL
MANIFEST This list of files
+MANIFEST.SKIP
META.yml
README
Changes
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list