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

gregoa pushed a change to branch master
in repository libtest-data-perl.

      from  edcb92f   update changelog
      adds  625d673   * initial tests for all of the modules
      adds  de67cd9   * first version of the modules
      adds  895f28f   * the MANIFEST file
      adds  0bc01e5   * the Makefile
      adds  e8071e1   * fixed problems in Scalar and added tests
      adds  04c26e5   * added doc pointers to other modules
      adds  a8a68b7   * added ABSTRACT and made VERSION a developer release
      adds  c618c6e   * put the right number of tests in the plan, rather than 
noplan
      adds  87137a6   * changed module versions to 0 instead of undef which was 
okay before :|
      adds  2c2659e   * added missing Data.pm
      adds  535566e   * added Test::Builder to all modules
      adds  a0a2c12   * TODO tests fail now
      adds  a11c7d4   * bumped version number
      adds  1386cf9   * tests now start with array_ * added most of the 
functions i need
      adds  41314a9   * added undef_ok
      adds  5874984   * array tests now start with array_
      adds  5152c67   * added tests for undef_ok
      adds  de9b196   * added tests for array_ functions
      adds  3434b75   * added TO DO section
      adds  cff9a8c           + added number_bewteen_ok, string_between_ok      
   + added array_empty_ok, array_length_ok
      adds  d631142   * test for prereqs
      adds  17d7055   * configuration info for release
      adds  7099727   * ignore these files
      adds  c5bce73   * don't put these things in MANIFEST
      adds  0783d25   * added default names to all tests * all tests can take 
an optional name argument * added not_exists_ok, hash_value_false_ok, 
hash_value_undef_ok, * use MANIFEST.SKIP, release * put man pages in the right 
places * added SourceForge note in each module * added  to each module * added 
bail out to load.t if class does not compile * put dist pattern in .cvsignore 
and clean target
      adds  df55639   * pass on  to Test::Builder
      adds  bb74fd9   Scalar tests work with name pass-through
      adds  3d34a06   * use Test::Prereq-0.18
      adds  881eec7   * add name to ok() calls missing it
      adds  a69eb5f   * bumped version
      adds  93e2681   * ignore MakeMaker artifacts
      adds  0e0b620   * added untaint_ok test
      adds  670d0bf   * stripped trailing whitespace in Pod
      adds  4d63acd   * bumped version numbers to latest for prereqs
      adds  3424083   * for version 0.91
      adds  340fc8f   Removed Test::Manifest, Test::Pod and Test::Prereq
      adds  1591226   Removed the prereq testing
      adds  bea3c06   Uses my new pod.t so that it doesn't need 
File::Find::Rule, and won't force the user to install Test::Pod
      adds  04cbc14   Fixed up the $package::VERSION values, and added tests 
for it
      adds  46efa76   Fixed hash_value_false_ok(), which was never defined
      adds  cb263cc   Added tests for failed tests
      adds  6f29247   Fixed a couple of functions
      adds  88e7af1   Rolling out 0.92
      adds  a19ef40   pod.t uses new Test::Pod magic
      adds  1f49c8e   Added META.yml
      adds  b59cd62   Don't want blibdirs
      adds  cdae28f   Removed test for undef_ok( () )
      adds  a112b04   Releasing 0.93
      adds  4265eca   Don't want blibdirs
      adds  9c5f837   Uses $0 instead of t/array.t so it works on Windows
      adds  55bf45e   Releasing 0.94
      adds  49b327f   * added Array functions to test if an array is sorted
      adds  f7ca4c3   * readded from Attic
      adds  41de7b1   * re-added from Attic
      adds  d0eb7b1   re-added prereq.t
      adds  0b33e54   * for version 0.95
      adds  098905a   * SourceForge address is not https, so now the docs don't 
say so
      adds  bb998ff   * moved the ok() calls to the end of each routine so that 
each routine returns the result of ok().
      adds  d253186   Refactored so that the file automatically counts the 
number of tests and the actual test is in a subroutine
      adds  3bf6347   * In the docs, I explain how to write a plug-in
      adds  b2bc31b   * dualvar_ok does not work, so I don't test it * I 
probably should have made that part a TO DO, but I forgot about that until just 
now :)
      adds  95a1c42   * Each function returns the  of ok(), which it was not 
doing before.  I had the diag() stuff last (because it was the last thing I had 
added to each function.  Andy Lester pointed out the errors of my ways
      adds  15fc6da   * for version 0.96
      adds  36b3595   * fixed array_once_ok, which was horribly broken and 
apparently never did actually work. Thanks to  Tom Heady 
<tom.he...@snapmedical.com> for pointing out the problem
      adds  a7ad7e2   * bumped version number.  this is now a release :)
      adds  f2f898a   * for version 1.01
      adds  42f0753   * cleaned up documentation bug:   
http://rt.cpan.org/Ticket/Display.html?id=4573
      adds  354e30e   * bumped version number
      adds  2d3c6e3   * for version 1.02
      adds  6461942   * added POD coverage tests
      adds  e9d2f3c   * for version 1.17
      adds  b6d9131   * Fixed problem in array.t for windows paths. I should 
have been using $0 so I picked up the native path format, but I had hard-coded 
it in a few places. Oops.  Jim Keenan pointed that out in RT:
      adds  85f0c4c   * for version 1.18
      adds  acde231   * updates for distro and kwalitee
      adds  71ecdf6   * for version 1.19
      adds  9a59b99   * for version 1.20
      adds  4173b78   * updated for copyright and license
      adds  139fb1a   add examples directory
      adds  9280456   * added LICENSE and AUTHOR to Makefile.PL
      adds  93c11f6   * distro cleanups after moving to svn from cvs
      adds  3c86d88   * for version 1.21
      adds  70e1479   * Added Distribution::Guess::BuildSystem
      adds  2107fef   Move modules to conventional structure
      adds  0366b35   Remove SVN tags
      adds  5b516e6   Adding trailing newlines to file
      adds  5b5f68b   Ignore these files
      adds  f69b0ec   Note move to Github
      adds  035ddd7   Update prereqs a bit. Let's go back to only 5.8
      adds  b9590e2   Adding versions to the modules
      adds  88b4f76   Add UTF-8 encoding to the Pod
      adds  3682a02   Use done_testing() in load.t
      adds  f467c52   Require an ExtUtils::MakeMaker with META_MERGE
      adds  453debd   Require a Test::More with done_testing
      adds  8f6135f   Add META_MERGE
      adds  5dab25e   Change "Check" to "Test" in ABSTRACT
      adds  89b3333   * for version 1.22
      adds  9cdfc1a   Added /Users/brian/Dev/test-data/.travis.yml
      adds  138f4d2   Get rid of MYMETA
      adds  cea76ae   * for version 1.24
      adds  ecc8a26   Clean up Changes
      adds  62149d5   Remove .cvsignore
      adds  5b81235   Expand .travis.yml for coveralls, 5.20, helpers
      adds  69d5c1a   ignore these files
      adds  270f3e8   Update copyright statement
      adds  685ab92   normalize Changes file
      adds  c482936   normalize Changes header line according to 
CPAN::Changes::Spec
      adds  0fa2546   Add author test for Changes file
      adds  9cab3b6   Fix date format in Changes
      adds  2e1640a   Fix changes.t for missing interpolated variable
      adds  fb4df1e   Date format for CPAN::Changes::Spec
      adds  5a3ae67   Modulino-ize Makefile.PL, Phase 1
      adds  c6a990f   Die if we cannot load correct ExtUtils::MakeMaker
      adds  56427aa   More modernization of Makefile.PL
      adds  612f366   Most of the modernization of Makefile.PL
      adds  230007b   Update LICENSE file to include full license
      adds  f81c01d   "Depend on File::Spec::Functions"
      adds  d3aa5c6   Dist name from module
      adds  64fa007   clean up distdir
      adds  5925c1c   set a package
      adds  8f3f996   It's not bugtraker with no c
      adds  7ccd116   The new README.pod, fit for GitHub
      adds  77c2c90   Remove the old README (now README.pod)
      adds  7049839   Update MANIFEST
      adds  21f452c   Add MIN_PERL_VERSION
      adds  39dc052   Add MIN_PERL_VERSION
      adds  b042f89   Add Pod to all the Makefile.PLs
      adds  312d000   typo
      adds  de3d225   Add INSTALL.SKIP
      adds  e34bab5   Add INSTALL.SKIP
      adds  e43f5a3   Escape metachar in skip pattern
      adds  9f8e296   Update MANIFEST for INSTALL.SKIP
      adds  2ec745f   Fix whitespace in YAML: tabs no longer allowed
      adds  8c7c4e5   Add v5.22 to Travis, and run in container by turning off 
sudo
      adds  378d979   Add v5.22 to Travis, and run in container by turning off 
sudo
      adds  818b847   Update copyright date
      adds  3aa33e0   Use our() instead of use vars
      adds  0567eeb   We'll get VERSION from UNIVERSAL
      adds  3d3e7fc   Reformat braces
      adds  a9595b6   Whitespace
      adds  879aaf9   Whitespace and braces
      adds  6e6122d   Bump to dev version
      adds  c12c043   Braces
      adds  fb559aa   Don't inherit from Exporter
      adds  4c04932   Call the Exporter module from the instance
      adds  eb3294b   Make a dev version numeric
      adds  8b037fa   * for version 1.24_01
      adds  3fb7fb3   Add even core prereqs.
      adds  a82ecb1   Next dev version
      adds  a65dfa7   * for version 1.240_02
      adds  69f063a   Get rid of errant spaces in the strict prereq
      adds  7ca01c0   * for version 1.240_02
      adds  b72987f   remove the prereq test. I'll do that at release time.
      adds  2eb934c   bump the version to the next Dev
      adds  9e80a46   * for version 1.240_03
      adds  77b8dc4   Bump to stable version
      adds  bcd36bf   Add a sentence about the module
      adds  7e1f91d   * for version 1.241
      adds  49571e2   New upstream version 1.241
       new  911c3c6   Merge tag 'upstream/1.241'
       new  4c54487   Update debian/changelog
       new  c129d18   Update debian/upstream/metadata.
       new  644aa04   Update years of upstream copyright.
       new  8ef5e64   Drop debian/tests/pkg-perl/smoke-files.
       new  1aa47ba   Remove build dependency on libtest-prereq-perl.
       new  1530f65   Declare compliance with Debian Policy 3.9.8.
       new  92c74c7   Drop unneeded alternative build dependency on Test::More.
       new  4ff4ca5   releasing package libtest-data-perl version 1.241-1

The 9 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                           |  81 ++++++++++-------
 INSTALL.SKIP                      |   6 ++
 LICENSE                           | 178 +++++++++++++++++++++++++++++++++++++-
 MANIFEST                          |   5 +-
 META.json                         |  36 +++++---
 META.yml                          |  29 ++++---
 Makefile.PL                       | 120 +++++++++++++++++++++----
 README                            |  25 ------
 README.pod                        | 117 +++++++++++++++++++++++++
 debian/changelog                  |  15 +++-
 debian/control                    |  13 ++-
 debian/copyright                  |   2 +-
 debian/tests/pkg-perl/smoke-files |   2 -
 debian/upstream/metadata          |   4 +-
 lib/Test/Data.pm                  |  22 ++---
 lib/Test/Data/Array.pm            | 144 +++++++++++++-----------------
 lib/Test/Data/Function.pm         |  18 ++--
 lib/Test/Data/Hash.pm             |  18 ++--
 lib/Test/Data/Scalar.pm           |  93 +++++++-------------
 t/import.t                        |  37 ++++----
 t/load.t                          |   3 +-
 t/pod_coverage.t                  |  18 ++--
 t/prereq.t                        |   5 --
 t/scalar.t                        |  40 ++++-----
 xt/changes.t                      |   4 +
 25 files changed, 680 insertions(+), 355 deletions(-)
 create mode 100644 INSTALL.SKIP
 delete mode 100644 README
 create mode 100644 README.pod
 delete mode 100644 debian/tests/pkg-perl/smoke-files
 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/libtest-data-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