Skip to content
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 <SirChickenHair@srchulo-aire.local>",
"Andrew Grangaard <granny-github@ofb.net>",
"Chris Weyl <cweyl@alumni.drew.edu>",
"Daisuke Murase <typester@cpan.org>",
"David Steinbrunner <dsteinbrunner@pobox.com>",
"Fayland Lam <fayland@gmail.com>",
"Guillaume Aubert <aubertg@cpan.org>",
"JT Smith <jt@plainblack.com>",
"James Wright <james2vegas@aim.com>",
"Jason Wieland <jwieland@gmail.com>",
"Jussi Kinnula <jussi.kinnula@frantic.com>",
"Mark Carey <mark@mt-hacks.com>",
"Mark Stosberg <mark@stosberg.com>",
"Maroun NAJM <mnajm@cinemoz.com>",
"Mohammad S Anwar <mohammad.anwar@yahoo.com>",
"Nathan Handy <nhandy@Nathans-MacBook-Pro.local>",
"Oklahomer <hagiwara.go@gmail.com>",
"Olaf Alders <olaf@wundersolutions.com>",
"Paul Cochrane <paul@liekut.de>",
"Sebastien Wernerus <s.wernerus@gmail.com>",
"Syohei YOSHIDA <syohex@gmail.com>",
"Tim Heaney <oylenshpeegul@gmail.com>",
"hurricup <hurricup@gmail.com>",
"mathieu viel <mathieu.viel@linkfluence.net>",
"root <root@li125-92.members.linode.com>",
"worthmine <worthmine@cpan.org>"
],
"x_serialization_backend" : "JSON::PP version 2.27400_02",
"x_static_install" : 1
}
Loading