Skip to content

Commit

Permalink
move to new org
Browse files Browse the repository at this point in the history
  • Loading branch information
plicease committed Jul 4, 2020
1 parent 2cbab64 commit c02fa91
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 18 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 @@ -68,8 +68,8 @@ my $builder = My::ModuleBuild->new(
},
meta_merge => {
resources => {
repository => "http://github.com/Perl5-FFI/FFI-Platypus-Lang-Pascal",
bugtracker => "http://github.com/Perl5-FFI/FFI-Platypus-Lang-Pascal/issues",
repository => "http://github.com/PerlFFI/FFI-Platypus-Lang-Pascal",
bugtracker => "http://github.com/PerlFFI/FFI-Platypus-Lang-Pascal/issues",
x_IRC => "irc://irc.perl.org/#native",
},
no_index => {
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING
Expand Up @@ -3,5 +3,5 @@ CONTRIBUTING
If you have implemented a new feature or fixed a bug then you may make
a pull reequest on this project's GitHub repository:

https://github.com/Perl5-FFI/FFI-Platypus-Lang-Pascal/pulls
https://github.com/PerlFFI/FFI-Platypus-Lang-Pascal/pulls

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.4224",
"generated_by" : "Module::Build version 0.4231",
"license" : [
"perl_5"
],
Expand Down Expand Up @@ -44,7 +44,8 @@
},
"test" : {
"requires" : {
"FFI::CheckLib" : "0"
"FFI::CheckLib" : "0",
"Test::More" : "0.98"
}
}
},
Expand All @@ -57,16 +58,16 @@
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "http://github.com/Perl5-FFI/FFI-Platypus-Lang-Pascal/issues"
"web" : "http://github.com/PerlFFI/FFI-Platypus-Lang-Pascal/issues"
},
"license" : [
"http://dev.perl.org/licenses/"
],
"repository" : {
"url" : "http://github.com/Perl5-FFI/FFI-Platypus-Lang-Pascal"
"url" : "http://github.com/PerlFFI/FFI-Platypus-Lang-Pascal"
},
"x_IRC" : "irc://irc.perl.org/#native"
},
"version" : "0.06",
"x_serialization_backend" : "JSON::PP version 2.97001"
"x_serialization_backend" : "JSON::PP version 4.04"
}
7 changes: 4 additions & 3 deletions META.yml
Expand Up @@ -8,13 +8,14 @@ build_requires:
Module::Build: '0.38'
Module::Build::FFI: '0.19'
Module::Build::FFI::Pascal: '0.49'
Test::More: '0.98'
configure_requires:
File::Which: '0'
Module::Build: '0.38'
Module::Build::FFI: '0.19'
Module::Build::FFI::Pascal: '0.49'
dynamic_config: 1
generated_by: 'Module::Build version 0.4224, 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 All @@ -33,8 +34,8 @@ requires:
perl: '5.008001'
resources:
IRC: irc://irc.perl.org/#native
bugtracker: http://github.com/Perl5-FFI/FFI-Platypus-Lang-Pascal/issues
bugtracker: http://github.com/PerlFFI/FFI-Platypus-Lang-Pascal/issues
license: http://dev.perl.org/licenses/
repository: http://github.com/Perl5-FFI/FFI-Platypus-Lang-Pascal
repository: http://github.com/PerlFFI/FFI-Platypus-Lang-Pascal
version: '0.06'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
4 changes: 2 additions & 2 deletions README
Expand Up @@ -198,7 +198,7 @@ SUPPORT
should, or if you have a feature request, please open an issue on this
project's GitHub issue tracker:

https://github.com/Perl5-FFI/FFI-Platypus-Lang-Pascal/issues
https://github.com/PerlFFI/FFI-Platypus-Lang-Pascal/issues

This project's GitHub issue tracker listed above is not Write-Only. If
you want to contribute then feel free to browse through the existing
Expand All @@ -220,7 +220,7 @@ CONTRIBUTING
If you have implemented a new feature or fixed a bug then you may make
a pull reequest on this project's GitHub repository:

https://github.com/Perl5-FFI/FFI-Platypus-Lang-Pascal/pulls
https://github.com/PerlFFI/FFI-Platypus-Lang-Pascal/pulls

SEE ALSO

Expand Down
2 changes: 1 addition & 1 deletion SUPPORT
Expand Up @@ -4,7 +4,7 @@ SUPPORT
should, or if you have a feature request, please open an issue on this
project's GitHub issue tracker:

https://github.com/Perl5-FFI/FFI-Platypus-Lang-Pascal/issues
https://github.com/PerlFFI/FFI-Platypus-Lang-Pascal/issues

This project's GitHub issue tracker listed above is not Write-Only. If
you want to contribute then feel free to browse through the existing
Expand Down
4 changes: 2 additions & 2 deletions lib/FFI/Platypus/Lang/Pascal.pm
Expand Up @@ -314,7 +314,7 @@ If something does not work as advertised, or the way that you think it
should, or if you have a feature request, please open an issue on this
project's GitHub issue tracker:
L<https://github.com/Perl5-FFI/FFI-Platypus-Lang-Pascal/issues>
L<https://github.com/PerlFFI/FFI-Platypus-Lang-Pascal/issues>
This project's GitHub issue tracker listed above is not Write-Only. If
you want to contribute then feel free to browse through the existing
Expand All @@ -336,7 +336,7 @@ improve things.
If you have implemented a new feature or fixed a bug then you may make a
pull reequest on this project's GitHub repository:
L<https://github.com/Perl5-FFI/FFI-Platypus-Lang-Pascal/pulls>
L<https://github.com/PerlFFI/FFI-Platypus-Lang-Pascal/pulls>
=head1 SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion maint/cip-before-install
Expand Up @@ -3,4 +3,4 @@
set -ex

cip sudo apt-get update
cip sudo apt-get -y install g++ fp-compiler-3.0.0 libffi-dev
cip sudo apt-get -y install g++ fp-compiler-3.0.4 libffi-dev

0 comments on commit c02fa91

Please sign in to comment.