Skip to content

Commit

Permalink
fixed some errors related release engineering
Browse files Browse the repository at this point in the history
  • Loading branch information
kentaro committed Feb 6, 2012
1 parent 6c796ac commit aecc3d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
9 changes: 1 addition & 8 deletions Build.PL
Expand Up @@ -30,12 +30,5 @@ my $build = Module::Build->new(
create_readme => 1,
create_license => 1,
);
$build->meta_add({
resources => {
X_prepan => {
module_url => 'http://prepan.org/module/3Yz7PYrBNM',
author_url => 'http://prepan.org/user/3XR97nG2Gi',
},
},
});

$build->create_build_script();
9 changes: 5 additions & 4 deletions MANIFEST
Expand Up @@ -5,7 +5,12 @@ lib/Data/Mapper/Adapter.pm
lib/Data/Mapper/Adapter/DBI.pm
lib/Data/Mapper/Class.pm
lib/Data/Mapper/Data.pm
lib/Data/Mapper/Schema.pm
LICENSE
MANIFEST This list of files
META.json
META.yml
README
t/adapter.t
t/adapter_dbi.t
t/compile.t
Expand All @@ -21,7 +26,3 @@ xt/03_pod.t
xt/04_minimum_version.t
xt/05_cpan_meta.t
xt/06_meta_author.t
README
LICENSE
META.yml
META.json

0 comments on commit aecc3d4

Please sign in to comment.