[libapache-logformat-compiler-perl] 03/04: updated by minilla
Florian Schlichting
fsfs at moszumanska.debian.org
Thu Jun 12 08:43:26 UTC 2014
This is an automated email from the git hooks/post-receive script.
fsfs pushed a commit to tag 0.32
in repository libapache-logformat-compiler-perl.
commit 75b1f5e0b0a91fdf6a9ecd41540e76481f394110
Author: Masahiro Nagano <kazeburo at gmail.com>
Date: Mon Jun 9 10:57:25 2014 +0900
updated by minilla
---
Build.PL | 2 +-
META.json | 7 ++++---
README.md | 7 ++++---
minil.toml | 2 ++
4 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/Build.PL b/Build.PL
index 8c17455..46b8f9c 100644
--- a/Build.PL
+++ b/Build.PL
@@ -34,7 +34,7 @@ my %args = (
test_files => ((-d '.git' || $ENV{RELEASE_TESTING}) && -d 'xt') ? 't/ xt/' : 't/',
recursive_test_files => 1,
-
+
);
if (-d 'share') {
$args{share_dir} = 'share';
diff --git a/META.json b/META.json
index d116250..2bc3b89 100644
--- a/META.json
+++ b/META.json
@@ -4,7 +4,7 @@
"Masahiro Nagano <kazeburo at gmail.com>"
],
"dynamic_config" : 0,
- "generated_by" : "Minilla/v0.11.0, CPAN::Meta::Converter version 2.132830",
+ "generated_by" : "Minilla/v1.1.0, CPAN::Meta::Converter version 2.141170",
"license" : [
"perl_5"
],
@@ -36,7 +36,8 @@
"develop" : {
"requires" : {
"Test::CPAN::Meta" : "0",
- "Test::MinimumVersion" : "0.10108",
+ "Test::MinimumVersion::Fast" : "0.04",
+ "Test::PAUSE::Permissions" : "0.04",
"Test::Pod" : "1.41",
"Test::Spellunker" : "v0.2.7"
}
@@ -46,7 +47,7 @@
"POSIX" : "0",
"POSIX::strftime::Compiler" : "0.30",
"Time::Local" : "0",
- "perl" : "5.008004"
+ "perl" : "5.008001"
}
},
"test" : {
diff --git a/README.md b/README.md
index 74f3a0e..bf3ec63 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,4 @@
+[](https://travis-ci.org/kazeburo/Apache-LogFormat-Compiler)
# NAME
Apache::LogFormat::Compiler - Compile a log format string to perl-code
@@ -25,7 +26,7 @@ Compile a log format string to perl-code. For faster generation of access\_log l
Takes a format string (or a preset template `combined` or `custom`)
to specify the log format. This module implements a subset of
- [Apache's LogFormat templates](http://httpd.apache.org/docs/2.0/mod/mod\_log\_config.html):
+ [Apache's LogFormat templates](http://httpd.apache.org/docs/2.0/mod/mod_log_config.html):
%% a percent sign
%h REMOTE_ADDR from the PSGI environment, or -
@@ -89,7 +90,7 @@ Compile a log format string to perl-code. For faster generation of access\_log l
# ABOUT POSIX::strftime::Compiler
-This module uses [POSIX::strftime::Compiler](http://search.cpan.org/perldoc?POSIX::strftime::Compiler) for generate datetime string. POSIX::strftime::Compiler provides GNU C library compatible strftime(3). But this module will not affected by the system locale. This feature is useful when you want to write loggers, servers and portable applications.
+This module uses [POSIX::strftime::Compiler](https://metacpan.org/pod/POSIX::strftime::Compiler) for generate datetime string. POSIX::strftime::Compiler provides GNU C library compatible strftime(3). But this module will not affected by the system locale. This feature is useful when you want to write loggers, servers and portable applications.
# ADD CUSTOM FORMAT STRING
@@ -124,7 +125,7 @@ Masahiro Nagano <kazeburo at gmail.com>
# SEE ALSO
-[Plack::Middleware::AccessLog](http://search.cpan.org/perldoc?Plack::Middleware::AccessLog), [http://httpd.apache.org/docs/2.2/mod/mod\_log\_config.html](http://httpd.apache.org/docs/2.2/mod/mod\_log\_config.html)
+[Plack::Middleware::AccessLog](https://metacpan.org/pod/Plack::Middleware::AccessLog), [http://httpd.apache.org/docs/2.2/mod/mod\_log\_config.html](http://httpd.apache.org/docs/2.2/mod/mod_log_config.html)
# LICENSE
diff --git a/minil.toml b/minil.toml
new file mode 100644
index 0000000..0dc32d7
--- /dev/null
+++ b/minil.toml
@@ -0,0 +1,2 @@
+name = "Apache-LogFormat-Compiler"
+badges = ["travis"]
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libapache-logformat-compiler-perl.git
More information about the Pkg-perl-cvs-commits
mailing list