perl Build.PL
./Build build
./Build test
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
--- /dev/null
+use Module::Build;
+Module::Build->new(
+ dist_abstract => 'Main module for NCIP support',
+ module_name => 'NCIP',
+ license => 'gpl',
+)->create_build_script;
--- /dev/null
+bin/start_server.pl
+Build.PL
+COPYING
+lib/NCIP.pm
+lib/NCIP/Configuration.pm
+lib/NCIP/Configuration/Service.pm
+lib/NCIP/Handler.pm
+lib/NCIP/Handler/LookupItem.pm
+lib/NCIP/Item.pm
+lib/NCIP/User.pm
+lib/NCIPResponder.pm
+lib/NCIPServer.pm
+LICENSE
+MANIFEST This list of files
+README
+t/config_sample/NCIP.xml
+t/NCIP.t
+t/NCIP_Configuration.t
+t/NCIP_Handler.t
+t/NCIP_Item.t
+t/NCIP_User.t
+t/NCIPServer.t
+t/sample_data/LookupItem.xml
+t/sample_data/LookupItemWithExampleItemIdentifierType.xml
--- /dev/null
+{
+ "abstract" : "Main module for NCIP support",
+ "author" : [
+ "unknown"
+ ],
+ "dynamic_config" : 0,
+ "generated_by" : "Module::Build version 0.4, CPAN::Meta::Converter version 2.120921",
+ "license" : [
+ "open_source"
+ ],
+ "meta-spec" : {
+ "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+ "version" : "2"
+ },
+ "name" : "NCIP",
+ "prereqs" : {},
+ "release_status" : "stable",
+ "resources" : {
+ "license" : [
+ "http://www.gnu.org/licenses/old-licenses/gpl-1.0.txt"
+ ]
+ },
+ "version" : "0.01"
+}
--- /dev/null
+---
+abstract: 'Main module for NCIP support'
+author:
+ - unknown
+build_requires: {}
+dynamic_config: 0
+generated_by: 'Module::Build version 0.4, CPAN::Meta::Converter version 2.120921'
+license: open_source
+meta-spec:
+ url: http://module-build.sourceforge.net/META-spec-v1.4.html
+ version: 1.4
+name: NCIP
+resources:
+ license: http://www.gnu.org/licenses/old-licenses/gpl-1.0.txt
+version: 0.01