This is an automated email from the git hooks/post-receive script.

carnil pushed a change to branch master
in repository libconfigreader-simple-perl.

      from  4473df5   Update debian/changelog file
      adds  b6148d9   Initial revision
      adds  6ee7054   * added change to parser so that NAME=VALUE format can be 
used, thanks to Alan W. Jurgensen <jurgen...@berbee.com>.
      adds  fc938b7   * removed GOSSAMER's webdist recipe which i don't need.
      adds  042c52c   * added stuff so that syntax like $config->value is the 
same as $config->get('value');
      adds  3ef88e2   * removed README entry
      adds  edb8ce4   * added CVS versioning line
      adds  90d8564   * added directives() so that you can get a list of the 
directives that were found in the configuration file.
      adds  4b02ed5   * added an exists() method to see if the directive 
appeared in the config file
      adds  fd07038   * ignore these files
      adds  cc275e9   * added more tests for new set, unset, and multiple 
config files
      adds  e703812   * added support to change values with set() or unset().
      adds  1d9eac8   * small format fixes
      adds  6b28ef0   * VERSION now has two places in the minor version number, 
so CVS version 1.9 will be module version 1.09.
      adds  582db1c   * fixed up the DESCRIPTION for new_multiple
      adds  32fc7a2   * added new tests and config files
      adds  3701b97   * ignore these files
      adds  0ec5f02   * added tests for zero and undef values in config files
      adds  6a5be72   * updated the docs for get() to note that empty values in 
the config file show up as empty strings.  this is mostly because the result of 
a zero length match, i.e. (.*?), shows up as a defined but empty value in the 
memory variable.
      adds  8f025aa   * added a pattern for tarballs
      adds  c6ca315   * added the add_config_file() method to parse more config 
files after the object has been made
      adds  9d8fa66   * rewrote the test files for Test::More
      adds  5a47228   * added Test::More support
      adds  0da6740   * moved files to Test::More
      adds  3f88443   * added new_string() method
      adds  dd257df   * added gzip pattern
      adds  2d36552   * added prereq test * cleaned up Makefile.PL
      adds  eab7b33   release config file
      adds  3636506   don't put these files in MANIFEST
      adds  f2de905   bail out if we can't compile
      adds  51d79f4   * added names to tests
      adds  83cc7fd   * added dist pattern
      adds  4e0b463   * from the new MANIFEST.SKIP
      adds  35c3e46   * use Test::Manifest * get rid of dist target (which is 
justthe default) * get rid of test target (Test::Manifest takes care of it) * 
added clean target to clean up old dists
      adds  6d17c06   * things that should croak now do (instead of carp) * 
missing files in new_multiple don't cause fatal errors by default * missing 
files can be fatal with  set to a true value * added SourceForge note * added  
and %Error hashes to check errors, and _init routine to init them.
      adds  6e56f4a   Andy runs this now
      adds  294701c   Not needed
      adds  b396ea8   Removed many dependencies
      adds  364885e   Hardcoded the files to check, rather than require 
File::Find::Rule
      adds  1202533   Gratuitous commit to up the version number
      adds  7a8fdb9   Fixed warning that shows up under new Test;:Harness
      adds  a4c0184   * removed check for Test::Pod---we'll do it in the pod.t 
so we only have to maintain it in one place.
      adds  df69cd3   * corrected file name in the list of files to search
      adds  9365993   * re-added test manifest
      adds  1ed3631   * some POD fixes for literal angle brackets
      adds  03ee3c3   * for version 1.17
      adds  bbd407e   * ignore files created by the release program
      adds  581f983   * i got to find a better way to use this config file so 
it supports multiple users.
      adds  2cf5ba8   * make POD test optional
      adds  5e1c98c   * my initial thoughts on a program ot create config files 
from a text description, so applications can easily set themselves up when 
first run
      adds  470dd90   * added continuation line support
      adds  052e31d   * YAML description of distribution
      adds  31e9913   * for version 1.18
      adds  64318f9   * bail out if the module does not compile
      adds  006cdb9   * use Test::Manifest if it is around * added a man page 
target
      adds  410a697   * ignore save_* files, which are artifacts of save.t
      adds  47b71f7   * Added Test::Warn prereq
      adds  f90061c   * added a save() method to write configuration files
      adds  ad281fe   * readded test_manifest
      adds  2e044b7   *update email address
      adds  8617a6d   * Issues identified by cdo...@cpan.org    + clone needs 
to make deep copies, wbut that is already done. I         added tests to 
clone.t to ensure that happens. RT #14296
      adds  ea0fb24   * get rid of META.yml
      adds  d4afbda   * check pod coverage
      adds  472464c   * added pod_coverage.t to MANIFEST, and beefed up 
MANIFEST.SKIP to exclude the usual suspects.
      adds  27bee02   * for version 1.21
      adds  1e2ee04   * Added missing README file
      adds  2d7d054   * removed Test::Manifest kludge from Makefile.PL
      adds  f88412d   * Changed configuration directive parsing to accept 
[^\s=]+ instead of just \w+ * If you want to name your configuration directives 
with characters outside of \w, you should upgrade to this version * If your 
teammates are using config directives with characters outside of \w, they're 
going to make you upgrade. :)
      adds  9ab7d11   * for version 1.23
      adds  3503fdc   * for version 1.24
      adds  1ad35df   * updated for copyright and license
      adds  00c3c55   add examples directory
      adds  594cb79   * Fixing up distro and verifying that parse_string 
handles continuation lines correctly (it does).
      adds  5676e73   * for version 1.25
      adds  073c774   * cleaning up the file layouts a bit
      adds  22f99ef   * cleanup dist for new kwalitee stuff
      adds  6292050   * for version 1.26
      adds  a3e1d1e   * In _validate_keys, check that a keys exists, not that 
it has a true value
      adds  b2078d7   * turn warnings on, then off
      adds  48aaf3f   * for version 1.27
      adds  c3d2756   * Brought the test coverage up to 100% in all columns. 
This removed a lot of cruft code.
      adds  85fb8d3   * Fix LICENSE to refer to this distro and not 
Apache::iTunes
      adds  109fb18   * Goodbye CVS tags, normalize Changes, META_MERGE in 
Makefile.PL, etc
      adds  1491898   * Ignore dist dirs
      adds  e1f8a2d   * for version 1.28
      adds  66f7e88   * Fix the keywords
      adds  0751bc5   Move module file to conventional location.
      adds  719db07   Use the right Github URL (not for another module!)
      adds  afeb539   Get rid of SVN droppings
      adds  e4935c0   Ignore MYMETA
      adds  4ccd854   Update the manifest and use default skips
      adds  b70dec5   Style fixes
      adds  6bb7aca   Clean up Changes
      adds  63b16dc   Remove .cvsignore
      adds  1a878b5   Expand .travis.yml for coveralls, 5.20, helpers
      adds  fbd52f3   get rid of more .cvsignore
      adds  ec9702f   ignore these files
      adds  6c6cd10   Test with only current perl
      adds  eee5df0   * for version 1.29
      adds  6bc7fe2   Add Travis file
      adds  437f093   Merge branch 'master' of 
github.com:briandfoy/ConfigReader-Simple
      adds  aafca06   Update copyright statement
      adds  cb26dc7   normalize Changes header line according to 
CPAN::Changes::Spec
      adds  28916f1   Add author test for Changes file
      adds  eff8f49   Fix changes.t for missing interpolated variable
      adds  d363812   Remove releases that were never released, add dates
      adds  196af55   Date format for CPAN::Changes::Spec
      adds  2e9cc70   Ignore *.bak
      adds  76fcc58   Modulino-ize Makefile.PL, Phase 1
      adds  7b2925f   Die if we cannot load correct ExtUtils::MakeMaker
      adds  8109817   More modernization of Makefile.PL
      adds  39fe2cb   Most of the modernization of Makefile.PL
      adds  e9e1606   Update LICENSE file to include full license
      adds  333c89c   "Depend on File::Spec::Functions"
      adds  087b5c9   "5.008 does not have // !"
      adds  0b6d78d   Dist name from module
      adds  eaaebc8   clean up distdir
      adds  8e0ef39   set a package
      adds  250dbec   It's not bugtraker with no c
      adds  51640f8   The new README.pod, fit for GitHub
      adds  b89b94e   Remove the old README (now README.pod)
      adds  01626ec   Update MANIFEST
      adds  30f02d0   Add MIN_PERL_VERSION
      adds  f365674   Add MIN_PERL_VERSION
      adds  df31c4b   Add Pod to all the Makefile.PLs
      adds  e48383f   typo
      adds  3bf6398   Add INSTALL.SKIP
      adds  2ec10a0   Add INSTALL.SKIP
      adds  c518445   Escape metachar in skip pattern
      adds  653adc6   Update MANIFEST for INSTALL.SKIP
      adds  bb49273   Update MANIFEST for inadverent additions
      adds  e4f1b4f   Fix whitespace in YAML: tabs no longer allowed
      adds  a43c783   Add v5.22 to Travis, and run in container by turning off 
sudo
      adds  c618a74   Add v5.22 to Travis, and run in container by turning off 
sudo
      adds  64f0bbb   Add =encoding to all pod files
      adds  c8ff867   List of dependencies (new Test::Prereq doesn't filter)
      adds  38e8cfe   Bump to next stable version
      adds  e79c654   remove the prereq.t test from test_manifest
      adds  76adcd7   Get rid of the prereq test. Do that at release time.
      adds  b7b3b12   * for version 1.291
      adds  c065b53   New upstream version 1.291
       new  19e94a7   Merge tag 'upstream/1.291'
       new  685fd8a   Update debian/changelog
       new  95fe05c   Update copyright years for upstream files
       new  967fa33   Update copyright years for debian/* packaging files
       new  d2c72ff   Update debian/changelog file

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                    |  70 +++++++++---------
 INSTALL.SKIP               |   6 ++
 LICENSE                    | 178 ++++++++++++++++++++++++++++++++++++++++++++-
 MANIFEST                   |   7 +-
 MANIFEST.SKIP              |   5 +-
 META.json                  |  39 +++++++---
 META.yml                   |  32 +++++---
 Makefile.PL                | 140 ++++++++++++++++++++++++++++-------
 README                     |  24 ------
 README.pod                 | 114 +++++++++++++++++++++++++++++
 debian/changelog           |   7 +-
 debian/copyright           |   4 +-
 eg/config_creator.pl       |   2 +-
 lib/ConfigReader/Simple.pm |   6 +-
 t/prereq.t                 |   4 -
 t/test_manifest            |   1 -
 xt/changes.t               |   4 +
 17 files changed, 517 insertions(+), 126 deletions(-)
 create mode 100644 INSTALL.SKIP
 delete mode 100644 README
 create mode 100644 README.pod
 delete mode 100644 t/prereq.t
 create mode 100644 xt/changes.t

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libconfigreader-simple-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to