aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ Pipkin <j@dawnrazor.net>2013-01-06 12:56:15 -0600
committerJ Pipkin <j@dawnrazor.net>2013-01-06 12:56:15 -0600
commit31a631d8821ba419fcbcbd58935f681bc2da5484 (patch)
tree2d01b284065053e593086dd2b7b263a7abdd3866
parentfaf29b0064c6a0f37cde53d6026a15af21e6ce96 (diff)
downloadsbotools2-31a631d8821ba419fcbcbd58935f681bc2da5484.tar.xz
removed Text::Tabulate dependency, version 1.3 -> 1.4
-rw-r--r--SBO-Lib/Makefile.PL2
-rw-r--r--SBO-Lib/lib/SBO/Lib.pm2
-rw-r--r--man1/sbocheck.12
-rw-r--r--man1/sboclean.12
-rw-r--r--man1/sboconfig.12
-rw-r--r--man1/sbofind.12
-rw-r--r--man1/sboinstall.12
-rw-r--r--man1/sboremove.12
-rw-r--r--man1/sbosnap.12
-rw-r--r--man1/sboupgrade.12
-rw-r--r--man5/sbotools.conf.52
11 files changed, 11 insertions, 11 deletions
diff --git a/SBO-Lib/Makefile.PL b/SBO-Lib/Makefile.PL
index 0fcb1d5..ba871ca 100644
--- a/SBO-Lib/Makefile.PL
+++ b/SBO-Lib/Makefile.PL
@@ -5,7 +5,7 @@ use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'SBO::Lib',
VERSION_FROM => 'lib/SBO/Lib.pm',
- PREREQ_PM => {'Sort::Versions' => 1.5,'Text::Tabulate' => 1.1.1},
+ PREREQ_PM => {'Sort::Versions' => 1.5},
($] >= 5.005 ? ## Add these new keywords supported since 5.005
(ABSTRACT => 'methods, variables, etc for the sbotools pacage',
AUTHOR => 'Jacob Pipkin <j@dawnrazor.net>') : ()),
diff --git a/SBO-Lib/lib/SBO/Lib.pm b/SBO-Lib/lib/SBO/Lib.pm
index b8142be..653eee2 100644
--- a/SBO-Lib/lib/SBO/Lib.pm
+++ b/SBO-Lib/lib/SBO/Lib.pm
@@ -15,7 +15,7 @@ use warnings FATAL => 'all';
package SBO::Lib;
-our $VERSION = '1.3';
+our $VERSION = '1.4';
require Exporter;
our @ISA = qw(Exporter);
diff --git a/man1/sbocheck.1 b/man1/sbocheck.1
index b2228ee..569a93c 100644
--- a/man1/sbocheck.1
+++ b/man1/sbocheck.1
@@ -1,4 +1,4 @@
-.TH sbocheck 1 "Setting Orange, The Aftermath 73, 3178 YOLD" "sbotools 1.3" dawnrazor.net
+.TH sbocheck 1 "Setting Orange, The Aftermath 73, 3178 YOLD" "sbotools 1.4" dawnrazor.net
.SH NAME
.P
sbocheck - update a local slackbuilds.org tree and check for updates.
diff --git a/man1/sboclean.1 b/man1/sboclean.1
index 84e0e99..a16ca92 100644
--- a/man1/sboclean.1
+++ b/man1/sboclean.1
@@ -1,4 +1,4 @@
-.TH sboclean 1 "Setting Orange, The Aftermath 73, 3178 YOLD" "sbotools 1.3" dawnrazor.net
+.TH sboclean 1 "Setting Orange, The Aftermath 73, 3178 YOLD" "sbotools 1.4" dawnrazor.net
.SH NAME
.P
sboclean - clean files left around by sbotools.
diff --git a/man1/sboconfig.1 b/man1/sboconfig.1
index 0222072..5bca292 100644
--- a/man1/sboconfig.1
+++ b/man1/sboconfig.1
@@ -1,4 +1,4 @@
-.TH sboconfig 1 "Setting Orange, The Aftermath 73, 3178 YOLD" "sbotools 1.3" dawnrazor.net
+.TH sboconfig 1 "Setting Orange, The Aftermath 73, 3178 YOLD" "sbotools 1.4" dawnrazor.net
.SH NAME
.P
sboconfig - set sbotools configuration options.
diff --git a/man1/sbofind.1 b/man1/sbofind.1
index 43e6d62..60148c8 100644
--- a/man1/sbofind.1
+++ b/man1/sbofind.1
@@ -1,4 +1,4 @@
-.TH sbofind 1 "Setting Orange, The Aftermath 73, 3178 YOLD" "sbotools 1.3" dawnrazor.net
+.TH sbofind 1 "Setting Orange, The Aftermath 73, 3178 YOLD" "sbotools 1.4" dawnrazor.net
.SH NAME
.P
sbofind - search slackbuilds.org tree for a given name
diff --git a/man1/sboinstall.1 b/man1/sboinstall.1
index 21b1f01..673a24c 100644
--- a/man1/sboinstall.1
+++ b/man1/sboinstall.1
@@ -1,4 +1,4 @@
-.TH sboinstall 1 "Setting Orange, The Aftermath 73, 3178 YOLD" "sbotools 1.3" dawnrazor.net
+.TH sboinstall 1 "Setting Orange, The Aftermath 73, 3178 YOLD" "sbotools 1.4" dawnrazor.net
.SH NAME
.P
sboinstall - install slackbuilds
diff --git a/man1/sboremove.1 b/man1/sboremove.1
index b65ff3f..9b5779a 100644
--- a/man1/sboremove.1
+++ b/man1/sboremove.1
@@ -1,4 +1,4 @@
-.TH sboremove 1 "Setting Orange, The Aftermath 73, 3178 YOLD" "sbotools 1.3" dawnrazor.net
+.TH sboremove 1 "Setting Orange, The Aftermath 73, 3178 YOLD" "sbotools 1.4" dawnrazor.net
.SH NAME
.P
sboremove - remove packages installed from slackbuilds
diff --git a/man1/sbosnap.1 b/man1/sbosnap.1
index e629ba9..0f6fef9 100644
--- a/man1/sbosnap.1
+++ b/man1/sbosnap.1
@@ -1,4 +1,4 @@
-.TH sbosnap 1 "Setting Orange, The Aftermath 73, 3178 YOLD" "sbotools 1.3" dawnrazor.net
+.TH sbosnap 1 "Setting Orange, The Aftermath 73, 3178 YOLD" "sbotools 1.4" dawnrazor.net
.SH NAME
.P
sbosnap - slackbuilds.org tree fetch and update command.
diff --git a/man1/sboupgrade.1 b/man1/sboupgrade.1
index c10bbdc..c5966fd 100644
--- a/man1/sboupgrade.1
+++ b/man1/sboupgrade.1
@@ -1,4 +1,4 @@
-.TH sboupgrade 1 "Setting Orange, The Aftermath 73, 3178 YOLD" "sbotools 1.3" dawnrazor.net
+.TH sboupgrade 1 "Setting Orange, The Aftermath 73, 3178 YOLD" "sbotools 1.4" dawnrazor.net
.SH NAME
.P
sboupgrade - install or upgrade slackbuilds
diff --git a/man5/sbotools.conf.5 b/man5/sbotools.conf.5
index d2dbaeb..ebcb737 100644
--- a/man5/sbotools.conf.5
+++ b/man5/sbotools.conf.5
@@ -1,4 +1,4 @@
-.TH sbotools.conf 5 "Setting Orange, The Aftermath 73, 3178 YOLD" "sbotools 1.3" dawnrazor.net
+.TH sbotools.conf 5 "Setting Orange, The Aftermath 73, 3178 YOLD" "sbotools 1.4" dawnrazor.net
.SH NAME
.P
sbotools.conf - configuration file for sbotools commands.