Skip to content

Commit 83b2991

Browse files
author
Ahmad Shahba
committed
Removed blank line, modified licenses
1 parent 278a396 commit 83b2991

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Makefile.PL

+2-3
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ $LIBS .= " -lz" if($zLib);
115115
$LIBS .= " -ljpeg" if($jpegLib);
116116
$LIBS .= " -lm";
117117

118-
119118
my $package = ["hdf5.pd",'HDF5','PDL::IO::HDF5'];
120119
my $meta_merge = {
121120
'name' => 'PDL-IO-HDF5',
@@ -155,7 +154,7 @@ my $meta_merge = {
155154
},
156155
},
157156
resources => {
158-
license => [ 'the same terms as Perl' ],
157+
license => [ 'http://dev.perl.org/licenses/' ],
159158
homepage => 'http://pdl.perl.org/',
160159
bugtracker => {
161160
web => 'https://github.com/PDLPorters/pdl-io-hdf5/issues',
@@ -183,7 +182,7 @@ WriteMakefile(
183182
# 'TEST_REQUIRES' => { PDL => '2.004' },
184183
'PREREQ_PM' => { PDL => '2.004' },
185184
'LICENSE' => 'perl',
186-
'VERSION_FROM' => 'HDF5.pm',
185+
'VERSION_FROM' => 'hdf5.pd',
187186
'META_MERGE' => $meta_merge,
188187
'TYPEMAPS' => [&PDL_TYPEMAP()],
189188
'OBJECT' => 'HDF5.o ',

0 commit comments

Comments
 (0)