[libtest-spelling-perl] branch master updated (612d845 -> e9164e9)

gregor herrmann gregoa at debian.org
Sat Oct 18 17:17:40 UTC 2014


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

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

      from  612d845   update changelog
       new  3a1425d   Add debian/upstream/metadata
       new  84e5a3f   Update debian/changelog
      adds  c1054cd   gitignore
      adds  2fa8464   initial import of Test-Spelling 0.10 from CPAN
      adds  54af14d   import Test-Spelling 0.11 from CPAN
      adds  8f3abd1   Merge remote branch 'gitpan/master'
      adds  c6a2465   Stop versioning MANIFEST and META.yml
      adds  9635599   Switch to Module::Install
      adds  17c31d1   Note our maintainership
      adds  437f5ba   Remove VERSION from POD
      adds  7df8aaf   Remove call to Test::Builder->exported_to
      adds  659e000   Remove "helpful" call to Test::Builder->plan
      adds  65db7b7   Use Exporter instead of reinventing it
      adds  27288c0   Fix a doc typo I just made :)
      adds  d25c546   Remove unused $Pipe_err
      adds  f42e47e   Kill EOL whitespace
      adds  9897ed8   Use a lexical for the tempfile so it's reliably cleaned up [rt.cpan.org #41586]
      adds  45f7e77   Correct the aspell suggestion [rt.cpan.org #28967]
      adds  56e7ad3   Support for filtering certain pod files, set_pod_file_filter [rt.cpan.org #63755]
      adds  2c7615c   Use a lexical filehandle instead of global for spell cmd
      adds  47897fe   Factor out an invalid_words_in function
      adds  8820b5c   Fix a mistaken inversion from a refactor
      adds  112f0ae   Use another lexical filehandle instead of a local *DH
      adds  31fca52   Tidy
      adds  c266e00   More substantial cleanup
      adds  39cd8b1   Add .plx to pod spell tests (you're welcome Schwern)
      adds  5cb226b   Better .plx doc
      adds  925d143   Try various spellcheck commands [rt.cpan.org #56483]
      adds  ed59bb5   Use IPC::Open2 to avoid File::Temp and shell interpolation
      adds  44f99a6   IPC::Open3 deals with exec errors better
      adds  9a30b0c   hunspell needs -l just like ispell
      adds  85da2b6   has_working_spellchecker and skip_all if there is none
      adds  6b513f7   Take a pass at improving the entire documentation
      adds  0692fe9   Regenerate README from perldoc -tT
      adds  395b100   Changes
      adds  0a6badb   $FILE_FILTER is a "global" so uppercase it
      adds  fa7192a   Don't even bother declaring a dep on Test::More
      adds  a803073   $TEST is global too
      adds  24a74b4   Don't duplicate the example all_pod_files_spelling_ok
      adds  d95d337   Make alternatives checking more robust by reading the spellchecker's STDERR
      adds  80d948c   0.13
      adds  9224d06   Copy each stopword to avoid modifying readonly values
      adds  07ea769   Regenerate README
      adds  9622f80   0.14 and its Changes
      adds  7d82842   Dist improvements
      adds  26afcde   gitignore
      adds  8bf7f39   Add a pod-spell.t (haha)
      adds  c3b98df   Use the same $filename/$testname pattern
      adds  123ee0b   Use fewer TESTNAME/FILENAMEs
      adds  b09524b   stopwords -> stop wards
      adds  b211dd4   Fix an actual typo caught by the self-test :)
      adds  1768d7a   Add stop words for this dist
      adds  6aad366   Basic tests
      adds  0d5b5e7   Confirm that adding a stopword works
      adds  2b22c86   0.15 and its Changes
      adds  6e85867   gitignore built dists
      adds  5bee432   Allow the use of different POD parsers instead of Pod::Spell
      adds  7d40b32   Merge pull request #1 from bestpractical/set-pod-parser
      adds  bb442dd   "is-a" instead of "isa" to avoid tripping a misspelling
      adds  d5e1a48   Adjust my email address
      adds  1265114   0.16 and Changes
      adds  7116b3a   Test functionality with fake spell checkers
      adds  8a1d2c8   Switch to IPC::Run3 for simplicity and portability
      adds  f320db7   Merge pull request #2 from rwstauner/fake_checker
      adds  24df68d   0.17 and its Changes
      adds  5d9a740   Need new Pod::Spell for each file
      adds  26e0a71   Lower case stopwords should match any case error
      adds  03ae938   Merge pull request #5 from dagolden/topic/fix-stopword-bugs
      adds  edf141d   Diag which spellchecker you've got
      adds  dca1f9c   0.18 and its changes
      adds  e998a74   increase test level so file/line number is correct for failing tests
      adds  08d4b90   Merge pull request #4 from karenetheridge/topic/test_level
      adds  a62f209   Have these modules return true values
      adds  ab11bc3   Note Karen's branch
      adds  93969cf   RT#84869 - avoid using user's aspell dictionary (~/.aspell.en.pws)
      adds  56e123b   Merge pull request #6 from karenetheridge/topic/no_local_dict
      adds  047803b   0.19 and finalizing Changes
      adds  5c89e54   Fix rt #
      adds  655b00d   Add a sorted wordcount to the bottom of all_pod_files_spelling_ok
      adds  e9a2a7b   Merge pull request #7 from kentfredric/master
      adds  27fe1c0   0.20
      adds  88eb657   Imported Upstream version 0.20
       new  5bc6f96   Merge tag 'upstream/0.20'
       new  e93d297   Update debian/changelog
       new  bf1f5fd   Update years of packaging copyright.
       new  013db7d   Declare compliance with Debian Policy 3.9.6.
       new  d31300d   cme: reformat debian/control
       new  e706ccb   Mark package as autopkgtest-able.
       new  e9164e9   releasing package libtest-spelling-perl version 0.20-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:
 .prove                           | 72 ----------------------------------------
 Changes                          |  7 +++-
 MANIFEST                         |  1 -
 META.yml                         |  2 +-
 debian/changelog                 | 11 ++++--
 debian/control                   |  7 ++--
 debian/copyright                 |  2 +-
 debian/upstream/metadata         |  5 +++
 inc/Module/Install/GithubMeta.pm |  5 +--
 lib/Test/Spelling.pm             | 20 +++++++++--
 10 files changed, 47 insertions(+), 85 deletions(-)
 delete mode 100644 .prove
 create mode 100644 debian/upstream/metadata

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



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