r31848 - in /trunk/libtest-output-perl: Changes LICENSE MANIFEST MANIFEST.SKIP META.yml Makefile.PL debian/changelog lib/Test/Output.pm lib/Test/Output/Tie.pm

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Tue Mar 10 00:50:46 UTC 2009


Author: ryan52-guest
Date: Tue Mar 10 00:50:43 2009
New Revision: 31848

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=31848
Log:
New upstream release

Added:
    trunk/libtest-output-perl/LICENSE
      - copied unchanged from r31847, branches/upstream/libtest-output-perl/current/LICENSE
Modified:
    trunk/libtest-output-perl/Changes
    trunk/libtest-output-perl/MANIFEST
    trunk/libtest-output-perl/MANIFEST.SKIP
    trunk/libtest-output-perl/META.yml
    trunk/libtest-output-perl/Makefile.PL
    trunk/libtest-output-perl/debian/changelog
    trunk/libtest-output-perl/lib/Test/Output.pm
    trunk/libtest-output-perl/lib/Test/Output/Tie.pm

Modified: trunk/libtest-output-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-output-perl/Changes?rev=31848&op=diff
==============================================================================
--- trunk/libtest-output-perl/Changes (original)
+++ trunk/libtest-output-perl/Changes Tue Mar 10 00:50:43 2009
@@ -1,4 +1,8 @@
 Revision history for Test-Output
+
+0.13 - Sun Mar  8 23:00:11 2009
+	* brian d foy (bdfoy at cpan.org) is the new maintainer
+	* Updated docs for source code location, license, etc
 
 0.12 - Sat Oct 25 09:59:18 2008
 	Repacking to remove OS X extended attribute files that were causing tests to fail.

Modified: trunk/libtest-output-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-output-perl/MANIFEST?rev=31848&op=diff
==============================================================================
--- trunk/libtest-output-perl/MANIFEST (original)
+++ trunk/libtest-output-perl/MANIFEST Tue Mar 10 00:50:43 2009
@@ -1,11 +1,11 @@
 Changes
 lib/Test/Output.pm
 lib/Test/Output/Tie.pm
+LICENSE
 Makefile.PL
 MANIFEST
 MANIFEST.SKIP
 README
-TODO
 t/00.load.t
 t/carp-5.6.t
 t/combined_is.t
@@ -26,4 +26,5 @@
 t/stdout_isnt.t
 t/stdout_like.t
 t/stdout_unlike.t
+TODO
 META.yml                                 Module meta-data (added by MakeMaker)

Modified: trunk/libtest-output-perl/MANIFEST.SKIP
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-output-perl/MANIFEST.SKIP?rev=31848&op=diff
==============================================================================
--- trunk/libtest-output-perl/MANIFEST.SKIP (original)
+++ trunk/libtest-output-perl/MANIFEST.SKIP Tue Mar 10 00:50:43 2009
@@ -32,3 +32,6 @@
 
 # Avoid Devel::Cover files.
 \bcover_db\b
+\.DS_Store
+Test-.*
+

Modified: trunk/libtest-output-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-output-perl/META.yml?rev=31848&op=diff
==============================================================================
--- trunk/libtest-output-perl/META.yml (original)
+++ trunk/libtest-output-perl/META.yml Tue Mar 10 00:50:43 2009
@@ -1,17 +1,17 @@
 --- #YAML:1.0
 name:               Test-Output
-version:            0.12
+version:            0.13
 abstract:           Utilities to test STDOUT and STDERR messages.
 author:
-    - Shawn Sorichetti <ssoriche at coloredblocks.net>
-license:            unknown
+    - brian d foy <bdfoy at cpan.org>
+license:            perl
 distribution_type:  module
 configure_requires:
     ExtUtils::MakeMaker:  0
 requires:
     Sub::Exporter:  0
     Test::More:     0
-    Test::Tester:   0.103
+    Test::Tester:   0.1037
 no_index:
     directory:
         - t

Modified: trunk/libtest-output-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-output-perl/Makefile.PL?rev=31848&op=diff
==============================================================================
--- trunk/libtest-output-perl/Makefile.PL (original)
+++ trunk/libtest-output-perl/Makefile.PL Tue Mar 10 00:50:43 2009
@@ -5,16 +5,18 @@
 eval "use Test::Tester";
 
 WriteMakefile(
-  NAME          => 'Test::Output',
-  AUTHOR        => 'Shawn Sorichetti <ssoriche at coloredblocks.net>',
-  VERSION_FROM  => 'lib/Test/Output.pm',
-  ABSTRACT_FROM => 'lib/Test/Output.pm',
-  PL_FILES      => {},
-  PREREQ_PM     => {
-    'Test::Tester'  => 0.103,
-    'Test::More'    => 0,
-    'Sub::Exporter' => 0,
-  },
-  dist  => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
-  clean => { FILES    => 'Test-Output-*' },
+	NAME          => 'Test::Output',
+	AUTHOR        => 'brian d foy <bdfoy at cpan.org>',
+	VERSION_FROM  => 'lib/Test/Output.pm',
+	LICENSE       => 'perl',
+	ABSTRACT_FROM => 'lib/Test/Output.pm',
+	PL_FILES      => {},
+	PREREQ_PM     => {
+		'Test::Tester'  => '0.1037',
+		'Test::More'    => '0',
+		'Sub::Exporter' => '0',
+		},
+
+	dist  => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
+	clean => { FILES    => 'Test-Output-*' },
 );

Modified: trunk/libtest-output-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-output-perl/debian/changelog?rev=31848&op=diff
==============================================================================
--- trunk/libtest-output-perl/debian/changelog (original)
+++ trunk/libtest-output-perl/debian/changelog Tue Mar 10 00:50:43 2009
@@ -1,3 +1,9 @@
+libtest-output-perl (0.13-1) UNRELEASED; urgency=low
+
+  * New upstream release
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Mon, 09 Mar 2009 17:48:31 -0700
+
 libtest-output-perl (0.12-1) unstable; urgency=low
 
   * Initial Release. (Closes: #518587)

Modified: trunk/libtest-output-perl/lib/Test/Output.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-output-perl/lib/Test/Output.pm?rev=31848&op=diff
==============================================================================
--- trunk/libtest-output-perl/lib/Test/Output.pm (original)
+++ trunk/libtest-output-perl/lib/Test/Output.pm Tue Mar 10 00:50:43 2009
@@ -1,4 +1,5 @@
 package Test::Output;
+use vars qw($VERSION);
 
 use warnings;
 use strict;
@@ -64,7 +65,7 @@
 
 =cut
 
-our $VERSION = '0.12';
+$VERSION = '0.13';
 
 =head1 SYNOPSIS
 
@@ -938,14 +939,15 @@
 
 =head1 AUTHOR
 
+Currently maintained by brian d foy, C<bdfoy at cpan.org>.
+
 Shawn Sorichetti, C<< <ssoriche at cpan.org> >>
 
 =head1 SOURCE AVAILABILITY
  
 This module is in Github:
 
-L<<a href="http://github.com/ssoriche/test-output/tree/master">http://github.com/ssoriche/test-output/tree/master</a>>
-
+	http://github.com/briandfoy/test-output/tree/master
 
 =head1 BUGS
 
@@ -967,7 +969,7 @@
 
 =head1 COPYRIGHT & LICENSE
 
-Copyright 2005 Shawn Sorichetti, All Rights Reserved.
+Copyright 2005-2008 Shawn Sorichetti, All Rights Reserved.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.

Modified: trunk/libtest-output-perl/lib/Test/Output/Tie.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-output-perl/lib/Test/Output/Tie.pm?rev=31848&op=diff
==============================================================================
--- trunk/libtest-output-perl/lib/Test/Output/Tie.pm (original)
+++ trunk/libtest-output-perl/lib/Test/Output/Tie.pm Tue Mar 10 00:50:43 2009
@@ -1,9 +1,14 @@
 package Test::Output::Tie;
+use vars qw($VERSION);
 
-our $VERSION='0.02';
+$VERSION='0.13';
 
 use strict;
 use warnings;
+
+=head1 NAME
+
+Test::Output::Tie - module used by Test::Output to tie STDIN and STDOUT
 
 =head1 DESCRIPTION
 
@@ -13,7 +18,11 @@
 
 =cut
 
-=head2 TIEHANDLE
+=head2 Methods
+
+=over 4
+
+=item TIEHANDLE
 
 The constructor for the class.
 
@@ -27,7 +36,7 @@
   bless( $obj, $class);
 }
 
-=head2 PRINT
+=item PRINT
 
 This method is called each time STDERR or STDOUT are printed to.
 
@@ -38,7 +47,7 @@
     $$self .= join('', @_);
 }
 
-=head2 PRINTF
+=item PRINTF
 
 This method is called each time STDERR or STDOUT are printed to with C<printf>.
 
@@ -50,12 +59,13 @@
     $$self .= sprintf $fmt, @_;
 }
 
-=head2 FILENO
+=item FILENO
 
 =cut
+
 sub FILENO {}
 
-=head2 read
+=item read
 
 This function is used to return all output printed to STDOUT or STDERR.
 
@@ -68,6 +78,30 @@
     return $data;
 }
 
+=back
+
+=head1 AUTHOR
+
+Currently maintained by brian d foy, C<bdfoy at cpan.org>.
+
+Shawn Sorichetti, C<< <ssoriche at cpan.org> >>
+
+=head1 SOURCE AVAILABILITY
+ 
+This module is in Github:
+
+	http://github.com/briandfoy/test-output/tree/master
+	
+=head1 COPYRIGHT & LICENSE
+
+Currently maintained by brian d foy, C<bdfoy at cpan.org>.
+
+Copyright 2005-2008 Shawn Sorichetti, All Rights Reserved.
+
+This program is free software; you can redistribute it and/or modify it
+under the same terms as Perl itself.
+
+
 =head1 ACKNOWLEDGMENTS
 
 This code was taken from Test::Simple's TieOut.pm maintained 




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