Hello community,

here is the log from the commit of package perl-Test-Unit-Lite for 
openSUSE:Factory checked in at 2012-05-29 11:42:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-Unit-Lite (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Test-Unit-Lite.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Test-Unit-Lite", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Test-Unit-Lite/perl-Test-Unit-Lite.changes  
2012-01-04 07:29:23.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-Unit-Lite.new/perl-Test-Unit-Lite.changes 
    2012-05-29 11:42:34.000000000 +0200
@@ -1,0 +2,6 @@
+Mon May 28 13:40:49 UTC 2012 - co...@suse.com
+
+- updated to 0.1201
+* Repackaged with newer Module::Builder.
+
+-------------------------------------------------------------------

Old:
----
  Test-Unit-Lite-0.12.tar.gz

New:
----
  Test-Unit-Lite-0.1201.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Test-Unit-Lite.spec ++++++
--- /var/tmp/diff_new_pack.yTvTKq/_old  2012-05-29 11:42:35.000000000 +0200
+++ /var/tmp/diff_new_pack.yTvTKq/_new  2012-05-29 11:42:35.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Unit-Lite
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           perl-Test-Unit-Lite
-Version:        0.12
+Version:        0.1201
 Release:        0
 %define cpan_name Test-Unit-Lite
 Summary:        Unit testing without external dependencies
@@ -40,9 +41,14 @@
 #BuildRequires: perl(OneTestCaseTest)
 #BuildRequires: perl(Readonly)
 #BuildRequires: perl(Taint::Runtime)
+#BuildRequires: perl(Test::CheckChanges)
 #BuildRequires: perl(Test::Distribution)
 #BuildRequires: perl(Test::Kwalitee)
 #BuildRequires: perl(TestObject)
+#BuildRequires: perl(Test::Pod) >= 1.14
+#BuildRequires: perl(Test::Pod::Coverage) >= 1.04
+#BuildRequires: perl(Test::Signature)
+#BuildRequires: perl(Test::Spelling)
 #BuildRequires: perl(Test::Unit::Lite)
 #BuildRequires: perl(Test::Unit::TestCase)
 #BuildRequires: perl(Test::Unit::TestRunner)
@@ -78,6 +84,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes examples LICENSE README xt
 
 %changelog

++++++ Test-Unit-Lite-0.12.tar.gz -> Test-Unit-Lite-0.1201.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Unit-Lite-0.12/Build.PL 
new/Test-Unit-Lite-0.1201/Build.PL
--- old/Test-Unit-Lite-0.12/Build.PL    2009-02-12 14:38:56.000000000 +0100
+++ new/Test-Unit-Lite-0.1201/Build.PL  2012-03-25 15:32:07.000000000 +0200
@@ -21,11 +21,12 @@
     },
     build_requires => {
     },
+    auto_configure_requires => 0,
     create_makefile_pl => 'traditional',
     create_readme => 1,
     create_license => 1,
     sign => 1,
-    recursive_test_files => 1,
+    recursive_test_files => 0,
     add_to_cleanup => [
         '*.bak', '*.gz', '*.tgz', '*.ppd', '*.ppmx', '*.deb', '*.bat',
         'Makefile', 'pm_to_blib', 'cover_db', 'Debian_CPANTS.txt',
@@ -34,7 +35,7 @@
     meta_merge => {
         resources => {
             bugtracker => "http://rt.cpan.org/NoAuth/Bugs.html?Dist=$dist";,
-            repository => "http://dexter-cpan.googlecode.com/svn/$dist";,
+            repository => "http://github.com/dex4er/perl-$dist";,
         },
     },
 );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Unit-Lite-0.12/Changes 
new/Test-Unit-Lite-0.1201/Changes
--- old/Test-Unit-Lite-0.12/Changes     2009-02-12 14:38:56.000000000 +0100
+++ new/Test-Unit-Lite-0.1201/Changes   2012-03-25 15:32:07.000000000 +0200
@@ -1,4 +1,9 @@
 ------------------------------------------------------------------------
+0.1201 | Piotr Roszatycki <dex...@cpan.org> | 2012-03-25
+
+* Repackaged with newer Module::Builder.
+
+------------------------------------------------------------------------
 0.12 | Piotr Roszatycki <dex...@debian.org> | 2009-02-12
 
 Changes:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Unit-Lite-0.12/LICENSE 
new/Test-Unit-Lite-0.1201/LICENSE
--- old/Test-Unit-Lite-0.12/LICENSE     2009-02-12 14:38:56.000000000 +0100
+++ new/Test-Unit-Lite-0.1201/LICENSE   2012-03-25 15:32:07.000000000 +0200
@@ -1,9 +1,9 @@
-This software is copyright (c) 2009 by Piotr Roszatycki <dex...@cpan.org>.
+This software is copyright (c) 2012 by Piotr Roszatycki <dex...@cpan.org>.
 
 This is free software; you can redistribute it and/or modify it under
-the same terms as perl itself.
+the same terms as the Perl 5 programming language system itself.
 
-Terms of Perl itself
+Terms of the Perl programming language system itself
 
 a) the GNU General Public License as published by the Free
    Software Foundation; either version 1, or (at your option) any
@@ -12,21 +12,22 @@
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2009 by Piotr Roszatycki <dex...@cpan.org>.
+This software is Copyright (c) 2012 by Piotr Roszatycki <dex...@cpan.org>.
 
 This is free software, licensed under:
 
   The GNU General Public License, Version 1, February 1989
 
-                   GNU GENERAL PUBLIC LICENSE
-                    Version 1, February 1989
+                    GNU GENERAL PUBLIC LICENSE
+                     Version 1, February 1989
 
  Copyright (C) 1989 Free Software Foundation, Inc.
-                59 Temple Place, Suite 330, Boston, MA 02111-1307, USA
+ 51 Franklin St, Suite 500, Boston, MA  02110-1335  USA
+
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
-                           Preamble
+                            Preamble
 
   The license agreements of most software companies try to keep users
 at the mercy of those companies.  By contrast, our General Public
@@ -67,7 +68,7 @@
   The precise terms and conditions for copying, distribution and
 modification follow.
 
-                   GNU GENERAL PUBLIC LICENSE
+                    GNU GENERAL PUBLIC LICENSE
    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
 
   0. This License Agreement applies to any program or other work which
@@ -185,7 +186,7 @@
 of preserving the free status of all derivatives of our free software and
 of promoting the sharing and reuse of software generally.
 
-                           NO WARRANTY
+                            NO WARRANTY
 
   9. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
@@ -207,9 +208,9 @@
 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGES.
 
-                    END OF TERMS AND CONDITIONS
+                     END OF TERMS AND CONDITIONS
 
-       Appendix: How to Apply These Terms to Your New Programs
+        Appendix: How to Apply These Terms to Your New Programs
 
   If you develop a new program, and you want it to be of the greatest
 possible use to humanity, the best way to achieve this is to make it
@@ -235,8 +236,9 @@
     GNU General Public License for more details.
 
     You should have received a copy of the GNU General Public License
-    along with this program; if not, write to the Free Software Foundation,
-    Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
+    along with this program; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
USA
+
 
 Also add information on how to contact you by electronic and paper mail.
 
@@ -270,7 +272,7 @@
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2009 by Piotr Roszatycki <dex...@cpan.org>.
+This software is Copyright (c) 2012 by Piotr Roszatycki <dex...@cpan.org>.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Unit-Lite-0.12/MANIFEST 
new/Test-Unit-Lite-0.1201/MANIFEST
--- old/Test-Unit-Lite-0.12/MANIFEST    2009-02-12 14:38:56.000000000 +0100
+++ new/Test-Unit-Lite-0.1201/MANIFEST  2012-03-25 15:32:07.000000000 +0200
@@ -1,11 +1,12 @@
 Build.PL
 Changes
-eg/README
+examples/README
 lib/Test/Unit/Lite.pm
 LICENSE
 Makefile.PL
 MANIFEST                       This list of files
 MANIFEST.SKIP
+META.json
 META.yml
 README
 t/all_tests.t
@@ -39,12 +40,17 @@
 t/tlib/SuccessTest.pm
 t/tlib/TestObject.pm
 t/tlib/WillDie.pm
+xt/check_changes.t
+xt/consistent_version_numbers.t
 xt/copyright.t
 xt/cover.pl
 xt/distribution.t
 xt/kwalitee.t
 xt/minimumversion.t
 xt/pod_coverage.t
-xt/pod_spell.xt
+xt/pod_spell.t
+xt/pod_spellrc
 xt/pod_syntax.t
+xt/signature.t
+SIGNATURE    Added here by Module::Build
 SIGNATURE    Added here by Module::Build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Unit-Lite-0.12/MANIFEST.SKIP 
new/Test-Unit-Lite-0.1201/MANIFEST.SKIP
--- old/Test-Unit-Lite-0.12/MANIFEST.SKIP       2009-02-12 14:38:56.000000000 
+0100
+++ new/Test-Unit-Lite-0.1201/MANIFEST.SKIP     2012-03-25 15:32:07.000000000 
+0200
@@ -6,6 +6,8 @@
 \B\.cvsignore$
 \B\.git\b
 \B\.gitignore$
+\B\.bzr\b
+\B\.bzrignore$
 
 # Avoid Makemaker generated and utility files.
 \bMakefile$
@@ -18,6 +20,7 @@
 \bBuild$
 \bBuild.bat$
 \b_build
+\bDist.SH$
 
 # Avoid Devel::Cover generated files
 \bcover_db
@@ -45,7 +48,9 @@
 \.ppmx$
 \.tgz$
 \.deb$
+\bdebian
 \bDebian_CPANTS.txt$
+-stamp$
 
 # Avoid Eclipse files
 .includepath
@@ -53,3 +58,5 @@
 
 # Avoid distdir
 \d+\.\d+\b
+^MYMETA.yml$
+^MYMETA\.json$
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Unit-Lite-0.12/META.json 
new/Test-Unit-Lite-0.1201/META.json
--- old/Test-Unit-Lite-0.12/META.json   1970-01-01 01:00:00.000000000 +0100
+++ new/Test-Unit-Lite-0.1201/META.json 2012-03-25 15:32:07.000000000 +0200
@@ -0,0 +1,70 @@
+{
+   "abstract" : "Unit testing without external dependencies",
+   "author" : [
+      "Piotr Roszatycki <dex...@cpan.org>"
+   ],
+   "dynamic_config" : 1,
+   "generated_by" : "Module::Build version 0.38, CPAN::Meta::Converter version 
2.112150",
+   "license" : [
+      "perl_5"
+   ],
+   "meta-spec" : {
+      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
+      "version" : "2"
+   },
+   "name" : "Test-Unit-Lite",
+   "prereqs" : {
+      "runtime" : {
+         "requires" : {
+            "perl" : "5.006"
+         }
+      }
+   },
+   "provides" : {
+      "Test::Unit::Debug" : {
+         "file" : "lib/Test/Unit/Lite.pm",
+         "version" : 0
+      },
+      "Test::Unit::HarnessUnit" : {
+         "file" : "lib/Test/Unit/Lite.pm",
+         "version" : 0
+      },
+      "Test::Unit::Lite" : {
+         "file" : "lib/Test/Unit/Lite.pm",
+         "version" : "0.1201"
+      },
+      "Test::Unit::Lite::AllTests" : {
+         "file" : "lib/Test/Unit/Lite.pm",
+         "version" : 0
+      },
+      "Test::Unit::Result" : {
+         "file" : "lib/Test/Unit/Lite.pm",
+         "version" : 0
+      },
+      "Test::Unit::TestCase" : {
+         "file" : "lib/Test/Unit/Lite.pm",
+         "version" : 0
+      },
+      "Test::Unit::TestRunner" : {
+         "file" : "lib/Test/Unit/Lite.pm",
+         "version" : 0
+      },
+      "Test::Unit::TestSuite" : {
+         "file" : "lib/Test/Unit/Lite.pm",
+         "version" : 0
+      }
+   },
+   "release_status" : "stable",
+   "resources" : {
+      "bugtracker" : {
+         "web" : "http://rt.cpan.org/NoAuth/Bugs.html?Dist=Test-Unit-Lite";
+      },
+      "license" : [
+         "http://dev.perl.org/licenses/";
+      ],
+      "repository" : {
+         "url" : "http://github.com/dex4er/perl-Test-Unit-Lite";
+      }
+   },
+   "version" : "0.1201"
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Unit-Lite-0.12/META.yml 
new/Test-Unit-Lite-0.1201/META.yml
--- old/Test-Unit-Lite-0.12/META.yml    2009-02-12 14:38:56.000000000 +0100
+++ new/Test-Unit-Lite-0.1201/META.yml  2012-03-25 15:32:07.000000000 +0200
@@ -1,16 +1,15 @@
 ---
-name: Test-Unit-Lite
-version: 0.12
+abstract: 'Unit testing without external dependencies'
 author:
   - 'Piotr Roszatycki <dex...@cpan.org>'
-abstract: Unit testing without external dependencies
+build_requires: {}
+dynamic_config: 1
+generated_by: 'Module::Build version 0.38, CPAN::Meta::Converter version 
2.112150'
 license: perl
-resources:
-  bugtracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=Test-Unit-Lite
-  license: http://dev.perl.org/licenses/
-  repository: http://dexter-cpan.googlecode.com/svn/Test-Unit-Lite
-requires:
-  perl: 5.006
+meta-spec:
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: 1.4
+name: Test-Unit-Lite
 provides:
   Test::Unit::Debug:
     file: lib/Test/Unit/Lite.pm
@@ -20,7 +19,7 @@
     version: 0
   Test::Unit::Lite:
     file: lib/Test/Unit/Lite.pm
-    version: 0.12
+    version: 0.1201
   Test::Unit::Lite::AllTests:
     file: lib/Test/Unit/Lite.pm
     version: 0
@@ -36,7 +35,10 @@
   Test::Unit::TestSuite:
     file: lib/Test/Unit/Lite.pm
     version: 0
-generated_by: Module::Build version 0.31
-meta-spec:
-  url: http://module-build.sourceforge.net/META-spec-v1.2.html
-  version: 1.2
+requires:
+  perl: 5.006
+resources:
+  bugtracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=Test-Unit-Lite
+  license: http://dev.perl.org/licenses/
+  repository: http://github.com/dex4er/perl-Test-Unit-Lite
+version: 0.1201
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Unit-Lite-0.12/Makefile.PL 
new/Test-Unit-Lite-0.1201/Makefile.PL
--- old/Test-Unit-Lite-0.12/Makefile.PL 2009-02-12 14:38:56.000000000 +0100
+++ new/Test-Unit-Lite-0.1201/Makefile.PL       2012-03-25 15:32:07.000000000 
+0200
@@ -1,12 +1,13 @@
-# Note: this file was auto-generated by Module::Build::Compat version 0.31
+# Note: this file was auto-generated by Module::Build::Compat version 0.3800
 require 5.006;
 use ExtUtils::MakeMaker;
 WriteMakefile
 (
-          'INSTALLDIRS' => 'site',
-          'NAME' => 'Test::Unit::Lite',
-          'EXE_FILES' => [],
-          'VERSION_FROM' => 'lib/Test/Unit/Lite.pm',
-          'PREREQ_PM' => {}
-        )
+  'PL_FILES' => {},
+  'INSTALLDIRS' => 'site',
+  'NAME' => 'Test::Unit::Lite',
+  'EXE_FILES' => [],
+  'VERSION_FROM' => 'lib/Test/Unit/Lite.pm',
+  'PREREQ_PM' => {}
+)
 ;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Unit-Lite-0.12/README 
new/Test-Unit-Lite-0.1201/README
--- old/Test-Unit-Lite-0.12/README      2009-02-12 14:38:56.000000000 +0100
+++ new/Test-Unit-Lite-0.1201/README    2012-03-25 15:32:07.000000000 +0200
@@ -52,7 +52,6 @@
     provided as a single file.
 
   Bundling the Test::Unit::Lite as a part of package distribution
-
     The Test::Unit::Lite framework can be bundled to the package
     distribution. Then the Test::Unit::Lite module is copied to the inc
     directory of the source directory for the package distribution.
@@ -61,7 +60,7 @@
     Piotr Roszatycki <dex...@cpan.org>
 
 LICENSE
-    Copyright (C) 2007, 2008, 2009 by Piotr Roszatycki <dex...@debian.org>.
+    Copyright (c) 2007-2009, 2012 by Piotr Roszatycki <dex...@cpan.org>.
 
     This program is free software; you can redistribute it and/or modify it
     under the same terms as Perl itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Unit-Lite-0.12/SIGNATURE 
new/Test-Unit-Lite-0.1201/SIGNATURE
--- old/Test-Unit-Lite-0.12/SIGNATURE   2009-02-12 14:38:59.000000000 +0100
+++ new/Test-Unit-Lite-0.1201/SIGNATURE 2012-03-25 15:32:07.000000000 +0200
@@ -1,5 +1,5 @@
 This file contains message digests of all files listed in MANIFEST,
-signed via the Module::Signature module, version 0.55.
+signed via the Module::Signature module, version 0.68.
 
 To verify the content in this distribution, first make sure you have
 Module::Signature installed, then type:
@@ -14,16 +14,17 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
-SHA1 744f27ae85091915f64b4744f3918d4a60923bb4 Build.PL
-SHA1 20ce1864d26952731da3ff1f6f7e6f7fe53c0d2a Changes
-SHA1 74b1c398020b9c1e8849b7982751cb70ecc5de8d LICENSE
-SHA1 eef4fdabc353583b69686b57714bc9bf66eb83f3 MANIFEST
-SHA1 7d9037725a8f8c9c65eff1e091819c215f55c650 MANIFEST.SKIP
-SHA1 0f149c40f2567c23cffae4f81cac15bd429da255 META.yml
-SHA1 208bbdead4e0fb1a03ad0cd2d63ee6b91867e34d Makefile.PL
-SHA1 161e9767904aeda7bbafcb1d595a37e84ae95f78 README
-SHA1 a5b42c5616211189572a48935a55eca59a75c742 eg/README
-SHA1 a4aadd9aa63d180411e25a33df632e15cc0c1dcc lib/Test/Unit/Lite.pm
+SHA1 5076da9ce2dde4ced41610fcd2df8aa3d3c629b5 Build.PL
+SHA1 2244924e5f8a43a253bcc5753b820f924ba190d0 Changes
+SHA1 39d4369e877ca8afd2c5736d89d21b67976f2d07 LICENSE
+SHA1 36d8646de46b05f770636c78ca082e205d027cde MANIFEST
+SHA1 c3a34543c726b0d9c39e90592d1db5ae07b6f1b3 MANIFEST.SKIP
+SHA1 a3fd8650ea3a77b9a820fdeffedaa50f01783653 META.json
+SHA1 fa180915cfbb150208d1e24a7273a47ce9833faa META.yml
+SHA1 e223ed81388613442a850e59b4f0e88ca1dd46b0 Makefile.PL
+SHA1 07fd654dffb7db8e2945a1b47e1f7049cf30553f README
+SHA1 a5b42c5616211189572a48935a55eca59a75c742 examples/README
+SHA1 1b90e9a60868da4959ad633797032cabfed24923 lib/Test/Unit/Lite.pm
 SHA1 65196ddb7d86fa6b392f6e711ddc6326bd6decef t/all_tests.t
 SHA1 2a6a6d60e637568de03f4b4c0d22cf544eb955a6 t/all_tests_tainted.t
 SHA1 0b65fef81698ca3ecb87c27aebe02ba593243372 t/test.pl
@@ -55,18 +56,22 @@
 SHA1 b3199eaa21558d84ec984eab05dee5ec5e73bdc9 t/tlib/SuccessTest.pm
 SHA1 f7e14bf098983eef41850124fd27015be52a39e7 t/tlib/TestObject.pm
 SHA1 50bb1ccaa6d868e4ae05d7b4bd6052b008fa37b2 t/tlib/WillDie.pm
-SHA1 cd748ade99c6f4613a6a8b2579df4f55af6b9db8 xt/copyright.t
+SHA1 90353a99ac0f719b6f3e58029804d8556cedc2ab xt/check_changes.t
+SHA1 1c27e5840b0154e44120bc2edc02fbb507c76819 xt/consistent_version_numbers.t
+SHA1 67bb4c141ea95809f3db2d526ce91d9e6d894756 xt/copyright.t
 SHA1 650dccfa9b6f5a98cf731c89041bea8935dbc623 xt/cover.pl
-SHA1 0cc035a7059d85dbe3345dd77ab3bfcb26747eea xt/distribution.t
-SHA1 ce95b12540d6fa64569e97e3bc58142d567a9109 xt/kwalitee.t
+SHA1 f5aac658ae1888964274e68d179413782082b7ad xt/distribution.t
+SHA1 44147122d52fef90ab3a2c65ebba4f89342174f8 xt/kwalitee.t
 SHA1 6e7f9dde7560793bcb40acc41561e07d163ad6d1 xt/minimumversion.t
-SHA1 775b3ac02805b6d703614f42608732fb43af2a41 xt/pod_coverage.t
-SHA1 a63e40b1be619d4aafa6299951a78d34e7a9825b xt/pod_spell.xt
-SHA1 2c579b58def8daec94f41b628ac81c256faaa2b1 xt/pod_syntax.t
+SHA1 46aa111935ff192343c30b72d28da1a71ef4abf0 xt/pod_coverage.t
+SHA1 bef7d46eb5cbc3e67956d4e823ec199f41ab9268 xt/pod_spell.t
+SHA1 a0ed774107c4a68f55648f8ddf81e1eeb12f8b83 xt/pod_spellrc
+SHA1 87cb53d4ad0162a872d5c70013fc41719e030555 xt/pod_syntax.t
+SHA1 a38994922fda6d64e2ee75198fadc464a221fea9 xt/signature.t
 -----BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.9 (GNU/Linux)
+Version: GnuPG v1.4.11 (GNU/Linux)
 
-iEYEARECAAYFAkmUJnAACgkQhMHHe8CxClufDACdGhCkoWCVGrp1f9uSqPYCfXPF
-7u8AoN/XW4PWNSldDIgbh0MZJvGib+/n
-=0OXc
+iEYEARECAAYFAk9vHlcACgkQhMHHe8CxCluc+gCgnnxbSQLk2NJH2L9DyWRGLMUo
+nRIAoMlgKTieqH7yKtRiMAKnDlNPADMR
+=XIgB
 -----END PGP SIGNATURE-----
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Unit-Lite-0.12/eg/README 
new/Test-Unit-Lite-0.1201/eg/README
--- old/Test-Unit-Lite-0.12/eg/README   2009-02-12 14:38:56.000000000 +0100
+++ new/Test-Unit-Lite-0.1201/eg/README 1970-01-01 01:00:00.000000000 +0100
@@ -1,5 +0,0 @@
-The example for usage of Test::Unit::Lite framework is in ./t directory of
-this distrubution.
-
-The good working examples are also included to Exception::Base and
-Exception::System modules source.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Unit-Lite-0.12/examples/README 
new/Test-Unit-Lite-0.1201/examples/README
--- old/Test-Unit-Lite-0.12/examples/README     1970-01-01 01:00:00.000000000 
+0100
+++ new/Test-Unit-Lite-0.1201/examples/README   2012-03-25 15:32:07.000000000 
+0200
@@ -0,0 +1,5 @@
+The example for usage of Test::Unit::Lite framework is in ./t directory of
+this distrubution.
+
+The good working examples are also included to Exception::Base and
+Exception::System modules source.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Unit-Lite-0.12/lib/Test/Unit/Lite.pm 
new/Test-Unit-Lite-0.1201/lib/Test/Unit/Lite.pm
--- old/Test-Unit-Lite-0.12/lib/Test/Unit/Lite.pm       2009-02-12 
14:38:56.000000000 +0100
+++ new/Test-Unit-Lite-0.1201/lib/Test/Unit/Lite.pm     2012-03-25 
15:32:07.000000000 +0200
@@ -72,7 +72,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '0.12';
+our $VERSION = '0.1201';
 
 use Carp ();
 use File::Spec ();
@@ -926,13 +926,13 @@
 
 =item assert_num_not_equals(ARG1, ARG2 [, MESSAGE])
 
-Force numeric comparition.
+Force numeric comparison.
 
 =item assert_str_equals(ARG1, ARG2 [, MESSAGE])
 
 =item assert_str_not_equals(ARG1, ARG2 [, MESSAGE])
 
-Force string comparition.
+Force string comparison.
 
 =item assert(qr/PATTERN/, ARG [, MESSAGE])
 
@@ -1224,10 +1224,6 @@
 The L<Test::Unit::Lite> was tested as a L<Test::Unit> replacement for following
 distributions: L<Test::C2FIT>, L<XAO::Base>, L<Exception::Base>.
 
-=head1 BUGS
-
-If you find the bug or need new feature, please report it.
-
 =for readme continue
 
 =head1 AUTHOR
@@ -1236,7 +1232,7 @@
 
 =head1 LICENSE
 
-Copyright (C) 2007, 2008, 2009 by Piotr Roszatycki E<lt>dex...@debian.orge<gt>.
+Copyright (c) 2007-2009, 2012 by Piotr Roszatycki <dex...@cpan.org>.
 
 This program is free software; you can redistribute it and/or modify it under
 the same terms as Perl itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Unit-Lite-0.12/xt/check_changes.t 
new/Test-Unit-Lite-0.1201/xt/check_changes.t
--- old/Test-Unit-Lite-0.12/xt/check_changes.t  1970-01-01 01:00:00.000000000 
+0100
+++ new/Test-Unit-Lite-0.1201/xt/check_changes.t        2012-03-25 
15:32:07.000000000 +0200
@@ -0,0 +1,7 @@
+#!/usr/bin/perl
+
+use strict;
+use warnings;
+
+use Test::CheckChanges;
+ok_changes();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Unit-Lite-0.12/xt/consistent_version_numbers.t 
new/Test-Unit-Lite-0.1201/xt/consistent_version_numbers.t
--- old/Test-Unit-Lite-0.12/xt/consistent_version_numbers.t     1970-01-01 
01:00:00.000000000 +0100
+++ new/Test-Unit-Lite-0.1201/xt/consistent_version_numbers.t   2012-03-25 
15:32:07.000000000 +0200
@@ -0,0 +1,46 @@
+#!/usr/bin/perl
+
+use strict;
+use warnings;
+
+our $VERSION = '0.999_001';
+
+use File::Find;
+use File::Slurp;
+
+use Test::More qw(no_plan); ## no critic (Bangs::ProhibitNoPlan)
+
+
+my $last_version = undef;
+find({wanted => \&check_version, no_chdir => 1}, 'lib');
+if (! defined $last_version) {
+    ## no critic (RequireInterpolationOfMetachars)
+    fail('Failed to find any files with $VERSION');
+    ## use critic
+} # end if
+
+
+sub check_version {
+    # $_ is the full path to the file
+    return if ! m{blib/script/}xms && ! m{ [.] pm \z}xms;
+
+    my $content = read_file($_);
+
+    # only look at perl scripts, not sh scripts
+    return if m{blib/script/}xms && $content !~ m/\A \#![^\r\n]+?perl/xms;
+
+    my @version_lines = $content =~ m/ \s* ( [^\n]* \$VERSION \s* = \s* (?: 
eval \s* )? ['"]? \d+ [^\n]* ) /gxms; # '
+    if (@version_lines == 0) {
+       fail($_);
+    } # end if
+    foreach my $line (@version_lines) {
+        if (!defined $last_version) {
+            $last_version = shift @version_lines;
+            pass($_);
+        } else {
+            is($line, $last_version, $_);
+        } # end if
+    } # end foreach
+
+    return;
+} # end check_version()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Unit-Lite-0.12/xt/copyright.t 
new/Test-Unit-Lite-0.1201/xt/copyright.t
--- old/Test-Unit-Lite-0.12/xt/copyright.t      2009-02-12 14:38:56.000000000 
+0100
+++ new/Test-Unit-Lite-0.1201/xt/copyright.t    2012-03-25 15:32:07.000000000 
+0200
@@ -19,7 +19,7 @@
 my $this_year =
     (localtime)[$LOCALTIME_YEAR_FIELD_NUMBER] + $LOCALTIME_YEAR_OFFSET;
 my $copyrights_found = 0;
-find({wanted => \&check_file, no_chdir => 1}, 'blib');
+find({wanted => \&check_file, no_chdir => 1}, 'lib');
 foreach ( grep { m/^readme/ixms } read_dir(q<.>) ) {
     check_file();
 } # end foreach
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Unit-Lite-0.12/xt/distribution.t 
new/Test-Unit-Lite-0.1201/xt/distribution.t
--- old/Test-Unit-Lite-0.12/xt/distribution.t   2009-02-12 14:38:56.000000000 
+0100
+++ new/Test-Unit-Lite-0.1201/xt/distribution.t 2012-03-25 15:32:07.000000000 
+0200
@@ -5,6 +5,8 @@
 
 our $VERSION = '0.999_001';
 
-# No POD coverage due to complaints about builtins when using Fatal.
-use Test::Distribution ();
-Test::Distribution->import( distversion => 1, not => [ 'pod', 'podcover', 
'prereq' ] );
+require Test::Distribution;
+Test::Distribution->import(
+    distversion => 1,
+    only => [ 'description', 'manifest' ]
+);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Unit-Lite-0.12/xt/kwalitee.t 
new/Test-Unit-Lite-0.1201/xt/kwalitee.t
--- old/Test-Unit-Lite-0.12/xt/kwalitee.t       2009-02-12 14:38:56.000000000 
+0100
+++ new/Test-Unit-Lite-0.1201/xt/kwalitee.t     2012-03-25 15:32:07.000000000 
+0200
@@ -5,6 +5,4 @@
 
 use Test::More;
 
-eval { require Test::Kwalitee; Test::Kwalitee->import() };
-
-plan( skip_all => 'Test::Kwalitee not installed; skipping' ) if $@;
+use Test::Kwalitee;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Unit-Lite-0.12/xt/pod_coverage.t 
new/Test-Unit-Lite-0.1201/xt/pod_coverage.t
--- old/Test-Unit-Lite-0.12/xt/pod_coverage.t   2009-02-12 14:38:56.000000000 
+0100
+++ new/Test-Unit-Lite-0.1201/xt/pod_coverage.t 2012-03-25 15:32:07.000000000 
+0200
@@ -5,8 +5,7 @@
 
 use Test::More;
 
-eval "use Test::Pod::Coverage 1.04";
-plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" 
if $@;
+use Test::Pod::Coverage 1.04;
 
 all_pod_coverage_ok({
     also_private => [ qr/^(unimport|BUILD)$/ ],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Unit-Lite-0.12/xt/pod_spell.t 
new/Test-Unit-Lite-0.1201/xt/pod_spell.t
--- old/Test-Unit-Lite-0.12/xt/pod_spell.t      1970-01-01 01:00:00.000000000 
+0100
+++ new/Test-Unit-Lite-0.1201/xt/pod_spell.t    2012-03-25 15:32:07.000000000 
+0200
@@ -0,0 +1,22 @@
+#!/usr/bin/perl
+
+use strict;
+use warnings;
+
+use File::Basename;
+use File::Spec;
+use Cwd;
+
+BEGIN {
+    chdir dirname(__FILE__) or die "$!";
+    chdir '..' or die "$!";
+};
+
+use Test::More;
+use Test::Spelling;
+
+open my $fh, File::Spec->catfile(dirname(__FILE__), 'pod_spellrc') or die $!;
+add_stopwords( <$fh> );
+$ENV{LANG} = 'C';
+
+all_pod_files_spelling_ok('lib');
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Unit-Lite-0.12/xt/pod_spell.xt 
new/Test-Unit-Lite-0.1201/xt/pod_spell.xt
--- old/Test-Unit-Lite-0.12/xt/pod_spell.xt     2009-02-12 14:38:56.000000000 
+0100
+++ new/Test-Unit-Lite-0.1201/xt/pod_spell.xt   1970-01-01 01:00:00.000000000 
+0100
@@ -1,22 +0,0 @@
-#!/usr/bin/perl
-
-use strict;
-use warnings;
-
-use Test::More;
-
-eval q{ use Test::Spelling };
-plan skip_all => "Test::Spelling is not installed." if $@;
-
-set_spell_cmd('aspell -a -d en');
-add_stopwords( map { split /[\s\:\-]/ } <DATA> );
-$ENV{LANG} = 'C';
-all_pod_files_spelling_ok('lib');
-
-__DATA__
-API
-ARG
-comparition
-ok
-Roszatycki
-subdirectories
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Unit-Lite-0.12/xt/pod_spellrc 
new/Test-Unit-Lite-0.1201/xt/pod_spellrc
--- old/Test-Unit-Lite-0.12/xt/pod_spellrc      1970-01-01 01:00:00.000000000 
+0100
+++ new/Test-Unit-Lite-0.1201/xt/pod_spellrc    2012-03-25 15:32:07.000000000 
+0200
@@ -0,0 +1,7 @@
+ARG
+API
+CPAN
+ok
+Piotr
+Roszatycki
+versioned
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Unit-Lite-0.12/xt/pod_syntax.t 
new/Test-Unit-Lite-0.1201/xt/pod_syntax.t
--- old/Test-Unit-Lite-0.12/xt/pod_syntax.t     2009-02-12 14:38:56.000000000 
+0100
+++ new/Test-Unit-Lite-0.1201/xt/pod_syntax.t   2012-03-25 15:32:07.000000000 
+0200
@@ -5,7 +5,6 @@
 
 use Test::More;
 
-eval "use Test::Pod 1.14";
-plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
+use Test::Pod 1.14;
 
 all_pod_files_ok();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Unit-Lite-0.12/xt/signature.t 
new/Test-Unit-Lite-0.1201/xt/signature.t
--- old/Test-Unit-Lite-0.12/xt/signature.t      1970-01-01 01:00:00.000000000 
+0100
+++ new/Test-Unit-Lite-0.1201/xt/signature.t    2012-03-25 15:32:07.000000000 
+0200
@@ -0,0 +1,9 @@
+#!/usr/bin/perl
+
+use strict;
+use warnings;
+
+use Test::More tests => 1;
+use Test::Signature;
+
+signature_ok();

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to