From 9d15a492414d0527469b56e9014b9684aff4312d Mon Sep 17 00:00:00 2001 From: Bill Pemberton Date: Apr 06 2020 16:08:52 +0000 Subject: Add a couple tests Add BuildRequires for Test::Memory::Cycle, Test::Pod, and DBD::SQLite so we'll get some more tests run. --- diff --git a/perl-Rose-DB-Object.spec b/perl-Rose-DB-Object.spec index 7ea3533..33f0afa 100644 --- a/perl-Rose-DB-Object.spec +++ b/perl-Rose-DB-Object.spec @@ -1,6 +1,6 @@ Name: perl-Rose-DB-Object Version: 0.817 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Extensible, high performance object-relational mapper (ORM) License: GPL+ or Artistic URL: https://metacpan.org/release/Rose-DB-Object @@ -18,6 +18,7 @@ BuildRequires: perl(constant) BuildRequires: perl(Cwd) BuildRequires: perl(Data::Dumper) BuildRequires: perl(DateTime) +BuildRequires: perl(DBD::SQLite) BuildRequires: perl(DBI) BuildRequires: perl(Exporter) BuildRequires: perl(ExtUtils::MakeMaker) @@ -33,7 +34,9 @@ BuildRequires: perl(Rose::DateTime::Util) BuildRequires: perl(Rose::DB) BuildRequires: perl(Rose::Object) BuildRequires: perl(strict) +BuildRequires: perl(Test::Memory::Cycle) BuildRequires: perl(Test::More) +BuildRequires: perl(Test::Pod) BuildRequires: perl(Time::Clock) BuildRequires: perl(warnings) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -76,6 +79,9 @@ make test %{_mandir}/man3/Rose::DB::Object*.3pm* %changelog +* Mon Apr 6 2020 Bill Pemberton - 0.817-2 +- add requires for more tests + * Mon Apr 6 2020 Bill Pemberton - 0.817-1 - update to 0.817 - Updated to support DBD::Pg 3.8.0 and later