summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MANIFEST.SKIP1
-rw-r--r--README14
2 files changed, 8 insertions, 7 deletions
diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP
index 3429457..c1d2412 100644
--- a/MANIFEST.SKIP
+++ b/MANIFEST.SKIP
@@ -62 +62,2 @@
\.tar\.gz$
+Config/HAProxy/VirtualHost.pm
diff --git a/README b/README
index 3330122..4e20984 100644
--- a/README
+++ b/README
@@ -9,12 +9,12 @@ EXAMPLE
- use Config::HAProxy;
+ use Config::HAProxy;
- # Parse HAProxy configuration file
- $cfg = Config::HAProxy->new->parse;
+ # Parse HAProxy configuration file
+ $cfg = Config::HAProxy->new->parse;
- # Print IP addresses and ports of the configured backends
- foreach my $srv (map { $_->select(name => 'server') }
+ # Print IP addresses and ports of the configured backends
+ foreach my $srv (map { $_->select(name => 'server') }
$cfg->tree->select(name => 'backend')) {
- print $srv->arg(1),"\n";
- }
+ print $srv->arg(1),"\n";
+ }

Return to:

Send suggestions and report system problems to the System administrator.