summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2019-03-21 13:17:21 +0100
committerSergey Poznyakoff <gray@gnu.org.ua>2019-03-21 13:41:16 +0100
commita003af805f0f20533159f6c8d19d72ab46176ed1 (patch)
tree3a80e4347155476cba8f63feca09a8d96a719fdb /Makefile.PL
parent4014ea72424c52d945c1cadfb47f100f192f6923 (diff)
downloadslackbuilder-a003af805f0f20533159f6c8d19d72ab46176ed1.tar.gz
slackbuilder-a003af805f0f20533159f6c8d19d72ab46176ed1.tar.bz2
Improve error handling
* lib/SlackBuild/Counter.pm: New file. * t/counter.t: New file. * lib/SlackBuilder.pm: Keep counter of messages obtained on output. Use the errors method to return it. Fix the real-time parser. * slackbuilder: Improve error handling. * lib/SlackBuild/Archive/Extractor.pm (backend): Simplify the method.
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL
index e92a8b5..e58e897 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -26,8 +26,8 @@ WriteMakefile(NAME => 'slackbuilder',
'YAML' => '1.20',
'LWP::UserAgent' => '6.29',
'List::Regexp' => '1.03',
- 'Log::Log4perl' => '1.48',
- 'Log::Dispatch' => '2.67',
+ 'Log::Log4perl' => '1.46',
+ 'Log::Dispatch' => '2.44',
#Net::SBo
'POSIX' => 0,
'POSIX::Run::Capture' => 0,

Return to:

Send suggestions and report system problems to the System administrator.