File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,6 @@ $LIBS .= " -lz" if($zLib);
115
115
$LIBS .= " -ljpeg" if ($jpegLib );
116
116
$LIBS .= " -lm" ;
117
117
118
-
119
118
my $package = [" hdf5.pd" ,' HDF5' ,' PDL::IO::HDF5' ];
120
119
my $meta_merge = {
121
120
' name' => ' PDL-IO-HDF5' ,
@@ -155,7 +154,7 @@ my $meta_merge = {
155
154
},
156
155
},
157
156
resources => {
158
- license => [ ' the same terms as Perl ' ],
157
+ license => [ ' http://dev.perl.org/licenses/ ' ],
159
158
homepage => ' http://pdl.perl.org/' ,
160
159
bugtracker => {
161
160
web => ' https://github.com/PDLPorters/pdl-io-hdf5/issues' ,
@@ -183,7 +182,7 @@ WriteMakefile(
183
182
# 'TEST_REQUIRES' => { PDL => '2.004' },
184
183
' PREREQ_PM' => { PDL => ' 2.004' },
185
184
' LICENSE' => ' perl' ,
186
- ' VERSION_FROM' => ' HDF5.pm ' ,
185
+ ' VERSION_FROM' => ' hdf5.pd ' ,
187
186
' META_MERGE' => $meta_merge ,
188
187
' TYPEMAPS' => [&PDL_TYPEMAP()],
189
188
' OBJECT' => ' HDF5.o ' ,
You can’t perform that action at this time.
0 commit comments