Skip to content

Commit

Permalink
version 0.04
Browse files Browse the repository at this point in the history
  • Loading branch information
plicease committed Feb 18, 2015
1 parent cb62b04 commit 9d4b3bb
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 10 deletions.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Revision history for Perl module FFI::Platypus::Lang::Pascal

0.04 Feb 17, 2015
- Fixed inconsistent versions from previous release

0.03 Feb 15, 2015
- Meta and documentation tweaks

Expand Down
8 changes: 4 additions & 4 deletions META.json
Expand Up @@ -4,7 +4,7 @@
"Graham Ollis <plicease@cpan.org>"
],
"dynamic_config" : 1,
"generated_by" : "Module::Build version 0.421",
"generated_by" : "Module::Build version 0.4211",
"license" : [
"perl_5"
],
Expand Down Expand Up @@ -55,11 +55,11 @@
"provides" : {
"FFI::Platypus::Lang::Pascal" : {
"file" : "lib/FFI/Platypus/Lang/Pascal.pm",
"version" : "0.03"
"version" : "0.04"
},
"Module::Build::FFI::Pascal" : {
"file" : "lib/Module/Build/FFI/Pascal.pm",
"version" : "0.02"
"version" : "0.04"
}
},
"release_status" : "stable",
Expand All @@ -74,5 +74,5 @@
"url" : "http://github.com/plicease/FFI-Platypus-Lang-Pascal"
}
},
"version" : "0.03"
"version" : "0.04"
}
8 changes: 4 additions & 4 deletions META.yml
Expand Up @@ -16,7 +16,7 @@ configure_requires:
Module::Build: '0.38'
Module::Build::FFI: '0.19'
dynamic_config: 1
generated_by: 'Module::Build version 0.421, CPAN::Meta::Converter version 2.143240'
generated_by: 'Module::Build version 0.4211, CPAN::Meta::Converter version 2.143240'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
Expand All @@ -28,10 +28,10 @@ no_index:
provides:
FFI::Platypus::Lang::Pascal:
file: lib/FFI/Platypus/Lang/Pascal.pm
version: '0.03'
version: '0.04'
Module::Build::FFI::Pascal:
file: lib/Module/Build/FFI/Pascal.pm
version: '0.02'
version: '0.04'
requires:
FFI::ExtractSymbols: '0'
FFI::Platypus: '0.19'
Expand All @@ -42,4 +42,4 @@ resources:
bugtracker: http://github.com/plicease/FFI-Platypus-Lang-Pascal/issues
license: http://dev.perl.org/licenses/
repository: http://github.com/plicease/FFI-Platypus-Lang-Pascal
version: '0.03'
version: '0.04'
2 changes: 1 addition & 1 deletion lib/FFI/Platypus/Lang/Pascal.pm
Expand Up @@ -6,7 +6,7 @@ use Carp qw( croak );
use FFI::Platypus;
use FFI::ExtractSymbols;

our $VERSION = '0.03';
our $VERSION = '0.04';

=head1 NAME
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Build/FFI/Pascal.pm
Expand Up @@ -9,7 +9,7 @@ use File::chdir;
use File::Copy qw( move );
use base qw( Module::Build::FFI );

our $VERSION = '0.02';
our $VERSION = '0.04';

=head1 NAME
Expand Down

0 comments on commit 9d4b3bb

Please sign in to comment.