Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
powerman committed Apr 3, 2018
1 parent 09b00bb commit d34ffd0
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Build.PL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use Devel::AssertOS qw[-MicrosoftWindows];
# This Build.PL for App-powerdiff was generated by Dist::Zilla::Plugin::ModuleBuildTiny 0.014.
# This Build.PL for App-powerdiff was generated by Dist::Zilla::Plugin::ModuleBuildTiny 0.015.
use strict;
use warnings;

Expand Down
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Revision history for App-powerdiff

{{$NEXT}}

v1.0.1 2018-04-03 19:21:03 EEST
- Reformat doc.

v1.0.0 2015-02-22 08:52:06 EET
Expand Down
11 changes: 6 additions & 5 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"Alex Efros <powerman@cpan.org>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 5.043, Dist::Milla version v1.0.15, CPAN::Meta::Converter version 2.150005",
"generated_by" : "Dist::Milla version v1.0.18, Dist::Zilla version 6.011, CPAN::Meta::Converter version 2.150010",
"license" : [
"mit"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : 2
"version" : "2"
},
"name" : "App-powerdiff",
"no_index" : {
Expand All @@ -33,7 +33,7 @@
},
"develop" : {
"requires" : {
"Dist::Milla" : "v1.0.15",
"Dist::Milla" : "v1.0.18",
"Test::Distribution" : "0",
"Test::Perl::Critic" : "0",
"Test::Pod" : "1.41"
Expand All @@ -55,7 +55,7 @@
"provides" : {
"App::powerdiff" : {
"file" : "lib/App/powerdiff.pm",
"version" : "v1.0.0"
"version" : "v1.0.1"
}
},
"release_status" : "stable",
Expand All @@ -70,6 +70,7 @@
"web" : "https://github.com/powerman/powerdiff"
}
},
"version" : "v1.0.0"
"version" : "v1.0.1",
"x_serialization_backend" : "JSON::XS version 3.04"
}

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ App::powerdiff - Prepare a diff between two given directories

# VERSION

This document describes App::powerdiff version v1.0.0
This document describes App::powerdiff version v1.0.1

# SYNOPSIS

Expand Down Expand Up @@ -59,11 +59,11 @@ Feel free to fork the repository and submit pull requests.

# AUTHOR

Alex Efros &lt;powerman@cpan.org>
Alex Efros <powerman@cpan.org>

# COPYRIGHT AND LICENSE

This software is Copyright (c) 2009- by Alex Efros &lt;powerman@cpan.org>.
This software is Copyright (c) 2009- by Alex Efros <powerman@cpan.org>.

This is free software, licensed under:

Expand Down
4 changes: 2 additions & 2 deletions lib/App/powerdiff.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use strict;
use utf8;
use Carp;

our $VERSION = 'v1.0.0';
our $VERSION = 'v1.0.1';


1; # Magic true value required at end of module
Expand All @@ -20,7 +20,7 @@ App::powerdiff - Prepare a diff between two given directories
=head1 VERSION
This document describes App::powerdiff version v1.0.0
This document describes App::powerdiff version v1.0.1
=head1 SYNOPSIS
Expand Down

0 comments on commit d34ffd0

Please sign in to comment.