[libtie-cycle-perl] branch master updated (aed32f5 -> 640b4cc)

gregor herrmann gregoa at debian.org
Fri Oct 17 20:01:18 UTC 2014


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

gregoa pushed a change to branch master
in repository libtie-cycle-perl.

      from  aed32f5   update changelog
       new  d07d102   Add debian/upstream/metadata
      adds  7f4e55e   Initial revision
      adds  12336a8   * added reset(), next(), and previous() mehtods for the underlying object.
      adds  ae25d4e   * fixed small POD bummer identified by Andy Lester. The line before the DESCRIPTION line was not blank, so the POD parser didn't parse it correctly
      adds  7ac530d   * ignore these files
      adds  5b72b5d   removed our(), so any version of Perl can use this.  perl5.8 warns about 'require 5.6.0' because it does not like v strings
      adds  03eb057   * added MAN3PODS section
      adds  56a25b3   * config info for release utility
      adds  98a54f1   * added clean section
      adds  c98fe0d   * use Test::More instead of test.pl
      adds  5ea694c   * don't put these in MANIFEST
      adds  8299a01   * use Test::More instead
      adds  7d9cb44   * added PREREQ_PM
      adds  cf05ae7   * removed test.pl because I am using Test::More now
      adds  0169b52   * get VERSION from CVS revision
      adds  eba872f   * for version 1.05
      adds  99e67cc   * a couple of pod fix ups
      adds  7bd3ba7   * for version 1.06
      adds  90e5384   * put right SourceForge group id in there
      adds  05e77a0   Fixed indents
      adds  4f21cdd   New way to do pod.t
      adds  4769a2a   Removed File::Find::Rule, Test::Pod and Test::Manifest dependencies
      adds  8e63e29   ignore blibdirs
      adds  4c2cb1b   Gratuitous change
      adds  ce5d8b7   Releasing 1.07
      adds  00a5a95   * updated link to Sourceforge (not https\!)
      adds  0a2727c   * yes, i really want to use this
      adds  900991a   * this use to be 00.load.t
      adds  7e24dd5   * added CVS keyword
      adds  3d7309d   * Added standard README file
      adds  b3b3259   * use Test::Manifest if it is around, so include test_manifest in the distro
      adds  b88b243   * for version 1.09
      adds  039d6c5   * Removed restriction that said arrays had to have more than one element.  In some cases we can't control that, and it's a stupid requirement anyway.
      adds  5d106ae   * ignore new MakeMaker artifacts
      adds  6d732ca   * Updated docs to note removal of size restriction on input array
      adds  dbc240a   * for version 1.11
      adds  402bc92   * add POD coverage tests
      adds  8fd410b   * for version 1.12
      adds  5da3827   * Cleaned up the docs, updated the copyright
      adds  4e41fa4   * for version 1.13
      adds  ddf86a6   * for version 1.14
      adds  8022ac7   * updated for copyright and license
      adds  fea1aaf   add examples directory
      adds  0dc0e74   * cleaning dist for new SVN repo
      adds  f99e17e   * for version 1.15
      adds  abae85a   * distro cleanups after moving to svn from cvs
      adds  b7f9c9e   * for version 1.16
      adds  e4c8186   * Added Distribution::Guess::BuildSystem
      adds  d3dad3b   * Moved to Github * Reformatted Changes file * No code changes
      adds  dafadb7   * Ignore these files
      adds  598693c   * for version 1.17
      adds  81a59cf   Added /Users/brian/Dev/tie-cycle/.travis.yml
      adds  2dcf3b6   Update tests for modern Test::More, no CVS
      adds  019eb68   Move module file to usual location
      adds  ebbbaad   Ignore META files
      adds  a5efd70   Update MANIFEST
      adds  b332a51   Update Makefile.PL for modern usage
      adds  4df7a26   repository metadata fix
      adds  95ebed9   Merge pull request #1 from dsteinbrunner/patch-1
      adds  fccd265   Merge branch 'master' of github.com:briandfoy/tie-cycle
      adds  b928901   Fix syntax error in Makefile.PL
      adds  8609e16   * for version 1.19
      adds  e96cff8   Update README
      adds  a162f4c   Take out // 5.10 feature
      adds  96df4ef   * for version 1.19_01
      adds  2157097   Update manifest handling with defaults
      adds  87553e6   Remove CVS tag
      adds  a651af4   Exclude gitignore and distro file
      adds  6922bb0   Install Perl helpers for Travis
      adds  6e2a65a   Use TEST_ and CONFIGURE_ requires
      adds  e85a8ee   Bump version
      adds  f68ad2b   * for version 1.21
      adds  371cfaa   Imported Upstream version 1.21
       new  7742fe0   Merge tag 'upstream/1.21'
       new  cdaa5ac   Update debian/changelog
       new  47f58b2   Update years of packaging copyright.
       new  cb61cbf   Declare compliance with Debian Policy 3.9.6.
       new  da749a6   Mark package as autopkgtest-able.
       new  640b4cc   releasing package libtie-cycle-perl version 1.21-1

The 7 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                  |  7 ++++++
 MANIFEST                 |  5 ++--
 MANIFEST.SKIP            | 64 ++++++++++++++++++++++++++++++++++++++++++++++++
 META.json                | 26 ++++++++++++++++++--
 META.yml                 | 12 ++++++---
 MYMETA.json              | 30 -----------------------
 MYMETA.yml               | 19 --------------
 Makefile.PL              | 17 +++++++++----
 README                   |  8 +++---
 debian/changelog         | 10 ++++++--
 debian/control           |  3 ++-
 debian/copyright         |  2 +-
 debian/upstream/metadata |  6 +++++
 lib/Tie/Cycle.pm         | 11 +++++++--
 t/test_manifest          |  3 +--
 15 files changed, 148 insertions(+), 75 deletions(-)
 create mode 100644 MANIFEST.SKIP
 delete mode 100644 MYMETA.json
 delete mode 100644 MYMETA.yml
 create mode 100644 debian/upstream/metadata

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



More information about the Pkg-perl-cvs-commits mailing list