Skip to content

Instantly share code, notes, and snippets.

@c9s
Created April 28, 2009 16:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save c9s/103255 to your computer and use it in GitHub Desktop.
Save c9s/103255 to your computer and use it in GitHub Desktop.
use inc::Module::Install 0.46;
name('Jifty');
license('Perl');
include('Module::AutoInstall');
perl_version '5.8.3';
requires('App::CLI' => 0.08 ); # App::CLI::Command::Help App::CLI::Command
requires('Cache::Cache'); #Cache::FileCache
requires('Calendar::Simple');
requires('Class::Accessor'); # Class::Accessor::Fast
requires('Class::Container');
requires('Class::Data::Inheritable');
# ... skip
feature 'Administrative Interface (web)' =>
-default => 1,
recommends('Pod::Simple' => 0), # Pod::Simple::Text Pod::Simple::HTML
;
feature 'Development of a jifty application' =>
-default => 1,
recommends('DBD::SQLite' => 1.11),
recommends('Test::Base' => 0.44), # Test::Base::Filter
recommends('Module::Install::Admin' => '0.50'),
recommends('Test::HTTP::Server::Simple' => '0.10'),
recommends('Test::HTML::Lint' => 0),
recommends('Test::MockModule' => '0.05'),
recommends('Test::MockObject' => '1.07'),
recommends('Module::Refresh' => '0.09'),
recommends('Test::WWW::Declare' => '0.01'),
recommends('Test::Email' => 0),
recommends('Email::Abstract' => 0),
;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment