• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

examples/H03-May-2022-

lib/Data/Phrasebook/Loader/H23-Aug-2014-29866

t/H23-Aug-2014-394263

ChangesH A D23-Aug-20142.1 KiB6652

INSTALLH A D22-Aug-20143.1 KiB12274

LICENSEH A D22-Aug-2014242 85

MANIFESTH A D29-Jul-2012356 2625

MANIFEST.SKIPH A D10-Oct-2010181 1918

META.jsonH A D23-Aug-20141.8 KiB6763

META.ymlH A D23-Aug-20141.2 KiB4639

Makefile.PLH A D29-Jul-2012702 2818

READMEH A D23-Aug-20141.9 KiB7647

README

1Data-Phrasebook-Loader-YAML
2===========================
3
4DESCRIPTION
5
6  Abstract your queries ... with YAML!
7
8This distribution enables the framework for abstracting common or locale data
9out of your code into a datastore. The default is within a plain text file,
10however this distribution extends that to use YAML.
11
12DEPENDENCIES
13
14The distribution requires the following modules:
15
16  Data::Phrasebook	        >= 0.24
17  YAML                      >= 0.35
18
19For testing purposes, the following modules are required:
20
21  Test::More		        >= 0.70
22  IO::File		            >= 0
23
24For testing purposes, the following modules are desireable, but not essential:
25
26  Test::CPAN::Meta          >= 0
27  Test::CPAN::Meta::JSON    >= 0
28  Test::Pod                 >= 1.00
29  Test::Pod::Coverage       >= 0.08
30  Pod::Coverage             >= 0
31
32INSTALLATION
33
34To install this module type the following:
35
36   perl Makefile.PL
37   make
38   make test
39   make install
40
41For more detailed installation instructions, see INSTALL.
42
43USAGE
44
45Read the pod documentation in the distrubtion files.
46
47CHANGES
48
49For a complete list of changes, see the Changes file.
50
51SUPPORT
52
53If you spot a bug or are experiencing difficulties that are not explained
54within the POD documentation, please send an email to barbie@cpan.org or
55submit a bug to the RT system (http://rt.cpan.org/). It would help greatly
56if you are able to pinpoint problems or even supply a patch.
57
58Fixes are dependent upon their severity and my availability. Should a fix not
59be forthcoming, please feel free to (politely) remind me.
60
61AUTHOR
62
63  Original author: Iain Campbell Truskett (16.07.1979 - 29.12.2003)
64
65  Maintainer: Barbie, <barbie@cpan.org>
66  for Miss Barbell Productions <http://www.missbarbell.co.uk>.
67
68COPYRIGHT AND LICENSE
69
70  Copyright (C) 2004-2014 Barbie for Miss Barbell Productions.
71  Copyright (C) 2003 Iain Truskett.
72
73  This distribution is free software; you can redistribute it and/or
74  modify it under the Artistic License 2.0.
75
76