1
0
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:
David Steele
2015-08-29 14:20:46 -04:00
parent d3262822ef
commit 6a9377a0a9
75 changed files with 20842 additions and 13115 deletions

View File

@@ -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
#