Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Test-Base-0.88-lp152.3.2 RPM for noarch

From OpenSuSE Leap 15.2 for noarch

Name: perl-Test-Base Distribution: openSUSE Leap 15.2
Version: 0.88 Vendor: openSUSE
Release: lp152.3.2 Build date: Fri Sep 20 19:33:17 2019
Group: Development/Libraries/Perl Build host: morla5
Size: 115344 Source RPM: perl-Test-Base-0.88-lp152.3.2.src.rpm
Packager: https://bugs.opensuse.org
Url: http://search.cpan.org/dist/Test-Base/
Summary: A Data Driven Testing Framework
Testing is usually the ugly part of Perl module authoring. Perl gives you a
standard way to run tests with Test::Harness, and basic testing primitives
with Test::More. After that you are pretty much on your own to develop a
testing framework and philosophy. Test::More encourages you to make your
own framework by subclassing Test::Builder, but that is not trivial.

Test::Base gives you a way to write your own test framework base class that
_is_ trivial. In fact it is as simple as two lines:

    package MyTestFramework;
    use Test::Base -Base;

A module called 'MyTestFramework.pm' containing those two lines, will give
all the power of Test::More and all the power of Test::Base to every test
file that uses it. As you build up the capabilities of 'MyTestFramework',
your tests will have all of that power as well.

'MyTestFramework' becomes a place for you to put all of your reusable
testing bits. As you write tests, you will see patterns and duplication,
and you can "upstream" them into 'MyTestFramework'. Of course, you don't
have to subclass Test::Base at all. You can use it directly in many
applications, including everywhere you would use Test::More.

Test::Base concentrates on offering reusable data driven patterns, so that
you can write tests with a minimum of code. At the heart of all testing you
have inputs, processes and expected outputs. Test::Base provides some clean
ways for you to express your input and expected output data, so you can
spend your

      time focusing on that rather than your code scaffolding.

Provides

Requires

License

Artistic-1.0 or GPL-1.0+

Changelog

* Mon Apr 13 2015 coolo@suse.com
  - updated to 0.88
    - Remove a debugging line.
    0.87 Tue Aug 19 16:35:34 PDT 2014
    - Replace tabs with spaces
    0.86 Mon Aug 18 08:29:20 PDT 2014
    - Fix for issue/15
    0.85 Mon Aug 18 08:07:52 PDT 2014
    - Pull Module::Install::TestBase out of Test::Base
    - It will be released in separate dist
    - Was causing Test::Base to fail tests
    0.84 Sat Aug 16 15:08:32 PDT 2014
    - Remove .gitignore
    - Fix Meta error. s/zild/=zild/
    0.83 Sat Aug 16 12:31:00 PDT 2014
    - Meta 0.0.2
    0.82 Sat Aug 16 04:14:25 PDT 2014
    - Eliminate spurious trailing whitespace
    0.81 Sat Aug 16 02:52:12 PDT 2014
    - Eliminate File::Basename from test/
    0.80 Fri Aug 15 20:49:55 PDT 2014
    - Add t/000-require-modules.t
    0.79 Sat Aug  9 00:55:07 PDT 2014
    - Dep on EU::MM 6.52
* Wed Apr 06 2011 coolo@novell.com
  - updated to 0.60
    - Applied patch by andk++
    - Make regexp test skip on 5.14 for now.
* Wed Mar 16 2011 cfarrell@novell.com
  - license update: GPL+ or Artistic
    Same license as perl expands to GPL+ or Artistic under current rpm spec file license syntax
* Wed Dec 01 2010 coolo@novell.com
  - switch to perl_requires macro
* Mon Mar 08 2010 ro@suse.de
  - try BuildIgnore to fix buildreq cycle
* Sun Jan 10 2010 jengelh@medozas.de
  - enable parallel build
* Sun Dec 13 2009 chris@computersalat.de
  - update to 0.59
    - Fixed test dep bug reported by Alias++
  - removed useless patch
  - update desc
  - fixed build-/deps
    o added Algorithm::Diff, Text::Diff
    o fix Spiffy >= 0.30
* Sat Jul 25 2009 chris@computersalat.de
  - spec mods
    * removed ^----------
    * removed ^#---------
* Sat Jun 20 2009 chris@computersalat.de
  - update to 0.58
    o Another undef filtering change.
  - version: 0.57
    o Allow value of undef to be filtered without warnings.
  - version: 0.56
    o Add Test::Deep support with is_deep and run_is_deep
  - version: 0.55
    o Module::Install::TestBase::use_test_base require 'Filter::Util::Call' now.
  - added perl-macros
    o autogen filelist with perl_gen_filelist
  - spec mods
    o added header
    o fixed deps
  - added req patch
    o needs Test/Deep
* Tue Jul 24 2007 cwh@suse.de
  - version 0.54: Make dependency on Filter::Util::Call explicit in Makefile.PL
  - version 0.53: Changes from miyagawa and crew

Files

/usr/lib/perl5/vendor_perl/5.26.1/Test
/usr/lib/perl5/vendor_perl/5.26.1/Test/Base
/usr/lib/perl5/vendor_perl/5.26.1/Test/Base.pm
/usr/lib/perl5/vendor_perl/5.26.1/Test/Base.pod
/usr/lib/perl5/vendor_perl/5.26.1/Test/Base/Filter.pm
/usr/lib/perl5/vendor_perl/5.26.1/Test/Base/Filter.pod
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Test-Base
/usr/share/doc/packages/perl-Test-Base/CONTRIBUTING
/usr/share/doc/packages/perl-Test-Base/Changes
/usr/share/doc/packages/perl-Test-Base/LICENSE
/usr/share/doc/packages/perl-Test-Base/README
/usr/share/man/man3/Test::Base.3pm.gz
/usr/share/man/man3/Test::Base::Filter.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 11:50:38 2024