Skip to content

Commit

Permalink
Require at least perl-5.12.5 explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
ferki committed Feb 24, 2023
1 parent c977f54 commit 6fe5da1
Show file tree
Hide file tree
Showing 431 changed files with 459 additions and 756 deletions.
2 changes: 1 addition & 1 deletion bin/rex
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# (c) Jan Gehring <jan.gehring@gmail.com>
#

use strict;
use v5.12.5;
use warnings;

our $VERSION = '9999.99.99_99'; # VERSION
Expand Down
2 changes: 1 addition & 1 deletion bin/rexify
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# (c) Jan Gehring <jan.gehring@gmail.com>
#

use strict;
use v5.12.5;
use warnings;

our $VERSION = '9999.99.99_99'; # VERSION
Expand Down
3 changes: 1 addition & 2 deletions lib/Rex.pm
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ See L<rex|https://metacpan.org/pod/distribution/Rex/bin/rex> for more informatio

package Rex;

use 5.010001;
use strict;
use v5.12.5;
use warnings;

our $VERSION = '9999.99.99_99'; # VERSION
Expand Down
3 changes: 1 addition & 2 deletions lib/Rex/Args.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@

package Rex::Args;

use 5.010001;
use strict;
use v5.12.5;
use warnings;

our $VERSION = '9999.99.99_99'; # VERSION
Expand Down
3 changes: 1 addition & 2 deletions lib/Rex/Args/Integer.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@

package Rex::Args::Integer;

use 5.010001;
use strict;
use v5.12.5;
use warnings;

our $VERSION = '9999.99.99_99'; # VERSION
Expand Down
3 changes: 1 addition & 2 deletions lib/Rex/Args/Single.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@

package Rex::Args::Single;

use 5.010001;
use strict;
use v5.12.5;
use warnings;

our $VERSION = '9999.99.99_99'; # VERSION
Expand Down
3 changes: 1 addition & 2 deletions lib/Rex/Args/String.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@

package Rex::Args::String;

use 5.010001;
use strict;
use v5.12.5;
use warnings;

our $VERSION = '9999.99.99_99'; # VERSION
Expand Down
3 changes: 1 addition & 2 deletions lib/Rex/Batch.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@

package Rex::Batch;

use 5.010001;
use strict;
use v5.12.5;
use warnings;

our $VERSION = '9999.99.99_99'; # VERSION
Expand Down
3 changes: 1 addition & 2 deletions lib/Rex/Box.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@

package Rex::Box;

use 5.010001;
use strict;
use v5.12.5;
use warnings;

our $VERSION = '9999.99.99_99'; # VERSION
Expand Down
3 changes: 1 addition & 2 deletions lib/Rex/Box/Amazon.pm
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ See also the Methods of Rex::Box::Base. This module inherits all methods of it.

package Rex::Box::Amazon;

use 5.010001;
use strict;
use v5.12.5;
use warnings;
use Data::Dumper;
use Rex::Box::Base;
Expand Down
3 changes: 1 addition & 2 deletions lib/Rex/Box/Base.pm
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ These methods are shared across all other Rex::Box modules.

package Rex::Box::Base;

use 5.010001;
use strict;
use v5.12.5;
use warnings;

our $VERSION = '9999.99.99_99'; # VERSION
Expand Down
3 changes: 1 addition & 2 deletions lib/Rex/Box/Docker.pm
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ See also the Methods of Rex::Box::Base. This module inherits all methods of it.

package Rex::Box::Docker;

use 5.010001;
use strict;
use v5.12.5;
use warnings;
use Data::Dumper;
use Rex::Box::Base;
Expand Down
3 changes: 1 addition & 2 deletions lib/Rex/Box/KVM.pm
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ See also the Methods of Rex::Box::Base. This module inherits all methods of it.

package Rex::Box::KVM;

use 5.010001;
use strict;
use v5.12.5;
use warnings;
use Data::Dumper;
use Rex::Box::Base;
Expand Down
3 changes: 1 addition & 2 deletions lib/Rex/Box/VBox.pm
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ See also the Methods of Rex::Box::Base. This module inherits all methods of it.

package Rex::Box::VBox;

use 5.010001;
use strict;
use v5.12.5;
use warnings;
use Data::Dumper;
use Rex::Box::Base;
Expand Down
3 changes: 1 addition & 2 deletions lib/Rex/CLI.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@

package Rex::CLI;

use 5.010001;
use strict;
use v5.12.5;
use warnings;

our $VERSION = '9999.99.99_99'; # VERSION
Expand Down
3 changes: 1 addition & 2 deletions lib/Rex/CMDB.pm
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ This module exports a function to access a CMDB via a common interface. When the

package Rex::CMDB;

use 5.010001;
use strict;
use v5.12.5;
use warnings;

our $VERSION = '9999.99.99_99'; # VERSION
Expand Down
3 changes: 1 addition & 2 deletions lib/Rex/CMDB/Base.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@

package Rex::CMDB::Base;

use 5.010001;
use strict;
use v5.12.5;
use warnings;

our $VERSION = '9999.99.99_99'; # VERSION
Expand Down
3 changes: 1 addition & 2 deletions lib/Rex/CMDB/YAML.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@

package Rex::CMDB::YAML;

use 5.010001;
use strict;
use v5.12.5;
use warnings;

our $VERSION = '9999.99.99_99'; # VERSION
Expand Down
3 changes: 1 addition & 2 deletions lib/Rex/Cloud.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@

package Rex::Cloud;

use 5.010001;
use strict;
use v5.12.5;
use warnings;

our $VERSION = '9999.99.99_99'; # VERSION
Expand Down
3 changes: 1 addition & 2 deletions lib/Rex/Cloud/Amazon.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@

package Rex::Cloud::Amazon;

use 5.010001;
use strict;
use v5.12.5;
use warnings;

our $VERSION = '9999.99.99_99'; # VERSION
Expand Down
3 changes: 1 addition & 2 deletions lib/Rex/Cloud/Base.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@

package Rex::Cloud::Base;

use 5.010001;
use strict;
use v5.12.5;
use warnings;

our $VERSION = '9999.99.99_99'; # VERSION
Expand Down
3 changes: 1 addition & 2 deletions lib/Rex/Cloud/Jiffybox.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@

package Rex::Cloud::Jiffybox;

use 5.010001;
use strict;
use v5.12.5;
use warnings;

our $VERSION = '9999.99.99_99'; # VERSION
Expand Down
3 changes: 1 addition & 2 deletions lib/Rex/Cloud/OpenStack.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@

package Rex::Cloud::OpenStack;

use 5.010001;
use strict;
use v5.12.5;
use warnings;

our $VERSION = '9999.99.99_99'; # VERSION
Expand Down
3 changes: 1 addition & 2 deletions lib/Rex/Commands.pm
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,7 @@ This module is the core commands module.

package Rex::Commands;

use 5.010001;
use strict;
use v5.12.5;
use warnings;

our $VERSION = '9999.99.99_99'; # VERSION
Expand Down
3 changes: 1 addition & 2 deletions lib/Rex/Commands/Augeas.pm
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ This is a simple module to manipulate configuration files with the help of augea

package Rex::Commands::Augeas;

use 5.010001;
use strict;
use v5.12.5;
use warnings;

our $VERSION = '9999.99.99_99'; # VERSION
Expand Down
3 changes: 1 addition & 2 deletions lib/Rex/Commands/Box.pm
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ Version <= 1.0: All these functions will not be reported.

package Rex::Commands::Box;

use 5.010001;
use strict;
use v5.12.5;
use warnings;

our $VERSION = '9999.99.99_99'; # VERSION
Expand Down
3 changes: 1 addition & 2 deletions lib/Rex/Commands/Cloud.pm
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ Version <= 1.0: All these functions will not be reported.

package Rex::Commands::Cloud;

use 5.010001;
use strict;
use v5.12.5;
use warnings;

our $VERSION = '9999.99.99_99'; # VERSION
Expand Down
3 changes: 1 addition & 2 deletions lib/Rex/Commands/Cron.pm
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ With this Module you can manage your cronjobs.

package Rex::Commands::Cron;

use 5.010001;
use strict;
use v5.12.5;
use warnings;

our $VERSION = '9999.99.99_99'; # VERSION
Expand Down
3 changes: 1 addition & 2 deletions lib/Rex/Commands/DB.pm
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ Version <= 1.0: All these functions will not be reported.

package Rex::Commands::DB;

use 5.010001;
use strict;
use v5.12.5;
use warnings;

our $VERSION = '9999.99.99_99'; # VERSION
Expand Down
3 changes: 1 addition & 2 deletions lib/Rex/Commands/Download.pm
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ Version <= 1.0: All these functions will not be reported.

package Rex::Commands::Download;

use 5.010001;
use strict;
use v5.12.5;
use warnings;
use Rex::Helper::UserAgent;
use Carp;
Expand Down
3 changes: 1 addition & 2 deletions lib/Rex/Commands/File.pm
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ With this module you can manipulate files.

package Rex::Commands::File;

use 5.010001;
use strict;
use v5.12.5;
use warnings;
use Fcntl;

Expand Down
3 changes: 1 addition & 2 deletions lib/Rex/Commands/Fs.pm
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ With this module you can do file system tasks like creating directories, deletin

package Rex::Commands::Fs;

use 5.010001;
use strict;
use v5.12.5;
use warnings;

our $VERSION = '9999.99.99_99'; # VERSION
Expand Down
3 changes: 1 addition & 2 deletions lib/Rex/Commands/Gather.pm
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ All these functions will not be reported. These functions don't modify anything.

package Rex::Commands::Gather;

use 5.010001;
use strict;
use v5.12.5;
use warnings;

our $VERSION = '9999.99.99_99'; # VERSION
Expand Down
3 changes: 1 addition & 2 deletions lib/Rex/Commands/Host.pm
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ With this module you can manage the host entries in /etc/hosts.

package Rex::Commands::Host;

use 5.010001;
use strict;
use v5.12.5;
use warnings;

our $VERSION = '9999.99.99_99'; # VERSION
Expand Down
3 changes: 1 addition & 2 deletions lib/Rex/Commands/Inventory.pm
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ All these functions will not be reported. These functions don't modify anything.

package Rex::Commands::Inventory;

use 5.010001;
use strict;
use v5.12.5;
use warnings;

our $VERSION = '9999.99.99_99'; # VERSION
Expand Down
3 changes: 1 addition & 2 deletions lib/Rex/Commands/Iptables.pm
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ Only I<open_port> and I<close_port> are idempotent.

package Rex::Commands::Iptables;

use 5.010001;
use strict;
use v5.12.5;
use warnings;
use version;

Expand Down
3 changes: 1 addition & 2 deletions lib/Rex/Commands/JobControl.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@

package Rex::Commands::JobControl;

use 5.010001;
use strict;
use v5.12.5;
use warnings;

our $VERSION = '9999.99.99_99'; # VERSION
Expand Down
3 changes: 1 addition & 2 deletions lib/Rex/Commands/Kernel.pm
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ All these functions are not idempotent.

package Rex::Commands::Kernel;

use 5.010001;
use strict;
use v5.12.5;
use warnings;

our $VERSION = '9999.99.99_99'; # VERSION
Expand Down
3 changes: 1 addition & 2 deletions lib/Rex/Commands/LVM.pm
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ All these functions are not idempotent.

package Rex::Commands::LVM;

use 5.010001;
use strict;
use v5.12.5;
use warnings;

our $VERSION = '9999.99.99_99'; # VERSION
Expand Down
3 changes: 1 addition & 2 deletions lib/Rex/Commands/MD5.pm
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ This is just a helper function and will not be reported.

package Rex::Commands::MD5;

use 5.010001;
use strict;
use v5.12.5;
use warnings;

our $VERSION = '9999.99.99_99'; # VERSION
Expand Down
Loading

0 comments on commit 6fe5da1

Please sign in to comment.