You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-12-01 22:30:09 +02:00
Code cleanup and refactoring to standardize on patterns that have evolved over time.
This commit is contained in:
@@ -9,6 +9,7 @@ use strict;
|
||||
use warnings FATAL => qw(all);
|
||||
|
||||
use Exporter qw(import);
|
||||
our @EXPORT = qw();
|
||||
|
||||
# BackRest Version Number
|
||||
#
|
||||
@@ -18,7 +19,7 @@ use Exporter qw(import);
|
||||
our # 'our' keyword is on a separate line to make the ExtUtils::MakeMaker parser happy.
|
||||
$VERSION = '0.85';
|
||||
|
||||
our @EXPORT = qw($VERSION);
|
||||
push @EXPORT, qw($VERSION);
|
||||
|
||||
# Format Format Number
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user