View | Details | Raw Unified | Return to bug 7984
Collapse All | Expand All

(-)Mac-Finder-DSStore-1.00/Build.PL (-2 lines)
Lines 21-28 Link Here
21
         Encode => '1.20'
21
         Encode => '1.20'
22
     },
22
     },
23
     recommends => {
23
     recommends => {
24
         'Mac::Files' => 0,
25
         'Mac::Memory' => 0,
26
         'Mac::PropertyList' => '1.39',
24
         'Mac::PropertyList' => '1.39',
27
     },
25
     },
28
     build_requires => {
26
     build_requires => {
(-)Mac-Finder-DSStore-1.00/DSStore.pm (+2 lines)
Lines 417-422 Link Here
417
               'pict' => 'blob',
417
               'pict' => 'blob',
418
               'vSrn' => 'long',
418
               'vSrn' => 'long',
419
               'vstl' => 'type',
419
               'vstl' => 'type',
420
               'pBBk' => 'blob',
421
               'pBB0' => 'blob',
420
               );
422
               );
421
423
422
=head2 $entry = ...::Entry->new($filename, $typecode)
424
=head2 $entry = ...::Entry->new($filename, $typecode)

Return to bug 7984