Skip to content

Commit

Permalink
SlackMan v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
giterlizzi committed Dec 22, 2017
1 parent 5bac355 commit 41b1d83
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.2.1
v1.3.0
2 changes: 1 addition & 1 deletion dbus/slackman-notifier
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use Slackware::SlackMan;
use Slackware::SlackMan::Config qw(:all);
use Slackware::SlackMan::Utils qw(:all);

my $VERSION = "v1.2.1";
my $VERSION = "v1.3.0";
my $options = {};

GetOptions( $options,
Expand Down
2 changes: 1 addition & 1 deletion lib/Slackware/SlackMan.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ BEGIN {

@ISA = qw(Exporter);

$VERSION = 'v1.2.1';
$VERSION = 'v1.3.0';
@EXPORT_OK = ();
@EXPORT = qw(
$slackman_opts
Expand Down
2 changes: 1 addition & 1 deletion lib/Slackware/SlackMan/Command.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BEGIN {

require Exporter;

$VERSION = 'v1.2.1';
$VERSION = 'v1.3.0';
@ISA = qw(Exporter);
@EXPORT_OK = qw(
run
Expand Down
2 changes: 1 addition & 1 deletion lib/Slackware/SlackMan/Command/Clean.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BEGIN {

require Exporter;

$VERSION = 'v1.2.1';
$VERSION = 'v1.3.0';
@ISA = qw(Exporter);
@EXPORT_OK = qw();
%EXPORT_TAGS = (
Expand Down
2 changes: 1 addition & 1 deletion lib/Slackware/SlackMan/Command/Config.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BEGIN {

require Exporter;

$VERSION = 'v1.2.1';
$VERSION = 'v1.3.0';
@ISA = qw(Exporter);
@EXPORT_OK = qw();
%EXPORT_TAGS = (
Expand Down
2 changes: 1 addition & 1 deletion lib/Slackware/SlackMan/Command/DB.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BEGIN {

require Exporter;

$VERSION = 'v1.2.1';
$VERSION = 'v1.3.0';
@ISA = qw(Exporter);
@EXPORT_OK = qw();
%EXPORT_TAGS = (
Expand Down
2 changes: 1 addition & 1 deletion lib/Slackware/SlackMan/Command/List.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BEGIN {

require Exporter;

$VERSION = 'v1.2.1';
$VERSION = 'v1.3.0';
@ISA = qw(Exporter);
@EXPORT_OK = qw();
%EXPORT_TAGS = (
Expand Down
2 changes: 1 addition & 1 deletion lib/Slackware/SlackMan/Command/Log.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BEGIN {

require Exporter;

$VERSION = 'v1.2.1';
$VERSION = 'v1.3.0';
@ISA = qw(Exporter);
@EXPORT_OK = qw();
%EXPORT_TAGS = (
Expand Down
2 changes: 1 addition & 1 deletion lib/Slackware/SlackMan/Command/Package.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BEGIN {

require Exporter;

$VERSION = 'v1.2.1';
$VERSION = 'v1.3.0';
@ISA = qw(Exporter);
@EXPORT_OK = qw();
%EXPORT_TAGS = (
Expand Down
2 changes: 1 addition & 1 deletion lib/Slackware/SlackMan/Command/Repo.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BEGIN {

require Exporter;

$VERSION = 'v1.2.1';
$VERSION = 'v1.3.0';
@ISA = qw(Exporter);
@EXPORT_OK = qw();
%EXPORT_TAGS = (
Expand Down
2 changes: 1 addition & 1 deletion lib/Slackware/SlackMan/Command/Update.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BEGIN {

require Exporter;

$VERSION = 'v1.2.1';
$VERSION = 'v1.3.0';
@ISA = qw(Exporter);
@EXPORT_OK = qw();
%EXPORT_TAGS = (
Expand Down
2 changes: 1 addition & 1 deletion lib/Slackware/SlackMan/Config.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BEGIN {

require Exporter;

$VERSION = 'v1.2.1';
$VERSION = 'v1.3.0';
@ISA = qw(Exporter);
@EXPORT_OK = qw( get_config );
%EXPORT_TAGS = (
Expand Down
2 changes: 1 addition & 1 deletion lib/Slackware/SlackMan/DB.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BEGIN {

require Exporter;

$VERSION = 'v1.2.1';
$VERSION = 'v1.3.0';
@ISA = qw(Exporter);

@EXPORT_OK = qw{
Expand Down
2 changes: 1 addition & 1 deletion lib/Slackware/SlackMan/DBus.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BEGIN {

require Exporter;

$VERSION = 'v1.2.1';
$VERSION = 'v1.3.0';
@ISA = qw(Exporter);
@EXPORT_OK = qw{};

Expand Down
2 changes: 1 addition & 1 deletion lib/Slackware/SlackMan/Logger.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BEGIN {

require Exporter;

$VERSION = 'v1.2.1';
$VERSION = 'v1.3.0';
@ISA = qw(Exporter);
@EXPORT_OK = qw{}

Expand Down
2 changes: 1 addition & 1 deletion lib/Slackware/SlackMan/Package.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BEGIN {

require Exporter;

$VERSION = 'v1.2.1';
$VERSION = 'v1.3.0';
@ISA = qw(Exporter);

@EXPORT_OK = qw{
Expand Down
2 changes: 1 addition & 1 deletion lib/Slackware/SlackMan/Parser.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BEGIN {

require Exporter;

$VERSION = 'v1.2.1';
$VERSION = 'v1.3.0';
@ISA = qw(Exporter);

@EXPORT_OK = qw{
Expand Down
2 changes: 1 addition & 1 deletion lib/Slackware/SlackMan/Pkgtools.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BEGIN {

require Exporter;

$VERSION = 'v1.2.1';
$VERSION = 'v1.3.0';
@ISA = qw(Exporter);

@EXPORT = qw{
Expand Down
2 changes: 1 addition & 1 deletion lib/Slackware/SlackMan/Repo.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BEGIN {

require Exporter;

$VERSION = 'v1.2.1';
$VERSION = 'v1.3.0';
@ISA = qw(Exporter);

@EXPORT_OK = qw{
Expand Down
2 changes: 1 addition & 1 deletion lib/Slackware/SlackMan/Utils.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BEGIN {

require Exporter;

$VERSION = 'v1.2.1';
$VERSION = 'v1.3.0';
@ISA = qw(Exporter);

@EXPORT_OK = qw(
Expand Down

0 comments on commit 41b1d83

Please sign in to comment.