r49323 - in /branches/upstream/libclass-std-perl/current: ./ demo/ lib/Class/ t/

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu Dec 24 03:39:05 UTC 2009


Author: jawnsy-guest
Date: Thu Dec 24 03:38:46 2009
New Revision: 49323

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=49323
Log:
[svn-upgrade] Integrating new upstream version, libclass-std-perl (0.011)

Removed:
    branches/upstream/libclass-std-perl/current/._Build.PL
    branches/upstream/libclass-std-perl/current/._Changes
    branches/upstream/libclass-std-perl/current/._Makefile.PL
    branches/upstream/libclass-std-perl/current/._README
    branches/upstream/libclass-std-perl/current/demo/._demo_can.pl
    branches/upstream/libclass-std-perl/current/demo/._demo_coercions.pl
    branches/upstream/libclass-std-perl/current/demo/._demo_library.pl
    branches/upstream/libclass-std-perl/current/demo/._demo_library_AUTOLOAD.pl
    branches/upstream/libclass-std-perl/current/demo/._demo_library_AUTOLOAD_CUMULATIVE.pl
    branches/upstream/libclass-std-perl/current/demo/._demo_library_AUTOMETHDEF.pl
    branches/upstream/libclass-std-perl/current/demo/._demo_perlify.pl
    branches/upstream/libclass-std-perl/current/demo/._demo_shimmer.pl
    branches/upstream/libclass-std-perl/current/demo/._demo_unclass.pl
    branches/upstream/libclass-std-perl/current/lib/Class/._Std.pm
    branches/upstream/libclass-std-perl/current/t/._00.load.t
    branches/upstream/libclass-std-perl/current/t/._access.t
    branches/upstream/libclass-std-perl/current/t/._access_automethod.t
    branches/upstream/libclass-std-perl/current/t/._access_name.t
    branches/upstream/libclass-std-perl/current/t/._automethod.t
    branches/upstream/libclass-std-perl/current/t/._begin-coercion.t
    branches/upstream/libclass-std-perl/current/t/._can.t
    branches/upstream/libclass-std-perl/current/t/._coercions.t
    branches/upstream/libclass-std-perl/current/t/._cumulative.t
    branches/upstream/libclass-std-perl/current/t/._dump.t
    branches/upstream/libclass-std-perl/current/t/._perlattrs.t
    branches/upstream/libclass-std-perl/current/t/._pod-coverage.t
    branches/upstream/libclass-std-perl/current/t/._pod.t
    branches/upstream/libclass-std-perl/current/t/._runtime.t
    branches/upstream/libclass-std-perl/current/t/._simple.t
    branches/upstream/libclass-std-perl/current/t/._start.t
Modified:
    branches/upstream/libclass-std-perl/current/Build.PL
    branches/upstream/libclass-std-perl/current/Changes
    branches/upstream/libclass-std-perl/current/MANIFEST
    branches/upstream/libclass-std-perl/current/META.yml
    branches/upstream/libclass-std-perl/current/Makefile.PL
    branches/upstream/libclass-std-perl/current/README
    branches/upstream/libclass-std-perl/current/demo/demo_can.pl
    branches/upstream/libclass-std-perl/current/demo/demo_coercions.pl
    branches/upstream/libclass-std-perl/current/demo/demo_library.pl
    branches/upstream/libclass-std-perl/current/demo/demo_library_AUTOLOAD.pl
    branches/upstream/libclass-std-perl/current/demo/demo_library_AUTOLOAD_CUMULATIVE.pl
    branches/upstream/libclass-std-perl/current/demo/demo_library_AUTOMETHDEF.pl
    branches/upstream/libclass-std-perl/current/demo/demo_perlify.pl
    branches/upstream/libclass-std-perl/current/demo/demo_shimmer.pl
    branches/upstream/libclass-std-perl/current/demo/demo_unclass.pl
    branches/upstream/libclass-std-perl/current/lib/Class/Std.pm
    branches/upstream/libclass-std-perl/current/t/00.load.t
    branches/upstream/libclass-std-perl/current/t/access.t
    branches/upstream/libclass-std-perl/current/t/access_automethod.t
    branches/upstream/libclass-std-perl/current/t/access_name.t
    branches/upstream/libclass-std-perl/current/t/automethod.t
    branches/upstream/libclass-std-perl/current/t/begin-coercion.t
    branches/upstream/libclass-std-perl/current/t/can.t
    branches/upstream/libclass-std-perl/current/t/coercions.t
    branches/upstream/libclass-std-perl/current/t/cumulative.t
    branches/upstream/libclass-std-perl/current/t/dump.t
    branches/upstream/libclass-std-perl/current/t/perlattrs.t
    branches/upstream/libclass-std-perl/current/t/pod-coverage.t
    branches/upstream/libclass-std-perl/current/t/pod.t
    branches/upstream/libclass-std-perl/current/t/runtime.t
    branches/upstream/libclass-std-perl/current/t/simple.t
    branches/upstream/libclass-std-perl/current/t/start.t

Modified: branches/upstream/libclass-std-perl/current/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libclass-std-perl/current/Build.PL?rev=49323&op=diff
==============================================================================
--- branches/upstream/libclass-std-perl/current/Build.PL (original)
+++ branches/upstream/libclass-std-perl/current/Build.PL Thu Dec 24 03:38:46 2009
@@ -9,7 +9,6 @@
     dist_version_from   => 'lib/Class/Std.pm',
     requires => {
         'Test::More'   => 0,
-        'version'      => 0,
         'Scalar::Util' => 0,
         'Data::Dumper' => 0,
     },

Modified: branches/upstream/libclass-std-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libclass-std-perl/current/Changes?rev=49323&op=diff
==============================================================================
--- branches/upstream/libclass-std-perl/current/Changes (original)
+++ branches/upstream/libclass-std-perl/current/Changes Thu Dec 24 03:38:46 2009
@@ -80,3 +80,11 @@
 
     - Fixed incompatibility with Perl 5.11+ label constraints
       (thanks Andreas)
+
+
+
+0.011  Thu Dec 24 14:06:53 2009
+
+    - Update to remove weird files in previous release
+
+    - Remove unneeded dependency on version.pm

Modified: branches/upstream/libclass-std-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libclass-std-perl/current/MANIFEST?rev=49323&op=diff
==============================================================================
--- branches/upstream/libclass-std-perl/current/MANIFEST (original)
+++ branches/upstream/libclass-std-perl/current/MANIFEST Thu Dec 24 03:38:46 2009
@@ -1,7 +1,6 @@
 Build.PL
 Changes
 MANIFEST
-META.yml # Will be created by "make dist"
 Makefile.PL
 README
 lib/Class/Std.pm
@@ -30,3 +29,4 @@
 t/perlattrs.t
 t/runtime.t
 t/start.t
+META.yml                                 Module meta-data (added by MakeMaker)

Modified: branches/upstream/libclass-std-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libclass-std-perl/current/META.yml?rev=49323&op=diff
==============================================================================
--- branches/upstream/libclass-std-perl/current/META.yml (original)
+++ branches/upstream/libclass-std-perl/current/META.yml Thu Dec 24 03:38:46 2009
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:                Class-Std
-version:             0.010
+version:             0.011
 abstract:            Support for creating standard "inside-out" classes
 license:             ~
 author:              
@@ -11,7 +11,6 @@
     Data::Dumper:                  0
     Scalar::Util:                  0
     Test::More:                    0
-    version:                       0
 meta-spec:
     url:     http://module-build.sourceforge.net/META-spec-v1.3.html
     version: 1.3

Modified: branches/upstream/libclass-std-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libclass-std-perl/current/Makefile.PL?rev=49323&op=diff
==============================================================================
--- branches/upstream/libclass-std-perl/current/Makefile.PL (original)
+++ branches/upstream/libclass-std-perl/current/Makefile.PL Thu Dec 24 03:38:46 2009
@@ -10,7 +10,6 @@
     PL_FILES            => {},
     PREREQ_PM => {
         'Test::More'   => 0,
-        'version'      => 0,
         'Scalar::Util' => 0,
         'Data::Dumper' => 0,
 
@@ -18,3 +17,4 @@
     dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
     clean               => { FILES => 'Class-Std-*' },
 );
+

Modified: branches/upstream/libclass-std-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libclass-std-perl/current/README?rev=49323&op=diff
==============================================================================
--- branches/upstream/libclass-std-perl/current/README (original)
+++ branches/upstream/libclass-std-perl/current/README Thu Dec 24 03:38:46 2009
@@ -1,4 +1,4 @@
-Class::Std version 0.010
+Class::Std version 0.011
 
 This module provides the standard infrastructure required to create
 "inside-out" classes, as described in Chapters 15 and 16 of "Perl Best
@@ -35,3 +35,4 @@
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.
+

Modified: branches/upstream/libclass-std-perl/current/demo/demo_can.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libclass-std-perl/current/demo/demo_can.pl?rev=49323&op=diff
==============================================================================
--- branches/upstream/libclass-std-perl/current/demo/demo_can.pl (original)
+++ branches/upstream/libclass-std-perl/current/demo/demo_can.pl Thu Dec 24 03:38:46 2009
@@ -32,3 +32,4 @@
 if ($meth_ref = Qux->can('foo')) {
     Qux->$meth_ref();
 }
+

Modified: branches/upstream/libclass-std-perl/current/demo/demo_coercions.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libclass-std-perl/current/demo/demo_coercions.pl?rev=49323&op=diff
==============================================================================
--- branches/upstream/libclass-std-perl/current/demo/demo_coercions.pl (original)
+++ branches/upstream/libclass-std-perl/current/demo/demo_coercions.pl Thu Dec 24 03:38:46 2009
@@ -29,3 +29,4 @@
 ### $obj->()
 
 ### *{$obj}
+

Modified: branches/upstream/libclass-std-perl/current/demo/demo_library.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libclass-std-perl/current/demo/demo_library.pl?rev=49323&op=diff
==============================================================================
--- branches/upstream/libclass-std-perl/current/demo/demo_library.pl (original)
+++ branches/upstream/libclass-std-perl/current/demo/demo_library.pl Thu Dec 24 03:38:46 2009
@@ -45,3 +45,4 @@
 
 print join "\n", Library::All->titles();
 
+

Modified: branches/upstream/libclass-std-perl/current/demo/demo_library_AUTOLOAD.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libclass-std-perl/current/demo/demo_library_AUTOLOAD.pl?rev=49323&op=diff
==============================================================================
--- branches/upstream/libclass-std-perl/current/demo/demo_library_AUTOLOAD.pl (original)
+++ branches/upstream/libclass-std-perl/current/demo/demo_library_AUTOLOAD.pl Thu Dec 24 03:38:46 2009
@@ -88,3 +88,4 @@
 use Data::Dumper 'Dumper';
 print Dumper( Library->Perl() );
 print "\n-----------------\n";
+

Modified: branches/upstream/libclass-std-perl/current/demo/demo_library_AUTOLOAD_CUMULATIVE.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libclass-std-perl/current/demo/demo_library_AUTOLOAD_CUMULATIVE.pl?rev=49323&op=diff
==============================================================================
--- branches/upstream/libclass-std-perl/current/demo/demo_library_AUTOLOAD_CUMULATIVE.pl (original)
+++ branches/upstream/libclass-std-perl/current/demo/demo_library_AUTOLOAD_CUMULATIVE.pl Thu Dec 24 03:38:46 2009
@@ -88,3 +88,4 @@
 use Data::Dumper 'Dumper';
 print Dumper( Library->Perl() );
 print "\n-----------------\n";
+

Modified: branches/upstream/libclass-std-perl/current/demo/demo_library_AUTOMETHDEF.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libclass-std-perl/current/demo/demo_library_AUTOMETHDEF.pl?rev=49323&op=diff
==============================================================================
--- branches/upstream/libclass-std-perl/current/demo/demo_library_AUTOMETHDEF.pl (original)
+++ branches/upstream/libclass-std-perl/current/demo/demo_library_AUTOMETHDEF.pl Thu Dec 24 03:38:46 2009
@@ -77,3 +77,4 @@
 print "\n-------\n";
 
 print Dumper(Library::All->Python());
+

Modified: branches/upstream/libclass-std-perl/current/demo/demo_perlify.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libclass-std-perl/current/demo/demo_perlify.pl?rev=49323&op=diff
==============================================================================
--- branches/upstream/libclass-std-perl/current/demo/demo_perlify.pl (original)
+++ branches/upstream/libclass-std-perl/current/demo/demo_perlify.pl Thu Dec 24 03:38:46 2009
@@ -30,3 +30,4 @@
 
 my $obj2 = Other->new();
 print $obj2->_DUMP();
+

Modified: branches/upstream/libclass-std-perl/current/demo/demo_shimmer.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libclass-std-perl/current/demo/demo_shimmer.pl?rev=49323&op=diff
==============================================================================
--- branches/upstream/libclass-std-perl/current/demo/demo_shimmer.pl (original)
+++ branches/upstream/libclass-std-perl/current/demo/demo_shimmer.pl Thu Dec 24 03:38:46 2009
@@ -119,3 +119,4 @@
 
 eval { $obj->set_patent(98765) } or print $@;
 eval { $obj->set_name() } or print $@;
+

Modified: branches/upstream/libclass-std-perl/current/demo/demo_unclass.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libclass-std-perl/current/demo/demo_unclass.pl?rev=49323&op=diff
==============================================================================
--- branches/upstream/libclass-std-perl/current/demo/demo_unclass.pl (original)
+++ branches/upstream/libclass-std-perl/current/demo/demo_unclass.pl Thu Dec 24 03:38:46 2009
@@ -6,3 +6,4 @@
 $obj = Foo->new();
 $obj = Bar->new();
 
+

Modified: branches/upstream/libclass-std-perl/current/lib/Class/Std.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libclass-std-perl/current/lib/Class/Std.pm?rev=49323&op=diff
==============================================================================
--- branches/upstream/libclass-std-perl/current/lib/Class/Std.pm (original)
+++ branches/upstream/libclass-std-perl/current/lib/Class/Std.pm Thu Dec 24 03:38:46 2009
@@ -1,6 +1,6 @@
 package Class::Std;
 
-our $VERSION = '0.010';
+our $VERSION = '0.011';
 use strict;
 use warnings;
 use Carp;
@@ -620,7 +620,7 @@
 
 =head1 VERSION
 
-This document describes Class::Std version 0.010
+This document describes Class::Std version 0.011
 
 
 =head1 SYNOPSIS
@@ -2309,3 +2309,5 @@
 FAILURE OF THE SOFTWARE TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGES.
+
+

Modified: branches/upstream/libclass-std-perl/current/t/00.load.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libclass-std-perl/current/t/00.load.t?rev=49323&op=diff
==============================================================================
--- branches/upstream/libclass-std-perl/current/t/00.load.t (original)
+++ branches/upstream/libclass-std-perl/current/t/00.load.t Thu Dec 24 03:38:46 2009
@@ -5,3 +5,4 @@
 }
 
 diag( "Testing Class::Std $Class::Std::VERSION" );
+

Modified: branches/upstream/libclass-std-perl/current/t/access.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libclass-std-perl/current/t/access.t?rev=49323&op=diff
==============================================================================
--- branches/upstream/libclass-std-perl/current/t/access.t (original)
+++ branches/upstream/libclass-std-perl/current/t/access.t Thu Dec 24 03:38:46 2009
@@ -55,3 +55,4 @@
 
 like $@, qr/Can't call private method MyDer::personal\(\) from class main/
                                       => '...with correct error message';
+

Modified: branches/upstream/libclass-std-perl/current/t/access_automethod.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libclass-std-perl/current/t/access_automethod.t?rev=49323&op=diff
==============================================================================
--- branches/upstream/libclass-std-perl/current/t/access_automethod.t (original)
+++ branches/upstream/libclass-std-perl/current/t/access_automethod.t Thu Dec 24 03:38:46 2009
@@ -69,3 +69,4 @@
 like $@, qr/Can't call restricted/ => 'Restricted AUTOMETHOD error msg';
 
 
+

Modified: branches/upstream/libclass-std-perl/current/t/access_name.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libclass-std-perl/current/t/access_name.t?rev=49323&op=diff
==============================================================================
--- branches/upstream/libclass-std-perl/current/t/access_name.t (original)
+++ branches/upstream/libclass-std-perl/current/t/access_name.t Thu Dec 24 03:38:46 2009
@@ -88,3 +88,4 @@
     },
 });
 is( $der2->get_sernum(), 0, 'false values allowable as attribute parameters' );
+

Modified: branches/upstream/libclass-std-perl/current/t/automethod.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libclass-std-perl/current/t/automethod.t?rev=49323&op=diff
==============================================================================
--- branches/upstream/libclass-std-perl/current/t/automethod.t (original)
+++ branches/upstream/libclass-std-perl/current/t/automethod.t Thu Dec 24 03:38:46 2009
@@ -87,3 +87,4 @@
 eval { Qux->foo() };
 ok( $@                                       => 'No Qux foo()'         );
 
+

Modified: branches/upstream/libclass-std-perl/current/t/begin-coercion.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libclass-std-perl/current/t/begin-coercion.t?rev=49323&op=diff
==============================================================================
--- branches/upstream/libclass-std-perl/current/t/begin-coercion.t (original)
+++ branches/upstream/libclass-std-perl/current/t/begin-coercion.t Thu Dec 24 03:38:46 2009
@@ -15,3 +15,4 @@
 }
 
 ok("$obj");
+

Modified: branches/upstream/libclass-std-perl/current/t/can.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libclass-std-perl/current/t/can.t?rev=49323&op=diff
==============================================================================
--- branches/upstream/libclass-std-perl/current/t/can.t (original)
+++ branches/upstream/libclass-std-perl/current/t/can.t Thu Dec 24 03:38:46 2009
@@ -11,3 +11,4 @@
 
 UNIVERSAL::can(undef, 'any');
 ok(! @warnings, 'overwritten UNIVERSAL::can throws no warnings');
+

Modified: branches/upstream/libclass-std-perl/current/t/coercions.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libclass-std-perl/current/t/coercions.t?rev=49323&op=diff
==============================================================================
--- branches/upstream/libclass-std-perl/current/t/coercions.t (original)
+++ branches/upstream/libclass-std-perl/current/t/coercions.t Thu Dec 24 03:38:46 2009
@@ -184,3 +184,4 @@
 is \%{$obj}, \%global_hash2         => 'Der5 Hash coercion';
 is \@{$obj}, \@global_array2        => 'Der5 Array coercion';
 is \${$obj}, \$global_scalar2       => 'Der5 Scalar coercion';
+

Modified: branches/upstream/libclass-std-perl/current/t/cumulative.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libclass-std-perl/current/t/cumulative.t?rev=49323&op=diff
==============================================================================
--- branches/upstream/libclass-std-perl/current/t/cumulative.t (original)
+++ branches/upstream/libclass-std-perl/current/t/cumulative.t Thu Dec 24 03:38:46 2009
@@ -99,3 +99,4 @@
 
     is_deeply \@$res_objs, \@objs             => "shift(\@_) used in method";
 }
+

Modified: branches/upstream/libclass-std-perl/current/t/dump.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libclass-std-perl/current/t/dump.t?rev=49323&op=diff
==============================================================================
--- branches/upstream/libclass-std-perl/current/t/dump.t (original)
+++ branches/upstream/libclass-std-perl/current/t/dump.t Thu Dec 24 03:38:46 2009
@@ -46,3 +46,4 @@
 
 is $hash->{MyDer}{pub}, 'der pub'         => 'Public derived attribute'; 
 is $hash->{MyDer}{'????'}, 'der priv'     => 'Private derived attribute'; 
+

Modified: branches/upstream/libclass-std-perl/current/t/perlattrs.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libclass-std-perl/current/t/perlattrs.t?rev=49323&op=diff
==============================================================================
--- branches/upstream/libclass-std-perl/current/t/perlattrs.t (original)
+++ branches/upstream/libclass-std-perl/current/t/perlattrs.t Thu Dec 24 03:38:46 2009
@@ -28,3 +28,4 @@
 my $obj = MyBase->new({name=>'mha_test'});
 
 $obj->verify();
+

Modified: branches/upstream/libclass-std-perl/current/t/pod-coverage.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libclass-std-perl/current/t/pod-coverage.t?rev=49323&op=diff
==============================================================================
--- branches/upstream/libclass-std-perl/current/t/pod-coverage.t (original)
+++ branches/upstream/libclass-std-perl/current/t/pod-coverage.t Thu Dec 24 03:38:46 2009
@@ -7,3 +7,4 @@
 all_pod_coverage_ok(
     { also_private => [ qr/^[A-Z_]+$|^uniq$/ ], },
 );
+

Modified: branches/upstream/libclass-std-perl/current/t/pod.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libclass-std-perl/current/t/pod.t?rev=49323&op=diff
==============================================================================
--- branches/upstream/libclass-std-perl/current/t/pod.t (original)
+++ branches/upstream/libclass-std-perl/current/t/pod.t Thu Dec 24 03:38:46 2009
@@ -4,3 +4,4 @@
 eval "use Test::Pod 1.14";
 plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
 all_pod_files_ok();
+

Modified: branches/upstream/libclass-std-perl/current/t/runtime.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libclass-std-perl/current/t/runtime.t?rev=49323&op=diff
==============================================================================
--- branches/upstream/libclass-std-perl/current/t/runtime.t (original)
+++ branches/upstream/libclass-std-perl/current/t/runtime.t Thu Dec 24 03:38:46 2009
@@ -146,3 +146,4 @@
 is( $der2->get_snum(), 0, 'false values allowable as attribute parameters' );
 
 is( $der2->get_dval, 'dval', 'default values evaled correctly' );
+

Modified: branches/upstream/libclass-std-perl/current/t/simple.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libclass-std-perl/current/t/simple.t?rev=49323&op=diff
==============================================================================
--- branches/upstream/libclass-std-perl/current/t/simple.t (original)
+++ branches/upstream/libclass-std-perl/current/t/simple.t Thu Dec 24 03:38:46 2009
@@ -138,3 +138,4 @@
 is( $der2->get_snum(), 0, 'false values allowable as attribute parameters' );
 
 is( $der2->get_dval, 'dval', 'default values evaled correctly' );
+

Modified: branches/upstream/libclass-std-perl/current/t/start.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libclass-std-perl/current/t/start.t?rev=49323&op=diff
==============================================================================
--- branches/upstream/libclass-std-perl/current/t/start.t (original)
+++ branches/upstream/libclass-std-perl/current/t/start.t Thu Dec 24 03:38:46 2009
@@ -40,3 +40,4 @@
 package main;
 
 Der->new({ attr=>86 });
+




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