Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 1.12.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git Changes Changes
index 3633efc..f3967ee 100644
--- Changes
+++ Changes
@@ -2,6 +2,11 @@ Revision history for Perl extension App::perlbuild

 {{$NEXT}}

+1.12 2015-09-15T02:58:10Z
+
+    - support cperl.
+    - support installing from https
+
 1.11 2015-07-07T23:25:44Z

     - Support stableperl(moznion)
  • Loading branch information
tokuhirom committed Sep 15, 2015
1 parent 789579b commit 320b022
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
5 changes: 5 additions & 0 deletions Changes
Expand Up @@ -2,6 +2,11 @@ Revision history for Perl extension App::perlbuild

{{$NEXT}}

1.12 2015-09-15T02:58:10Z

- support cperl.
- support installing from https

1.11 2015-07-07T23:25:44Z

- Support stableperl(moznion)
Expand Down
10 changes: 6 additions & 4 deletions META.json
Expand Up @@ -4,7 +4,7 @@
"Tokuhiro Matsuno <tokuhirom@gmail.com>"
],
"dynamic_config" : 0,
"generated_by" : "Minilla/v2.4.1, CPAN::Meta::Converter version 2.150001",
"generated_by" : "Minilla/v2.5.0, CPAN::Meta::Converter version 2.150005",
"license" : [
"perl_5"
],
Expand Down Expand Up @@ -70,7 +70,7 @@
"web" : "https://github.com/tokuhirom/Perl-Build"
}
},
"version" : "1.11",
"version" : "1.12",
"x_contributors" : [
"Daisuke Murase <typester@cpan.org>",
"Kent Fredric <kentfredric@gmail.com>",
Expand All @@ -88,6 +88,8 @@
"Syohei YOSHIDA <syohex@gmail.com>",
"Shoichi Kaji <skaji@cpan.org>",
"Tatsuhiko Miyagawa <miyagawa@bulknews.net>",
"moznion <moznion@gmail.com>"
]
"moznion <moznion@gmail.com>",
"Ashley Hindmarsh <ash+github@best-scarper.co.uk>"
],
"x_serialization_backend" : "JSON::PP version 2.27300"
}
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -159,7 +159,7 @@ Thanks

# AUTHOR

Tokuhiro Matsuno <tokuhirom@gmail.com>
Tokuhiro Matsuno &lt;tokuhirom@gmail.com>

# LICENSE

Expand Down
2 changes: 1 addition & 1 deletion lib/Perl/Build.pm
Expand Up @@ -4,7 +4,7 @@ use warnings;
use utf8;

use 5.008002;
our $VERSION = '1.11';
our $VERSION = '1.12';

use Carp ();
use File::Basename;
Expand Down
2 changes: 1 addition & 1 deletion lib/Perl/Build/Built.pm
Expand Up @@ -5,7 +5,7 @@ use warnings;
use utf8;

use 5.008002;
our $VERSION = '1.11';
our $VERSION = '1.12';

use Carp ();
use File::Spec::Functions qw( catdir catfile );
Expand Down

0 comments on commit 320b022

Please sign in to comment.