Socialtext-Resting-Utils

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Socialtext-Utils

0.21 - Tue Jan 12 19:54:04 PST 2010
  - Add dependency on Crypt::DES

0.20 - Tue Apr 21 13:46:23 PDT 2009
  - Add ability to use an NLW-user cookie instead of user/pass.
  - Bugfixes to better work with and without Crypt::CBC

0.19 - Mon Apr 20 11:22:58 PDT 2009
  - s/localtime/gmtime/ when posting pages

0.18 - Fri Apr 17 15:44:03 PDT 2009
  - Added stu-tagged-pages utility

META.yml  view on Meta::CPAN

author:
    - Luke Closs <cpan@5thplane.com>
license:            unknown
distribution_type:  module
configure_requires:
    ExtUtils::MakeMaker:  0
build_requires:
    ExtUtils::MakeMaker:  0
requires:
    Crypt::CBC:           0
    Crypt::DES:           0
    Getopt::Long:         2.36
    JSON::XS:             2.01
    Socialtext::Resting:  0.27
    Test::Mock::LWP:      0
    Test::More:           0
    YAML:                 0
no_index:
    directory:
        - t
        - inc

Makefile.PL  view on Meta::CPAN

    ABSTRACT_FROM       => 'lib/Socialtext/Resting/Utils.pm',
    PL_FILES            => {},
    PREREQ_PM => {
        'Socialtext::Resting' => '0.27',
        'Test::More'          => 0,
        'Test::Mock::LWP'     => 0,
        'Getopt::Long'        => '2.36',
        'JSON::XS'            => '2.01',
        'YAML'                => 0,
        'Crypt::CBC'          => 0,
        'Crypt::DES'          => 0,
        },
    EXE_FILES           => [
        'bin/wikedit', 
        'bin/stu-save-pages',
        'bin/stu-most-wanted',
        'bin/stu-local-copy',
        'bin/stu-tagged-pages',
    ],
    dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
    clean               => { FILES => 'Socialtext-Resting-Utils-*' },



( run in 0.260 second using v1.01-cache-2.11-cpan-9a3d99fc6dc )