Changeset ccc182c


Ignore:
Timestamp:
Nov 14, 2012, 2:47:35 PM (11 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10
Children:
6401db3, 0125e46
Parents:
c42a8d1
git-author:
David Benjamin <davidben@mit.edu> (11/14/12 14:44:53)
git-committer:
David Benjamin <davidben@mit.edu> (11/14/12 14:47:35)
Message:
Unbundle random Facebook module libraries

Probably saner to ship them in the locker, lest some random other CPAN
module pick them up as dependencies. reload-module seems to get kind of
confused when there's a copy in a PAR and in the locker. The original
motivation was because they weren't in Ubuntu but

a) You can just install them from CPAN.
b) They're in precise now.
c) The locker doesn't care.

Facebook module still bundled because it's forked.
Files:
3 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • COPYING

    rbbd0cf1 rccc182c  
    552552======================================================================
    553553
    554 Files under perl/modules/Facebook/lib/Facebook and
    555 perl/modules/Facebook/lib/Ouch.pm are copyright (c) 2010 Plain Black
    556 Corporation.
     554Files under perl/modules/Facebook/lib/Facebook are copyright (c) 2010 Plain
     555Black Corporation.
    557556
    558557This software is copyright (c) 2010 by Plain Black Corporation.
     
    934933
    935934The End
    936 
    937 ======================================================================
    938 
    939 The file perl/modules/Facebook/lib/AnyEvent/HTTP.pm is copyright (c)
    940 Marc Lehmann.
    941 
    942 This module is licensed under the same terms as perl itself.
    943 
    944 ======================================================================
    945 
    946 The file perl/modules/Facebook/lib/URI/Encode.pm is copyright (c)
    947 2010, Mithun Ayachit ``<mithun@cpan.org>''. All rights reserved.
    948 
    949 This module is free software; you can redistribute it and/or modify it
    950 under the same terms as Perl itself. See perlartistic.
  • README

    rf43c777 rccc182c  
    1010following CPAN modules:
    1111
    12 AnyEvent::HTTP
    1312Facebook::Graph
    1413Net::Jabber
    1514Net::XMPP
    16 Ouch
    17 URI::Encode
    1815XML::Stream
    1916
     
    3431
    3532Any::Moose
     33AnyEvent::HTTP
    3634DateTime
    3735DateTime::Format::Strptime
    3836JSON
    3937MIME::Base64::URLSafe
     38Ouch
    4039URI
     40URI::Encode
    4141
    4242The IRC module requires:
Note: See TracChangeset for help on using the changeset viewer.