Created
April 28, 2009 16:41
-
-
Save c9s/103255 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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