The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Number::UN - details about UN numbers

VERSION

version 0.003

SYNOPSIS

  use Number::UN 'get_un';

  my %un = get_un(1993);
  print $un{description}; # Combustible liquids, n.o.s.

NAME

Number::UN - UN Numbers

LICENSE

The source code is distributed under the Perl5/Artistic License, copyright John Tantalo (2012).

The data material, including UN number descriptions, is distributed under the Creative Commons Attribution-ShareAlike License. This material was collected from List of UN numbers, 16 Feb 2012.

AUTHOR

John Tantalo <john.tantalo@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by John Tantalo.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.