NAME Business::AU::Data::ANZIC - Australian New Zealand Standard Industrial Classification (ANZSIC) Codes SYNOPSIS use Business::AU::Data::ANZIC; my $parser = Business::AU::Data::ANZIC->get('Parse::CSV'); DESCRIPTION Business::AU::Data::ANZIC is a module which ties the Australian New Zealand Standard Industrial Classification (ANZSIC) Codes to a cpan namespace. For applications that need to capture and store information on the sector of the economy that a business or person operates in, this module provides data that can be used to specify an industry sector. The data is provided internally as a CSV heirachal serialization of the official Australian Bureau of Statistics data cube from product 1292.0. Using this module This module provides the raw data access using the Data::Package API. The modules will provide the data as either a raw IO::File handle, or as a Parse::CSV object with numeric columns, from which you can fetch rows that can be used to compile your task-specific list. METHODS See Data::Package for API details. SUPPORT Bugs should be reported via the CPAN bug tracker at For other issues, or commercial enhancement or support, contact the author. AUTHORS Adam Kennedy COPYRIGHT Copyright 2007 Adam Kennedy. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of the license can be found in the LICENSE file included with this module.