[Bps-public-commit] r16734 - in String-BufferStack: .

alexmv at bestpractical.com alexmv at bestpractical.com
Thu Nov 6 22:30:42 EST 2008


Author: alexmv
Date: Thu Nov  6 22:30:41 2008
New Revision: 16734

Added:
   String-BufferStack/MANIFEST
   String-BufferStack/SIGNATURE
Modified:
   String-BufferStack/   (props changed)
   String-BufferStack/META.yml
   String-BufferStack/lib/String/BufferStack.pm

Log:
 r38916 at kohr-ah:  chmrr | 2008-11-06 22:28:48 -0500
  * 1.00 releng


Added: String-BufferStack/MANIFEST
==============================================================================
--- (empty file)
+++ String-BufferStack/MANIFEST	Thu Nov  6 22:30:41 2008
@@ -0,0 +1,19 @@
+inc/Module/Install.pm
+inc/Module/Install/Base.pm
+inc/Module/Install/Can.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/String/BufferStack.pm
+Makefile.PL
+MANIFEST			This list of files
+META.yml
+SIGNATURE
+t/01-basic.t
+t/02-simple-stack.t
+t/03-capture.t
+t/04-filter.t
+t/05-data.t
+t/06-preappend.t

Modified: String-BufferStack/META.yml
==============================================================================
--- String-BufferStack/META.yml	(original)
+++ String-BufferStack/META.yml	Thu Nov  6 22:30:41 2008
@@ -13,4 +13,4 @@
   directory: 
     - inc
     - t
-version: undef
+version: 1.00

Added: String-BufferStack/SIGNATURE
==============================================================================
--- (empty file)
+++ String-BufferStack/SIGNATURE	Thu Nov  6 22:30:41 2008
@@ -0,0 +1,41 @@
+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 bb2b68835e4b34c3d0197608d33758bfd191e2a9 MANIFEST
+SHA1 584053e61753e83dcc78d9f6607f643e769f8919 META.yml
+SHA1 ed58aa4673275e4359323e8f687d3230143cd5b5 Makefile.PL
+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 c0d62da7a538f571807030c2750442eab5f40769 lib/String/BufferStack.pm
+SHA1 8a7afd48f6864e8f8f0e02f2bf236a9fd442642b t/01-basic.t
+SHA1 17f12e5c88b9956e27a0ee8c8d957914988aed6c t/02-simple-stack.t
+SHA1 e619f46cfbe8a7a5967c0756011895ef086cf7b9 t/03-capture.t
+SHA1 a5dc67e67d6bb8122011ea7e051e91b8f96ac147 t/04-filter.t
+SHA1 ba175fce7f9de13e9609b111f9505a164e64ac9f t/05-data.t
+SHA1 28287162010c9503edad36eb8e63661af5c1aa74 t/06-preappend.t
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.9 (GNU/Linux)
+
+iEYEARECAAYFAkkTtd0ACgkQMflWJZZAbqD0EACcD5s4ZMR2mAeSUKKNoQ7A94Xi
+tf4AniS2GW0m2LSLm+iQ/WCHduvnD3k6
+=yM4+
+-----END PGP SIGNATURE-----

Modified: String-BufferStack/lib/String/BufferStack.pm
==============================================================================
--- String-BufferStack/lib/String/BufferStack.pm	(original)
+++ String-BufferStack/lib/String/BufferStack.pm	Thu Nov  6 22:30:41 2008
@@ -3,6 +3,8 @@
 use strict;
 use warnings;
 
+our $VERSION; $VERSION = "1.00";
+
 =head1 NAME
 
 String::BufferStack - Nested buffers for templating systems



More information about the Bps-public-commit mailing list