Skip to content

Commit

Permalink
version++ with changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
gugod committed Jun 24, 2018
1 parent 2f28ec0 commit e59923a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
6 changes: 6 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.84
- Released at 2018-06-24T08:26:14+0900
- Thanks to our contributors: Joelle Maslak
- Unbreak 'available' command after some updates from cpan.org web site.
- Unbreak the installation -- which missed "perlbrew" command due to a mistake when using mbtiny.

0.83
- Released at 2018-05-30T08:04:43+0900
- Thanks to our contributors: Alceu Rodrigues de Freitas Junior, Dan Book, Luca Ferrari, María Inés Parnisari, Mohammad S Anwar, Shoichi Kaji, sylints
Expand Down
2 changes: 1 addition & 1 deletion lib/App/perlbrew.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package App::perlbrew;
use strict;
use warnings;
use 5.008;
our $VERSION = "0.83";
our $VERSION = "0.84";
use Config;

BEGIN {
Expand Down
10 changes: 7 additions & 3 deletions perlbrew
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $fatpacked{"App/perlbrew.pm"} = '#line '.(1+__LINE__).' "'.__FILE__."\"\n".<<'AP
use strict;
use warnings;
use 5.008;
our $VERSION = "0.83";
our $VERSION = "0.84";
use Config;

BEGIN {
Expand Down Expand Up @@ -12010,7 +12010,7 @@ CPAN_META_YAML

$fatpacked{"CPAN/Perl/Releases.pm"} = '#line '.(1+__LINE__).' "'.__FILE__."\"\n".<<'CPAN_PERL_RELEASES';
package CPAN::Perl::Releases;
$CPAN::Perl::Releases::VERSION = '3.58';
$CPAN::Perl::Releases::VERSION = '3.66';
#ABSTRACT: Mapping Perl releases on CPAN to the location of the tarballs

use strict;
Expand Down Expand Up @@ -12229,6 +12229,10 @@ $fatpacked{"CPAN/Perl/Releases.pm"} = '#line '.(1+__LINE__).' "'.__FILE__."\"\n"
"5.26.2" => { id => 'SHAY' },
"5.27.11" => { id => 'XSAWYERX' },
"5.28.0-RC1" => { id => 'XSAWYERX' },
"5.28.0-RC2" => { id => 'XSAWYERX' },
"5.28.0-RC3" => { id => 'XSAWYERX' },
"5.28.0-RC4" => { id => 'XSAWYERX' },
"5.28.0" => { id => 'XSAWYERX' },
};

sub perl_tarballs {
Expand Down Expand Up @@ -12296,7 +12300,7 @@ $fatpacked{"CPAN/Perl/Releases.pm"} = '#line '.(1+__LINE__).' "'.__FILE__."\"\n"

=head1 VERSION

version 3.58
version 3.66

=head1 SYNOPSIS

Expand Down

0 comments on commit e59923a

Please sign in to comment.