Skip to content

Commit

Permalink
move to PerlFFI org
Browse files Browse the repository at this point in the history
  • Loading branch information
plicease committed Jul 3, 2020
1 parent 9f7d6ee commit e21323c
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 11 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,7 @@ services:
- docker

before_install:
- curl https://raw.githubusercontent.com/plicease/cip/master/bin/travis-bootstrap | bash
- curl https://raw.githubusercontent.com/plicease/cip/main/bin/travis-bootstrap | bash
- cip before-install

install:
Expand All @@ -30,6 +30,10 @@ jobs:
- env: CIP_TAG=5.10
- env: CIP_TAG=5.8

branches:
only:
- main

cache:
directories:
- "$HOME/.cip"
4 changes: 2 additions & 2 deletions Build.PL
Expand Up @@ -42,8 +42,8 @@ my $builder = My::ModuleBuild->new(
},
meta_merge => {
resources => {
repository => "http://github.com/Perl5-FFI/FFI-Platypus-Lang-Fortran",
bugtracker => "http://github.com/Perl5-FFI/FFI-Platypus-Lang-Fortran/issues",
repository => "http://github.com/PerlFFI/FFI-Platypus-Lang-Fortran",
bugtracker => "http://github.com/PerlFFI/FFI-Platypus-Lang-Fortran/issues",
x_IRC => "irc://irc.perl.org/#native",
},
no_index => {
Expand Down
2 changes: 2 additions & 0 deletions Changes
@@ -1,5 +1,7 @@
Revision history for Perl module FFI::Platypus::Lang::Fortran

- Moved to PerlFFI GitHub org

0.10 2019-05-16 06:08:20 -0600
- Improve filtering of fortran flags to exclude C/C++ specific flags
(for FFI::Build::File::Fortran)
Expand Down
11 changes: 6 additions & 5 deletions META.json
Expand Up @@ -4,7 +4,7 @@
"Graham Ollis <plicease@cpan.org>"
],
"dynamic_config" : 1,
"generated_by" : "Module::Build version 0.4229",
"generated_by" : "Module::Build version 0.4231",
"license" : [
"perl_5"
],
Expand Down Expand Up @@ -48,7 +48,8 @@
"FFI::Build" : "0.04",
"FFI::CheckLib" : "0",
"File::Which" : "0",
"Module::Build::FFI" : "0.22"
"Module::Build::FFI" : "0.22",
"Test::More" : "0.98"
}
}
},
Expand All @@ -73,16 +74,16 @@
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "http://github.com/Perl5-FFI/FFI-Platypus-Lang-Fortran/issues"
"web" : "http://github.com/PerlFFI/FFI-Platypus-Lang-Fortran/issues"
},
"license" : [
"http://dev.perl.org/licenses/"
],
"repository" : {
"url" : "http://github.com/Perl5-FFI/FFI-Platypus-Lang-Fortran"
"url" : "http://github.com/PerlFFI/FFI-Platypus-Lang-Fortran"
},
"x_IRC" : "irc://irc.perl.org/#native"
},
"version" : "0.10",
"x_serialization_backend" : "JSON::PP version 4.02"
"x_serialization_backend" : "JSON::PP version 4.04"
}
7 changes: 4 additions & 3 deletions META.yml
Expand Up @@ -8,13 +8,14 @@ build_requires:
File::Which: '0'
Module::Build: '0.38'
Module::Build::FFI: '0.22'
Test::More: '0.98'
configure_requires:
FFI::Platypus: '0.22'
File::Which: '0'
Module::Build: '0.38'
Module::Build::FFI: '0.22'
dynamic_config: 1
generated_by: 'Module::Build version 0.4229, CPAN::Meta::Converter version 2.150010'
generated_by: 'Module::Build version 0.4231, CPAN::Meta::Converter version 2.150010'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
Expand Down Expand Up @@ -44,8 +45,8 @@ requires:
perl: '5.008001'
resources:
IRC: irc://irc.perl.org/#native
bugtracker: http://github.com/Perl5-FFI/FFI-Platypus-Lang-Fortran/issues
bugtracker: http://github.com/PerlFFI/FFI-Platypus-Lang-Fortran/issues
license: http://dev.perl.org/licenses/
repository: http://github.com/Perl5-FFI/FFI-Platypus-Lang-Fortran
repository: http://github.com/PerlFFI/FFI-Platypus-Lang-Fortran
version: '0.10'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'

0 comments on commit e21323c

Please sign in to comment.