X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=maint%2Fgen_pod_inherit;h=db0f65a7a97d8eada9663cc4d5dc44d52224e16d;hb=fcf32d045;hp=f5532a81e54c10d8bd60294dfe8623c858de48c9;hpb=a0c96f2461b2a46b242b8432deb0ad88880f73cd;p=dbsrgits%2FDBIx-Class.git diff --git a/maint/gen_pod_inherit b/maint/gen_pod_inherit index f5532a8..db0f65a 100755 --- a/maint/gen_pod_inherit +++ b/maint/gen_pod_inherit @@ -4,7 +4,7 @@ use warnings; use strict; my $lib_dir = 'lib'; -my $pod_dir = '.generated_pod'; +my $pod_dir = 'maint/.Generated_Pod'; my $result_metapod_fn = "$lib_dir/DBIx/Class/Manual/ResultClass.pod"; @@ -15,7 +15,7 @@ require File::Copy; File::Copy::copy( "$result_metapod_fn.proto", "$result_metapod_fn", -) or die "Copying ResultClass proto pod ($result_metapod_fn.pod) failed: $!"; +) or die "Copying ResultClass proto pod ($result_metapod_fn) failed: $!"; # cleanup END { @@ -27,7 +27,7 @@ require Pod::Inherit; Pod::Inherit->new({ input_files => $lib_dir, - out_dir => $pod_dir, + out_dir => "$pod_dir/lib", force_permissions => 1, class_map => { "DBIx::Class::Relationship::HasMany" => "DBIx::Class::Relationship",