~ubuntu-branches/ubuntu/trusty/pdl/trusty-proposed

« back to all changes in this revision

Viewing changes to IO/Dicom/Dicom.pm

  • Committer: Package Import Robot
  • Author(s): Julian Taylor
  • Date: 2012-06-09 15:36:15 UTC
  • mfrom: (2.1.12 sid)
  • Revision ID: package-import@ubuntu.com-20120609153615-9btghuyapev3n722
Tags: 1:2.4.11-4ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - debian/perldl.conf: Enabled bad-val as NAN

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
=head1 NAME
4
4
 
5
 
Dicom.pm - a module for reading DICOM images.
 
5
PDL::IO::Dicom - a module for reading DICOM images.
6
6
 
7
7
=head1 DESCRIPTION
8
8
 
29
29
the copyright notice should be included in the file.
30
30
 
31
31
=cut
 
32
 
32
33
package PDL::IO::Dicom;
33
34
 
34
35
use PDL;