Skip to content

Commit

Permalink
Revert "minillize"
Browse files Browse the repository at this point in the history
This reverts commit 10b69ce.
  • Loading branch information
shibayu36 committed Apr 16, 2013
1 parent 10b69ce commit 2e4fe24
Show file tree
Hide file tree
Showing 16 changed files with 255 additions and 422 deletions.
8 changes: 1 addition & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,7 @@ pm_to_blib
blib/
META.yml
MYMETA.*
META.json
META.yml
README
LICENSE
/cinnamon-*
/.build
/_build_params
/Build
!Build/
!META.json
/Cinnamon-*
4 changes: 4 additions & 0 deletions .shipit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
steps = FindVersion, ChangeVersion, CheckChangeLog, DistTest, Commit, Tag, MakeDist, UploadCPAN

git.tagpattern = %v
git.push_to=origin
70 changes: 36 additions & 34 deletions Build.PL
Original file line number Diff line number Diff line change
@@ -1,50 +1,52 @@
use strict;
use warnings;
use Module::Build;
use File::Basename;
use File::Spec;
use CPAN::Meta;
use CPAN::Meta::Prereqs;

# =========================================================================
# THIS FILE IS AUTOMATICALLY GENERATED BY MINILLA.
# DO NOT EDIT DIRECTLY.
# =========================================================================

use 5.008;

my $builder = Module::Build->new(
my $build = Module::Build->new(
dist_author => [
'Yuki Shibazaki <shibayu36@gmail.com>',
'Kentaro Kuribayashi kentarok@gmail.com',
],
dist_version_from => 'lib/Cinnamon.pm',
license => 'perl',
dynamic_config => 0,

configure_requires => {
'Module::Build' => 0.38,
configure_requires => { 'Module::Build' => '0.38' },
requires => {
perl => "$]",
parent => '0',

'Term::ANSIColor' => 0,
'IPC::Run' => 0,
'Net::OpenSSH' => 0,
'Log::Dispatch' => 0,
'Class::Load' => 0,
'Term::ReadKey' => 0,
'Getopt::Long' => 0,
'AnyEvent' => 0,
'POSIX' => 0,
'YAML' => 0,
'Coro' => 0,
},
build_requires => {
'Directory::Scratch' => 0,
'Cwd::Guard' => 0,
'Capture::Tiny' => 0,
'Test::More' => 0.98,
'Test::Class' => 0,
'Test::Requires' => 0,
},

no_index => { 'directory' => [ 'inc' ] },
name => 'Cinnamon',
module_name => 'Cinnamon',

script_files => [glob('script/*'), glob('bin/*')],
# script_files => [''],

test_files => ((-d '.git' || $ENV{RELEASE_TESTING}) && -d 'xt') ? 't/ xt/' : 't/',
test_files => (-d '.git' || $ENV{RELEASE_TESTING}) ? 't/ xt/' : 't/',
recursive_test_files => 1,
);
$builder->create_build_script();

my $mbmeta = CPAN::Meta->load_file('MYMETA.json');
my $meta = CPAN::Meta->load_file('META.json');
my $prereqs_hash = CPAN::Meta::Prereqs->new(
$meta->prereqs
)->with_merged_prereqs(
CPAN::Meta::Prereqs->new($mbmeta->prereqs)
)->as_string_hash;
my $mymeta = CPAN::Meta->new(
{
%{$meta->as_struct},
prereqs => $prereqs_hash
}
create_readme => 1,
create_license => 1,
);
print "Merging cpanfile prereqs to MYMETA.yml\n";
$mymeta->save('MYMETA.yml', { version => 1.4 });
print "Merging cpanfile prereqs to MYMETA.json\n";
$mymeta->save('MYMETA.json', { version => 2 });
$build->create_build_script();
2 changes: 0 additions & 2 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
Revision history for Perl extension Cinnamon

{{$NEXT}}

0.20 Tue Apr 16 19:27:04 2013
- official concurrency support
- NOTICE: Since current version, a task is executed in parallel by all the hosts by default. See documentation for details.
Expand Down
32 changes: 32 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
bin/cinnamon
Build.PL
Changes
eg/naoya.pl
eg/simple.pl
lib/Cinnamon.pm
lib/Cinnamon/CLI.pm
lib/Cinnamon/Config.pm
lib/Cinnamon/Config/Loader.pm
lib/Cinnamon/DSL.pm
lib/Cinnamon/HandleManager.pm
lib/Cinnamon/Local.pm
lib/Cinnamon/Logger.pm
lib/Cinnamon/Remote.pm
lib/Cinnamon/Runner.pm
LICENSE
MANIFEST This list of files
META.json
META.yml
README
t/00_compile.t
t/01_remote.t
t/02_cli.t
t/03_dsl.t
t/lib/Test/Cinnamon/CLI.pm
xt/01_podspell.t
xt/02_perlcritic.t
xt/03_pod.t
xt/04_minimum_version.t
xt/05_cpan_meta.t
xt/06_meta_author.t
xt/Cinnamon.pm
93 changes: 93 additions & 0 deletions MANIFEST.SKIP
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@

#!start included /Users/antipop/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/ExtUtils/MANIFEST.SKIP
# Avoid version control files.
\bRCS\b
\bCVS\b
\bSCCS\b
,v$
\B\.svn\b
\B\.git\b
\B\.gitignore\b
\b_darcs\b
\B\.cvsignore$

# Avoid VMS specific MakeMaker generated files
\bDescrip.MMS$
\bDESCRIP.MMS$
\bdescrip.mms$

# Avoid Makemaker generated and utility files.
\bMANIFEST\.bak
\bMakefile$
\bblib/
\bMakeMaker-\d
\bpm_to_blib\.ts$
\bpm_to_blib$
\bblibdirs\.ts$ # 6.18 through 6.25 generated this

# Avoid Module::Build generated and utility files.
\bBuild$
\b_build/
\bBuild.bat$
\bBuild.COM$
\bBUILD.COM$
\bbuild.com$

# Avoid temp and backup files.
~$
\.old$
\#$
\b\.#
\.bak$
\.tmp$
\.#
\.rej$

# Avoid OS-specific files/dirs
# Mac OSX metadata
\B\.DS_Store
# Mac OSX SMB mount metadata files
\B\._

# Avoid Devel::Cover and Devel::CoverX::Covered files.
\bcover_db\b
\bcovered\b

# Avoid MYMETA files
^MYMETA\.
#!end included /Users/antipop/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/ExtUtils/MANIFEST.SKIP

^\.git/
\bRCS\b
\bCVS\b
^MANIFEST\.
^Makefile$
~$
^#
\.old$
^blib/
^pm_to_blib
^MakeMaker-\d
^[^/]+\.gz$
\.cvsignore
^t/perlcritic
^tools/
\.svn/
^[^/]+\.yaml$
^\.shipit$
\.sw[po]$
^Build$
^ppport.h$
^xshelper.h$
cover_db
nytprof
perltidy.ERR$
^README.pod$
^README.mkdn$
^tags$
^Cinnamon-
^MYMETA\.
\b_build
^MANIFEST\.SKIP
\b\.gitignore
\.bak$
92 changes: 0 additions & 92 deletions META.json

This file was deleted.

Loading

0 comments on commit 2e4fe24

Please sign in to comment.