Skip to content

Commit

Permalink
Automatically updated via ./Build dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Curtis Poe committed Dec 29, 2011
1 parent f949def commit 1619664
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 15 deletions.
1 change: 1 addition & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ t/lib/My/Test/Class/Child/ISuckAtOO.pm
t/lib/My/Test/Class/Child2.pm
xt/pod-coverage.t
xt/pod.t
META.json
10 changes: 6 additions & 4 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
abstract: 'Test Classes the easy way'
author:
- "Curtis \"Ovid\" Poe <ovid@cpan.org>"
build_requires: {}
configure_requires:
Module::Build: 0.36
generated_by: 'Module::Build version 0.3607'
Module::Build: 0.38
dynamic_config: 1
generated_by: 'Module::Build version 0.38, CPAN::Meta::Converter version 2.112621'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
Expand All @@ -13,11 +15,11 @@ name: Test-Class-Most
provides:
Test::Class::Most:
file: lib/Test/Class/Most.pm
version: 0.05
version: 0.06
requires:
Test::Class: 0.33
Test::Most: 0.21
resources:
license: http://dev.perl.org/licenses/
repository: http://github.com/Ovid/Test-Class-Most/
version: 0.05
version: 0.06
22 changes: 11 additions & 11 deletions Makefile.PL
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Note: this file was auto-generated by Module::Build::Compat version 0.3607
# Note: this file was auto-generated by Module::Build::Compat version 0.3800
use ExtUtils::MakeMaker;
WriteMakefile
(
'NAME' => 'Test::Class::Most',
'VERSION_FROM' => 'lib/Test/Class/Most.pm',
'PREREQ_PM' => {
'Test::Class' => '0.33',
'Test::Most' => '0.21'
},
'INSTALLDIRS' => 'site',
'EXE_FILES' => [],
'PL_FILES' => {}
)
'NAME' => 'Test::Class::Most',
'VERSION_FROM' => 'lib/Test/Class/Most.pm',
'PREREQ_PM' => {
'Test::Class' => '0.33',
'Test::Most' => '0.21'
},
'INSTALLDIRS' => 'site',
'EXE_FILES' => [],
'PL_FILES' => {}
)
;

0 comments on commit 1619664

Please sign in to comment.