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

gregoa pushed a change to branch master
in repository libdigest-bcrypt-perl.

      from  85f03f1   releasing package libdigest-bcrypt-perl version 1.204-1
      adds  c9339e0   first commit
      adds  7d3e274   Real first commit
      adds  e191c5f   Add tests
      adds  3693212   Add the actual module
      adds  ff50ba7   Add documentation
      adds  511e40c   Don't be an idiot with dates
      adds  23f2361   Update .gitignore
      adds  2799cdc   Whitespace fixes
      adds  fb5318b   Add markdown readme
      adds  e71cba4   Links should go to metacpan
      adds  3f4b22b   Fix release date
      adds  ae2c67f   Clarify which module does all the work
      adds  b0fb944   Update Readme
      adds  f191b03   Improve error handling, minor documentation fixes
      adds  c8b2bdf   Add tests for improved error handling
      adds  2ab6ed0   Update changes and bump version ready for release
      adds  7f564c9   Create a META.json as well as a META.yml
      adds  2228cfa   Standardise error messages
      adds  5a3d20c   Re-organise order of methods so documentation reads better
      adds  c53bce6   Update changes ready for release.
      adds  fbbd13f   Remove errant whitespace
      adds  6a0372a   Update readme for GitHub
      adds  2e13a01   Change b64digest method to return a MIME compatible 
base64 string
      adds  6f28240   Clarify that bcrypt base64 isn't just a character swapped 
base64
      adds  bbd305d   Update tests to reflect changes to methods
      adds  c9516ad   Simplify and improve tests
      adds  f797013   Remove defined or operator to restore perl <5.10 
compatibility
      adds  75a7717   Update CHANGES ready for release
      adds  3e9dd5f   Update dist.ini ready for release
      adds  101d46b   Update GitHub readme
      adds  556842f   Add note to see also Data::Entropy::Algorithms
      adds  f2b8f13   Update readme for GitHub
      adds  d0c57b7   Bump version
      adds  35724fe   Update GitHub readme
      adds  1e78644   Add an extra test - just because I can.
      adds  f2ee704   Update dist.ini with my pluginbundle
      adds  e1fd35a   Fix some spacing
      adds  7bfe6ff   Add support for Travis CI
      adds  0127a4d   Update CHANGES
      adds  0b3fcf4   Actually put something in the Travis config file...
      adds  6e6f0f0   add travisCI badge to readme
      adds  8bdd15f   Reworded a bit of the POD. alphabetized functions. Moved 
POD to bottom. Alphabetized functions in POD.
      adds  f132cc2   Ordered the README.md after renaming it from 
README.markdown. Fixed some grammar
      adds  32fe8da   add gitattributes
      adds  68f61d7   testing updates, dzil updates
      adds  1e94f05   added TravisCI testing for more Perl versions
      adds  2e9751c   correction to dzil config file
      adds  b71e9ae   Fix the missing development deps for Travis
      adds  44595bf   fixed up release 1.200_001
      adds  331978a   Generated makefile from dzil
      adds  57ba381   added in the usual author tests and fixed a few minor 
things
      adds  27fd02c   fix notest option on cpanm
      adds  7e10641   fixed the remove Makefile before test hopefully
      adds  a3baef7   remove 5.8 from testing as some DZil modules can only be 
on 5.10+
      adds  a0f2887   released 1.201
      adds  081c2c4   version bump
      adds  b52b986   auto-committed by dist.ini
      adds  9428085   Added the parameters on new. hash or hashref.  Closes #1
      adds  6f5d184   documented the changes for ->new
      adds  deb1ec6   move cost and salt to an attributes section
      adds  da6013d   noted the move of the attributes
      adds  c067f77   version bump
      adds  2a2577a   auto-committed by dist.ini
      adds  917486a   Fixed test that errantly relied on Perl error messages
      adds  73e02d1   auto-committed by dist.ini
      adds  ce84e76   version bump
      adds  f3b3f0d   auto-committed by dist.ini
      adds  67ebe1a   got rid of Digest::base requirement since Digest is 
already required
      adds  1f988c6   Dzil-ified
      adds  fabc01e   fixed up TravisCI
      adds  919a204   Fixed a minor md issue
      adds  4bb0e71   version bump
      adds  996f180   add cpanfile. use [Starter] rather than [Basic]
      adds  97d8e49   update changes file
      adds  984cde7   Imported Upstream version 1.205
       new  c466c3d   Merge tag 'upstream/1.205'
       new  1d67549   Update debian/changelog
       new  e60389f   releasing package libdigest-bcrypt-perl version 1.205-1

The 3 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                               |   6 +-
 MANIFEST                              |  13 +-
 META.json                             | 483 +++++++++++++++++++++++++++++++++-
 META.yml                              | 362 ++++++++++++++++++++++++-
 Makefile.PL                           |  23 +-
 README                                | 185 +++++++++++++
 README.md                             | 199 --------------
 cpanfile                              |  27 ++
 debian/changelog                      |   7 +
 dist.ini                              |  69 ++---
 lib/Digest/Bcrypt.pm                  |   5 +-
 t/00-report-prereqs.dd                |  54 ++++
 t/00-report-prereqs.t                 | 183 +++++++++++++
 xt/author/00-compile.t                |  54 ++++
 xt/{release => author}/pod-coverage.t |   0
 xt/author/pod-spell.t                 |   2 +-
 xt/release/changes_has_content.t      |  41 +++
 xt/release/kwalitee.t                 |   9 +
 xt/release/pause-permissions.t        |  13 -
 19 files changed, 1453 insertions(+), 282 deletions(-)
 create mode 100644 README
 delete mode 100644 README.md
 create mode 100644 cpanfile
 create mode 100644 t/00-report-prereqs.dd
 create mode 100644 t/00-report-prereqs.t
 create mode 100644 xt/author/00-compile.t
 rename xt/{release => author}/pod-coverage.t (100%)
 create mode 100644 xt/release/changes_has_content.t
 create mode 100644 xt/release/kwalitee.t
 delete mode 100644 xt/release/pause-permissions.t

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdigest-bcrypt-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