Codebase list libnetsds-util-perl / 8b776de
Update upstream source from tag 'upstream/1.045' Update to upstream version '1.045' with Debian dir c40dfdc610d6212e4ba940632fb2b8d1415ae268 Jonas Smedegaard 5 years ago
8 changed file(s) with 189 addition(s) and 74 deletion(s). Raw diff Collapse all Expand all
00 #!/usr/bin/env perl
1 ########################################################################
2 # $Id: Build.PL 27 2008-07-21 23:23:15Z anvil $
3 ########################################################################
41
52 =head1 NAME
63
00 TODO:
11 - import XML processing routines
2
3 * Thu Nov 6 2014 Michael Bochkaryov <misha@altlinux.ru> 1.045
4 - minor POD fix (thanks to Gregor Herrmann and other guys from Debian)
25
36 * Wed Sep 16 2009 Michael Bochkaryov <misha@altlinux.ru> 1.044
47 - fix annoying requirements to main NetSDS packages
1515 t/01_load.t
1616 t/02_pod.t
1717 t/03_pod_coverage.t
18 META.json
0 {
1 "abstract" : "Utility Perl5 modules for NetSDS VAS development framework",
2 "author" : [
3 "Net.Style Development Team <info@netstyle.com.ua>"
4 ],
5 "dynamic_config" : 1,
6 "generated_by" : "Module::Build version 0.3901, CPAN::Meta::Converter version 2.120921",
7 "license" : [
8 "open_source"
9 ],
10 "meta-spec" : {
11 "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
12 "version" : "2"
13 },
14 "name" : "NetSDS-Util",
15 "prereqs" : {
16 "build" : {
17 "requires" : {
18 "Module::Build" : "0",
19 "Test::More" : "0",
20 "Test::Pod" : "1.20",
21 "Test::Pod::Coverage" : "1.08"
22 }
23 },
24 "configure" : {
25 "requires" : {
26 "Module::Build" : "0.39"
27 }
28 },
29 "runtime" : {
30 "requires" : {
31 "Data::UUID" : "1.000",
32 "Date::Format" : "0",
33 "Date::Parse" : "0",
34 "Encode" : "2.000",
35 "File::Copy" : "0",
36 "File::MMagic" : "1.000",
37 "File::Path" : "0",
38 "File::Spec" : "0",
39 "File::Temp" : "0",
40 "Getopt::Long" : "0",
41 "HTTP::Date" : "0",
42 "IO::File" : "0",
43 "MIME::Base64" : "0",
44 "POSIX" : "0",
45 "Pod::Usage" : "0",
46 "Scalar::Util" : "0",
47 "Spreadsheet::Read" : "0.30",
48 "Time::HiRes" : "0",
49 "Time::Local" : "0",
50 "URI" : "1.00",
51 "URI::Escape" : "1.00",
52 "perl" : "5.008",
53 "version" : "0"
54 }
55 }
56 },
57 "provides" : {
58 "NetSDS::Util" : {
59 "file" : "lib/NetSDS/Util.pm",
60 "version" : "1.045"
61 },
62 "NetSDS::Util::Convert" : {
63 "file" : "lib/NetSDS/Util/Convert.pm",
64 "version" : "1.044"
65 },
66 "NetSDS::Util::DateTime" : {
67 "file" : "lib/NetSDS/Util/DateTime.pm",
68 "version" : "1.044"
69 },
70 "NetSDS::Util::File" : {
71 "file" : "lib/NetSDS/Util/File.pm",
72 "version" : "1.044"
73 },
74 "NetSDS::Util::FileImport" : {
75 "file" : "lib/NetSDS/Util/FileImport.pm",
76 "version" : "1.044"
77 },
78 "NetSDS::Util::Misc" : {
79 "file" : "lib/NetSDS/Util/Misc.pm",
80 "version" : "1.044"
81 },
82 "NetSDS::Util::String" : {
83 "file" : "lib/NetSDS/Util/String.pm",
84 "version" : "1.044"
85 },
86 "NetSDS::Util::Struct" : {
87 "file" : "lib/NetSDS/Util/Struct.pm",
88 "version" : "1.044"
89 },
90 "NetSDS::Util::Translit" : {
91 "file" : "lib/NetSDS/Util/Translit.pm",
92 "version" : "1.044"
93 },
94 "NetSDS::Util::Types" : {
95 "file" : "lib/NetSDS/Util/Types.pm",
96 "version" : "1.044"
97 }
98 },
99 "release_status" : "stable",
100 "resources" : {
101 "license" : [
102 "http://opensource.org/licenses/gpl-license.php"
103 ]
104 },
105 "version" : "1.045"
106 }
00 ---
1 name: NetSDS-Util
2 version: 1.044
1 abstract: 'Utility Perl5 modules for NetSDS VAS development framework'
32 author:
43 - 'Net.Style Development Team <info@netstyle.com.ua>'
5 abstract: Utility Perl5 modules for NetSDS VAS development framework
6 license: gpl
7 resources:
8 license: http://www.opensource.org/licenses/gpl-license.php
9 requires:
10 Data::UUID: 1.000
11 Date::Format: 0
12 Date::Parse: 0
13 Encode: 2.000
14 File::Copy: 0
15 File::MMagic: 1.000
16 File::Path: 0
17 File::Spec: 0
18 File::Temp: 0
19 Getopt::Long: 0
20 HTTP::Date: 0
21 IO::File: 0
22 MIME::Base64: 0
23 POSIX: 0
24 Pod::Usage: 0
25 Scalar::Util: 0
26 Spreadsheet::Read: 0.30
27 Time::HiRes: 0
28 Time::Local: 0
29 URI: 1.00
30 URI::Escape: 1.00
31 perl: 5.008
32 version: 0
334 build_requires:
345 Module::Build: 0
356 Test::More: 0
367 Test::Pod: 1.20
378 Test::Pod::Coverage: 1.08
9 configure_requires:
10 Module::Build: 0.39
11 dynamic_config: 1
12 generated_by: 'Module::Build version 0.3901, CPAN::Meta::Converter version 2.120921'
13 license: open_source
14 meta-spec:
15 url: http://module-build.sourceforge.net/META-spec-v1.4.html
16 version: 1.4
17 name: NetSDS-Util
3818 provides:
3919 NetSDS::Util:
4020 file: lib/NetSDS/Util.pm
41 version: 1.044
21 version: 1.045
4222 NetSDS::Util::Convert:
4323 file: lib/NetSDS/Util/Convert.pm
4424 version: 1.044
6646 NetSDS::Util::Types:
6747 file: lib/NetSDS/Util/Types.pm
6848 version: 1.044
69 generated_by: Module::Build version 0.2808
70 meta-spec:
71 url: http://module-build.sourceforge.net/META-spec-v1.2.html
72 version: 1.2
49 requires:
50 Data::UUID: 1.000
51 Date::Format: 0
52 Date::Parse: 0
53 Encode: 2.000
54 File::Copy: 0
55 File::MMagic: 1.000
56 File::Path: 0
57 File::Spec: 0
58 File::Temp: 0
59 Getopt::Long: 0
60 HTTP::Date: 0
61 IO::File: 0
62 MIME::Base64: 0
63 POSIX: 0
64 Pod::Usage: 0
65 Scalar::Util: 0
66 Spreadsheet::Read: 0.30
67 Time::HiRes: 0
68 Time::Local: 0
69 URI: 1.00
70 URI::Escape: 1.00
71 perl: 5.008
72 version: 0
73 resources:
74 license: http://opensource.org/licenses/gpl-license.php
75 version: 1.045
0 # Note: this file was auto-generated by Module::Build::Compat version 0.03
0 # Note: this file was auto-generated by Module::Build::Compat version 0.39_01
1 require 5.008;
12 use ExtUtils::MakeMaker;
23 WriteMakefile
34 (
4 'NAME' => 'NetSDS::Util',
5 'VERSION_FROM' => 'lib/NetSDS/Util.pm',
6 'PREREQ_PM' => {
7 'Data::UUID' => '1.000',
8 'Date::Format' => '0',
9 'Date::Parse' => '0',
10 'Encode' => '2.000',
11 'File::Copy' => '0',
12 'File::MMagic' => '1.000',
13 'File::Path' => '0',
14 'File::Spec' => '0',
15 'File::Temp' => '0',
16 'Getopt::Long' => '0',
17 'HTTP::Date' => '0',
18 'IO::File' => '0',
19 'MIME::Base64' => '0',
20 'Module::Build' => '0',
21 'POSIX' => '0',
22 'Pod::Usage' => '0',
23 'Scalar::Util' => '0',
24 'Spreadsheet::Read' => '0.30',
25 'Test::More' => '0',
26 'Test::Pod' => '1.20',
27 'Test::Pod::Coverage' => '1.08',
28 'Time::HiRes' => '0',
29 'Time::Local' => '0',
30 'URI' => '1.00',
31 'URI::Escape' => '1.00',
32 'version' => '0'
33 },
34 'INSTALLDIRS' => 'site',
35 'EXE_FILES' => [],
36 'PL_FILES' => {}
37 )
5 'PL_FILES' => {},
6 'INSTALLDIRS' => 'site',
7 'NAME' => 'NetSDS::Util',
8 'EXE_FILES' => [],
9 'VERSION_FROM' => 'lib/NetSDS/Util.pm',
10 'PREREQ_PM' => {
11 'Scalar::Util' => '0',
12 'URI::Escape' => '1.00',
13 'Pod::Usage' => '0',
14 'File::Spec' => '0',
15 'Date::Format' => '0',
16 'Test::Pod' => '1.20',
17 'Encode' => '2.000',
18 'POSIX' => '0',
19 'File::Path' => '0',
20 'Time::Local' => '0',
21 'Spreadsheet::Read' => '0.30',
22 'Module::Build' => 0,
23 'File::MMagic' => '1.000',
24 'Getopt::Long' => '0',
25 'File::Copy' => '0',
26 'URI' => '1.00',
27 'Test::Pod::Coverage' => '1.08',
28 'IO::File' => '0',
29 'version' => '0',
30 'Time::HiRes' => '0',
31 'Data::UUID' => '1.000',
32 'HTTP::Date' => '0',
33 'Date::Parse' => '0',
34 'Test::More' => 0,
35 'MIME::Base64' => '0',
36 'File::Temp' => '0'
37 }
38 )
3839 ;
44
55 =head1 SYNOPSIS
66
7 use NetSDS::Util::FileImport
78
89 =head1 DESCRIPTION
910
4748
4849 Returns a structure like this
4950 [ { last_name => undef, first_name => yana, ... }, { last_name => kornienko, first_name => test, ... } .. ]
51
52 =back
5053
5154 =cut
5255
5353 use strict;
5454 use warnings;
5555
56 use version; our $VERSION = "1.044";
56 use version; our $VERSION = "1.045";
5757
5858 1;
5959