r66252 - in /branches/upstream/libobject-insideout-perl/current: ./ examples/ lib/Bundle/Object/ lib/Object/ lib/Object/InsideOut/ t/

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Fri Dec 24 23:02:53 UTC 2010


Author: jawnsy-guest
Date: Fri Dec 24 23:02:03 2010
New Revision: 66252

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=66252
Log:
[svn-upgrade] new version libobject-insideout-perl (3.79)

Modified:
    branches/upstream/libobject-insideout-perl/current/Changes
    branches/upstream/libobject-insideout-perl/current/META.yml
    branches/upstream/libobject-insideout-perl/current/README
    branches/upstream/libobject-insideout-perl/current/examples/YAPI.pm
    branches/upstream/libobject-insideout-perl/current/lib/Bundle/Object/InsideOut.pm
    branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut.pm
    branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut.pod
    branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Autoload.pm
    branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Chained.pm
    branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Cumulative.pm
    branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Dump.pm
    branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Dynamic.pm
    branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Exception.pm
    branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Foreign.pm
    branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Metadata.pm
    branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Overload.pm
    branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Secure.pm
    branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Universal.pm
    branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Util.pm
    branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/attributes.pm
    branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/lvalue.pm
    branches/upstream/libobject-insideout-perl/current/t/27-exception.t
    branches/upstream/libobject-insideout-perl/current/t/99-pod.t
    branches/upstream/libobject-insideout-perl/current/t/ErrorParent.pm

Modified: branches/upstream/libobject-insideout-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libobject-insideout-perl/current/Changes?rev=66252&op=diff
==============================================================================
--- branches/upstream/libobject-insideout-perl/current/Changes (original)
+++ branches/upstream/libobject-insideout-perl/current/Changes Fri Dec 24 23:02:03 2010
@@ -1,4 +1,14 @@
 Revision history for Perl extension Object::InsideOut.
+
+3.79 Fri Dec 24 18:06:02 2010
+	- Bundle update
+
+3.78 Fri Dec 24 15:35:25 2010
+	- POD update
+
+3.77 Tue Dec 21 14:29:37 2010
+	- Test fixes for $@ changes
+	- Test change for ??? syntax error
 
 3.76 Mon Nov 15 00:01:50 2010
 	- Skip some more shared tests under 5.8.8 and prior

Modified: branches/upstream/libobject-insideout-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libobject-insideout-perl/current/META.yml?rev=66252&op=diff
==============================================================================
--- branches/upstream/libobject-insideout-perl/current/META.yml (original)
+++ branches/upstream/libobject-insideout-perl/current/META.yml Fri Dec 24 23:02:03 2010
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               Object-InsideOut
-version:            3.76
+version:            3.79
 abstract:           Comprehensive inside-out object support module
 author:
     - Jerry D. Hedden <jdhedden AT cpan DOT org>

Modified: branches/upstream/libobject-insideout-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libobject-insideout-perl/current/README?rev=66252&op=diff
==============================================================================
--- branches/upstream/libobject-insideout-perl/current/README (original)
+++ branches/upstream/libobject-insideout-perl/current/README Fri Dec 24 23:02:03 2010
@@ -1,4 +1,4 @@
-Object-InsideOut version 3.76
+Object-InsideOut version 3.79
 =============================
 
 This module provides comprehensive support for implementing classes using the

Modified: branches/upstream/libobject-insideout-perl/current/examples/YAPI.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libobject-insideout-perl/current/examples/YAPI.pm?rev=66252&op=diff
==============================================================================
--- branches/upstream/libobject-insideout-perl/current/examples/YAPI.pm (original)
+++ branches/upstream/libobject-insideout-perl/current/examples/YAPI.pm Fri Dec 24 23:02:03 2010
@@ -2,7 +2,7 @@
     use strict;
     use warnings;
 
-    our $VERSION = '3.76';
+    our $VERSION = '3.79';
 
     #####
     #
@@ -22,7 +22,7 @@
         $threaded_okay = !$@;
     }
 
-    use Object::InsideOut 3.76;
+    use Object::InsideOut 3.79;
 
     # Default progress indicator is a twirling bar
     my @yapi :Field
@@ -549,9 +549,6 @@
 
 =head1 SEE ALSO
 
-Annotated POD for Term::YAPI:
-L<http://annocpan.org/~JDHEDDEN/Object-InsideOut-3.76/examples/YAPI.pm>
-
 L<Object::InsideOut>, L<threads>, L<Thread::Queue>
 
 =head1 AUTHOR

Modified: branches/upstream/libobject-insideout-perl/current/lib/Bundle/Object/InsideOut.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libobject-insideout-perl/current/lib/Bundle/Object/InsideOut.pm?rev=66252&op=diff
==============================================================================
--- branches/upstream/libobject-insideout-perl/current/lib/Bundle/Object/InsideOut.pm (original)
+++ branches/upstream/libobject-insideout-perl/current/lib/Bundle/Object/InsideOut.pm Fri Dec 24 23:02:03 2010
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '3.76';
+our $VERSION = '3.79';
 $VERSION = eval $VERSION;
 
 1;
@@ -28,7 +28,7 @@
 
 Pod::Escapes 1.04               - Used by Pod::Simple
 
-Pod::Simple 3.14                - Used by Test::Pod
+Pod::Simple 3.15                - Used by Test::Pod
 
 Test::Pod 1.44                  - Checks POD syntax
 
@@ -42,15 +42,15 @@
 
 Test::Pod::Coverage 1.08        - Tests POD coverage
 
-threads 1.81                    - Support for threads
+threads 1.82                    - Support for threads
 
-threads::shared 1.34            - Support for sharing objects between threads
+threads::shared 1.36            - Support for sharing objects between threads
 
 Want 0.18                       - :lvalue accessor support
 
 Data::Dumper 2.128              - Object serialization support
 
-Storable 2.22                   - Object serialization support
+Storable 2.25                   - Object serialization support
 
 Devel::StackTrace 1.26          - Used by Exception::Class
 
@@ -58,7 +58,7 @@
 
 Exception::Class 1.32           - Error handling
 
-Object::InsideOut 3.76          - Inside-out object support
+Object::InsideOut 3.79          - Inside-out object support
 
 URI 1.56                        - Used by LWP::UserAgent
 
@@ -70,7 +70,7 @@
 
 Win32::API 0.59                 - Used by Math::Random::MT::Auto (Win XP only)
 
-Math::Random::MT::Auto 6.15     - Support for :SECURE mode
+Math::Random::MT::Auto 6.16     - Support for :SECURE mode
 
 =head1 DESCRIPTION
 

Modified: branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut.pm?rev=66252&op=diff
==============================================================================
--- branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut.pm (original)
+++ branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut.pm Fri Dec 24 23:02:03 2010
@@ -5,12 +5,12 @@
 use strict;
 use warnings;
 
-our $VERSION = '3.76';
+our $VERSION = '3.79';
 $VERSION = eval $VERSION;
 
-use Object::InsideOut::Exception 3.76;
-use Object::InsideOut::Util 3.76 qw(create_object hash_re is_it make_shared);
-use Object::InsideOut::Metadata 3.76;
+use Object::InsideOut::Exception 3.79;
+use Object::InsideOut::Util 3.79 qw(create_object hash_re is_it make_shared);
+use Object::InsideOut::Metadata 3.79;
 
 require B;
 

Modified: branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut.pod
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut.pod?rev=66252&op=diff
==============================================================================
--- branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut.pod (original)
+++ branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut.pod Fri Dec 24 23:02:03 2010
@@ -4,7 +4,7 @@
 
 =head1 VERSION
 
-This document describes Object::InsideOut version 3.76
+This document describes Object::InsideOut version 3.79
 
 =head1 SYNOPSIS
 
@@ -3240,12 +3240,6 @@
 Object::InsideOut Discussion Forum on CPAN:
 L<http://www.cpanforum.com/dist/Object-InsideOut>
 
-Annotated POD for Object::InsideOut:
-L<http://annocpan.org/~JDHEDDEN/Object-InsideOut-3.76/lib/Object/InsideOut.pm>
-
-Source repository:
-L<http://code.google.com/p/object-insideout/>
-
 Inside-out Object Model:
 L<http://www.perlfoundation.org/perl5/index.cgi?inside_out_object>,
 L<http://www.perlmonks.org/?node_id=219378>,

Modified: branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Autoload.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Autoload.pm?rev=66252&op=diff
==============================================================================
--- branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Autoload.pm (original)
+++ branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Autoload.pm Fri Dec 24 23:02:03 2010
@@ -172,7 +172,7 @@
 
 
 # Ensure correct versioning
-($Object::InsideOut::VERSION == 3.76)
+($Object::InsideOut::VERSION == 3.79)
     or die("Version mismatch\n");
 
 # EOF

Modified: branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Chained.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Chained.pm?rev=66252&op=diff
==============================================================================
--- branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Chained.pm (original)
+++ branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Chained.pm Fri Dec 24 23:02:03 2010
@@ -181,7 +181,7 @@
 
 
 # Ensure correct versioning
-($Object::InsideOut::VERSION == 3.76)
+($Object::InsideOut::VERSION == 3.79)
     or die("Version mismatch\n");
 
 # EOF

Modified: branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Cumulative.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Cumulative.pm?rev=66252&op=diff
==============================================================================
--- branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Cumulative.pm (original)
+++ branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Cumulative.pm Fri Dec 24 23:02:03 2010
@@ -206,11 +206,11 @@
 use strict;
 use warnings;
 
-our $VERSION = '3.76';
+our $VERSION = '3.79';
 $VERSION = eval $VERSION;
 
-use Object::InsideOut 3.76;
-use Object::InsideOut::Metadata 3.76;
+use Object::InsideOut 3.79;
+use Object::InsideOut::Metadata 3.79;
 
 my @VALUES  :Field :Arg(VALUES);
 my @CLASSES :Field :Arg(CLASSES);
@@ -260,7 +260,7 @@
 
 
 # Ensure correct versioning
-($Object::InsideOut::VERSION == 3.76)
+($Object::InsideOut::VERSION == 3.79)
     or die("Version mismatch\n");
 
 # EOF

Modified: branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Dump.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Dump.pm?rev=66252&op=diff
==============================================================================
--- branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Dump.pm (original)
+++ branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Dump.pm Fri Dec 24 23:02:03 2010
@@ -205,7 +205,7 @@
 
 
 # Ensure correct versioning
-($Object::InsideOut::VERSION == 3.76)
+($Object::InsideOut::VERSION == 3.79)
     or die("Version mismatch\n");
 
 # EOF

Modified: branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Dynamic.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Dynamic.pm?rev=66252&op=diff
==============================================================================
--- branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Dynamic.pm (original)
+++ branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Dynamic.pm Fri Dec 24 23:02:03 2010
@@ -178,7 +178,7 @@
 
 
 # Ensure correct versioning
-($Object::InsideOut::VERSION == 3.76)
+($Object::InsideOut::VERSION == 3.79)
     or die("Version mismatch\n");
 
 # EOF

Modified: branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Exception.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Exception.pm?rev=66252&op=diff
==============================================================================
--- branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Exception.pm (original)
+++ branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Exception.pm Fri Dec 24 23:02:03 2010
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '3.76';
+our $VERSION = '3.79';
 $VERSION = eval $VERSION;
 
 # Exceptions generated by this module

Modified: branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Foreign.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Foreign.pm?rev=66252&op=diff
==============================================================================
--- branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Foreign.pm (original)
+++ branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Foreign.pm Fri Dec 24 23:02:03 2010
@@ -270,7 +270,7 @@
 
 
 # Ensure correct versioning
-($Object::InsideOut::VERSION == 3.76)
+($Object::InsideOut::VERSION == 3.79)
     or die("Version mismatch\n");
 
 # EOF

Modified: branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Metadata.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Metadata.pm?rev=66252&op=diff
==============================================================================
--- branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Metadata.pm (original)
+++ branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Metadata.pm Fri Dec 24 23:02:03 2010
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '3.76';
+our $VERSION = '3.79';
 $VERSION = eval $VERSION;
 
 # Stores method metadata
@@ -99,7 +99,7 @@
 
 ### Object Interface ###
 
-use Object::InsideOut 3.76;
+use Object::InsideOut 3.79;
 
 my @CLASSES :Field;
 my @FOREIGN :Field;
@@ -268,7 +268,7 @@
 
 =head1 VERSION
 
-This document describes Object::InsideOut::Metadata version 3.76
+This document describes Object::InsideOut::Metadata version 3.79
 
 =head1 SYNOPSIS
 

Modified: branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Overload.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Overload.pm?rev=66252&op=diff
==============================================================================
--- branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Overload.pm (original)
+++ branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Overload.pm Fri Dec 24 23:02:03 2010
@@ -83,7 +83,7 @@
 
 
 # Ensure correct versioning
-($Object::InsideOut::VERSION == 3.76)
+($Object::InsideOut::VERSION == 3.79)
     or die("Version mismatch\n");
 
 # EOF

Modified: branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Secure.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Secure.pm?rev=66252&op=diff
==============================================================================
--- branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Secure.pm (original)
+++ branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Secure.pm Fri Dec 24 23:02:03 2010
@@ -2,10 +2,10 @@
     use strict;
     use warnings;
 
-    our $VERSION = '3.76';
+    our $VERSION = '3.79';
     $VERSION = eval $VERSION;
 
-    use Object::InsideOut 3.76 ':hash_only';
+    use Object::InsideOut 3.79 ':hash_only';
 
     # Holds used IDs
     my %used :Field = ( 0 => undef );

Modified: branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Universal.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Universal.pm?rev=66252&op=diff
==============================================================================
--- branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Universal.pm (original)
+++ branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Universal.pm Fri Dec 24 23:02:03 2010
@@ -211,7 +211,7 @@
 
 
 # Ensure correct versioning
-($Object::InsideOut::VERSION == 3.76)
+($Object::InsideOut::VERSION == 3.79)
     or die("Version mismatch\n");
 
 # EOF

Modified: branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Util.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Util.pm?rev=66252&op=diff
==============================================================================
--- branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Util.pm (original)
+++ branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/Util.pm Fri Dec 24 23:02:03 2010
@@ -5,10 +5,10 @@
 use strict;
 use warnings;
 
-our $VERSION = '3.76';
+our $VERSION = '3.79';
 $VERSION = eval $VERSION;
 
-use Object::InsideOut::Metadata 3.76;
+use Object::InsideOut::Metadata 3.79;
 
 ### Module Initialization ###
 

Modified: branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/attributes.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/attributes.pm?rev=66252&op=diff
==============================================================================
--- branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/attributes.pm (original)
+++ branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/attributes.pm Fri Dec 24 23:02:03 2010
@@ -79,7 +79,7 @@
 
 
 # Ensure correct versioning
-($Object::InsideOut::VERSION == 3.76)
+($Object::InsideOut::VERSION == 3.79)
     or die("Version mismatch\n");
 
 # EOF

Modified: branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/lvalue.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/lvalue.pm?rev=66252&op=diff
==============================================================================
--- branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/lvalue.pm (original)
+++ branches/upstream/libobject-insideout-perl/current/lib/Object/InsideOut/lvalue.pm Fri Dec 24 23:02:03 2010
@@ -157,7 +157,7 @@
 
 
 # Ensure correct versioning
-($Object::InsideOut::VERSION == 3.76)
+($Object::InsideOut::VERSION == 3.79)
     or die("Version mismatch\n");
 
 # EOF

Modified: branches/upstream/libobject-insideout-perl/current/t/27-exception.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libobject-insideout-perl/current/t/27-exception.t?rev=66252&op=diff
==============================================================================
--- branches/upstream/libobject-insideout-perl/current/t/27-exception.t (original)
+++ branches/upstream/libobject-insideout-perl/current/t/27-exception.t Fri Dec 24 23:02:03 2010
@@ -1,7 +1,7 @@
 use strict;
 use warnings;
 
-use Test::More 'tests' => (($] <= 5.013) ? 19 : 17);
+use Test::More 'tests' => 19;
 
 package Foreign::Exception; {
     use Exception::Class (
@@ -76,8 +76,9 @@
     if ($] <= 5.013) {
         ok($@, 'Got destroy exception');
         like($@, qr/Die in destruct/, 'Die in destroy');
-    } elsif ($] > 5.013) {
+    } else {
         ok(! $@, 'No destroy exception');
+        pass('pass');
     }
     like($errs[0], qr/Die in destruct/, 'Die in destroy warning');
     undef($@); @errs = ();
@@ -87,11 +88,12 @@
     my $obj = eval { Foo->new('INIT' => 1, 'DEST' => 1); };
     ok(! $obj, 'No object');
     like($@->Error(), qr/Die in init/, 'Die in init');
-    if ($] <= 5.013) {
+    if ($] <= 5.013 || $] > 5.013007) {
         like($@->Chain()->Error(), qr/Die in destruct/, 'Combined errors');
         ok(! @errs, 'No warnings');
-    } elsif ($] > 5.013) {
+    } else {
         like($errs[0], qr/Die in destruct/, 'Die in destroy warning');
+        pass('pass');
     }
     undef($@); @errs = ();
 }

Modified: branches/upstream/libobject-insideout-perl/current/t/99-pod.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libobject-insideout-perl/current/t/99-pod.t?rev=66252&op=diff
==============================================================================
--- branches/upstream/libobject-insideout-perl/current/t/99-pod.t (original)
+++ branches/upstream/libobject-insideout-perl/current/t/99-pod.t Fri Dec 24 23:02:03 2010
@@ -145,4 +145,12 @@
 async
 anim
 
+PREPROCESSING
+Preprocessing
+preprocessing
+RUNTIME
+Runtime
+runtime
+someone's
+
 __END__

Modified: branches/upstream/libobject-insideout-perl/current/t/ErrorParent.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libobject-insideout-perl/current/t/ErrorParent.pm?rev=66252&op=diff
==============================================================================
--- branches/upstream/libobject-insideout-perl/current/t/ErrorParent.pm (original)
+++ branches/upstream/libobject-insideout-perl/current/t/ErrorParent.pm Fri Dec 24 23:02:03 2010
@@ -1,6 +1,6 @@
 package t::ErrorParent;
 
-???       # syntax error
+---       # syntax error
 
 sub parent_func {
     return 1;




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