Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed for #76 difference of API version #77

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/Facebook-Graph-*
/.build
/_build_params
/Build
/Build.bat
!Build/
!META.json
!LICENSE
32 changes: 18 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
sudo: false

language: perl

perl:
- "5.26"
- "5.24"
- "5.22"
- "5.20"
- "5.18"
- "5.16"
- "5.14"
- "5.12"
- '5.26'
- '5.24'
- '5.22'
- '5.20'
- '5.18'
- '5.16'
- '5.14'
- '5.12'

#install:
#- dzil authordeps --missing | cpanm --no-skip-satisfied --notest || { cat ~/.cpanm/build.log; false ; }
#- dzil listdeps --author --missing | cpanm --no-skip-satisfied --notest || { cat ~/.cpanm/build.log; false ; }

install:
- dzil authordeps --missing | cpanm --no-skip-satisfied --notest || { cat ~/.cpanm/build.log ; false ; }
- dzil listdeps --author --missing | cpanm --no-skip-satisfied --notest || { cat ~/.cpanm/build.log ; false ; }
#script:
#- dzil test --author --release

script:
- dzil test --author --release
notifications:
email: false
slack:
secure: mcu4sf8qMIWN/DJIqPP5QwCMJxt/BDLq2u4XEwtAR/XxVOr79ZYR3i3PYfHbjAeGVKpqejsCS6bWJ6lax7s7Cw2WET3Pt6AFvCxZzHRqVhwNN3fdxrdOkNdC+gzhl7zr2fdbk7QN+HONCCJ8zlShJ5BBIawWJUrvY8i4ZUK3LrlE59c1oUtyeAh0KxMQVBJLngZNmlP1tlb3ZG2KqMZkHjVijgGioRk8LMCeO+lwFe1SG7nmwXissFWTsMAvjLaSEuABqCQOfv/QuK55eqs9WqpeRDU6sHSq+/NsSAsFoLS+QdU0/pPjpZNuhM9ZUzcZFAxH9S8Te4UEOkUtFj+/C2Gp30swb0bnsq96kEVqEMSasG02+ENGvaQrLCpyRLUatuoc8z8GdefFlQOqbcj7k7Y3u3Kt5ssZpkIY71f9Jmd8Alb8Q6SviTCMeEp53XxBp8zv0C/g1VcWsr20CYXQoWxzpv32AxVlMmQY3ntMFWR3ZIbhCeddc8TsHYQW5uvvqYrUo6iQC/6FYOxVCjM5P1Xme7bEtAlosGHd/CQHS70erUgFCLdchi7Vj3MyBhCH/wy+0EmJ54Cznx3BogObkFHhHUao5oB0y35d0hpw0FmNIDO6RkOflrnIbHtc4APB54PGXC6dhOuuCgtEzPJHGC/2IOYNIB/Y0SAkYNPrzZc=
12 changes: 12 additions & 0 deletions Build.PL
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# =========================================================================
# THIS FILE IS AUTOMATICALLY GENERATED BY MINILLA.
# DO NOT EDIT DIRECTLY.
# =========================================================================

use 5.008_001;
use strict;

use Module::Build::Tiny 0.035;

Build_PL();

378 changes: 378 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

103 changes: 103 additions & 0 deletions META.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
{
"abstract" : "A fast and easy way to integrate your apps with Facebook.",
"author" : [
"JT Smith <jt_at_plainblack_dot_com>"
],
"dynamic_config" : 0,
"generated_by" : "Minilla/v3.1.4, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "Facebook-Graph",
"no_index" : {
"directory" : [
"t",
"xt",
"inc",
"share",
"eg",
"examples",
"author",
"builder"
]
},
"prereqs" : {
"configure" : {
"requires" : {
"Module::Build::Tiny" : "0.035"
}
},
"develop" : {
"requires" : {
"Test::CPAN::Meta" : "0",
"Test::MinimumVersion::Fast" : "0.04",
"Test::PAUSE::Permissions" : "0.04",
"Test::Pod" : "1.41",
"Test::Spellunker" : "v0.2.7"
}
},
"runtime" : {
"requires" : {
"Digest::SHA" : "6.02",
"JSON" : "2.16",
"LWP::Protocol::https" : "6.06",
"MIME::Base64" : "3.15",
"Moo" : "0",
"Ouch" : "0.0400",
"perl" : "5.012001"
}
},
"test" : {
"requires" : {
"Test::More" : "0.98"
}
}
},
"release_status" : "unstable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/rizen/Facebook-Graph/issues"
},
"homepage" : "https://github.com/rizen/Facebook-Graph",
"repository" : {
"type" : "git",
"url" : "git://github.com/rizen/Facebook-Graph.git",
"web" : "https://github.com/rizen/Facebook-Graph"
}
},
"version" : "1.1205",
"x_contributors" : [
"Adam Hopkins <[email protected]>",
"Andrew Grangaard <[email protected]>",
"Chris Weyl <[email protected]>",
"Daisuke Murase <[email protected]>",
"David Steinbrunner <[email protected]>",
"Fayland Lam <[email protected]>",
"Guillaume Aubert <[email protected]>",
"JT Smith <[email protected]>",
"James Wright <[email protected]>",
"Jason Wieland <[email protected]>",
"Jussi Kinnula <[email protected]>",
"Mark Carey <[email protected]>",
"Mark Stosberg <[email protected]>",
"Maroun NAJM <[email protected]>",
"Mohammad S Anwar <[email protected]>",
"Nathan Handy <[email protected]>",
"Oklahomer <[email protected]>",
"Olaf Alders <[email protected]>",
"Paul Cochrane <[email protected]>",
"Sebastien Wernerus <[email protected]>",
"Syohei YOSHIDA <[email protected]>",
"Tim Heaney <[email protected]>",
"hurricup <[email protected]>",
"mathieu viel <[email protected]>",
"root <[email protected]>",
"worthmine <[email protected]>"
],
"x_serialization_backend" : "JSON::PP version 2.27400_02",
"x_static_install" : 1
}
Loading