Skip to content

Commit

Permalink
Updated SlackMan to v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
giterlizzi committed May 31, 2017
1 parent 05a55fc commit 261de7e
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lib/Slackware/SlackMan.pm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ BEGIN {

@ISA = qw(Exporter);

$VERSION = 'v1.0.3';
$VERSION = 'v1.0.4';

@EXPORT_OK = (
@Slackware::SlackMan::Utils::EXPORT_OK,
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 @@ -14,7 +14,7 @@ BEGIN {

require Exporter;

$VERSION = 'v1.0.3';
$VERSION = 'v1.0.4';
@ISA = qw(Exporter);
@EXPORT_OK = qw(run);
%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.0.3';
$VERSION = 'v1.0.4';
@ISA = qw(Exporter);

@EXPORT_OK = qw{
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.0.3';
$VERSION = 'v1.0.4';
@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.0.3';
$VERSION = 'v1.0.4';
@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.0.3';
$VERSION = 'v1.0.4';
@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 @@ -14,7 +14,7 @@ BEGIN {

require Exporter;

$VERSION = 'v1.0.3';
$VERSION = 'v1.0.4';
@ISA = qw(Exporter);

@EXPORT_OK = 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.0.3';
$VERSION = 'v1.0.4';
@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.0.3';
$VERSION = 'v1.0.4';
@ISA = qw(Exporter);

@EXPORT_OK = qw(
Expand Down

0 comments on commit 261de7e

Please sign in to comment.