[libtest-lwp-useragent-perl] annotated tag upstream/0.029 created (now 11079d1)

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Sat Aug 15 16:42:05 UTC 2015


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

kanashiro-guest pushed a change to annotated tag upstream/0.029
in repository libtest-lwp-useragent-perl.

        at  11079d1   (tag)
   tagging  d6149876e589b05d2c7120b7fd83eb7f6db6db51 (commit)
  replaces  upstream/0.025
 tagged by  Lucas Kanashiro
        on  Sat Aug 15 12:53:54 2015 -0300

- Log -----------------------------------------------------------------
Upstream version 0.029
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABCAAGBQJVz2CSAAoJEPgjonKYg8l89LMP/10T6q80gNa0EJ5SYhqY/QAc
qsMVtjR2VvrSeCIeUww4WniLq4rxGSatG86d4/dtqZKXOz1r4ilo1WlEoOrem/1A
sHSYgTjkUD9wAz0+F8finOxijvNuEaUtjwfrC/e82WIyIMZMdF0Xa+7U2rx8EvuD
dl4Hy8gGKxzc7X+1ERCUPTw6zOdvVpuezjnpfcQYT8a1STGcZ0Q3T5VQihayrQNv
jZa9Q2luVEfoa5LgE3uBUEisX2iKE3pkRjgd56EaCWsD9K1EkNmBJcW1UMRbtNxM
oj4P1AEmwEh4OlIXiekxnsD/jb9YBBPJZtp3syiyjYb5HAEA1B+EGS4kgxcpoPRc
mBc2xnGMC6GigKkR0aSPiVDEuPfhGKyGAW96dxv0mSngwTn5E1CTBkkdi3oCDtBp
yWLAAcJ4t+zNDTOSrXbktyRhrqeBToborJG9LVy3GqEWfmNWPUKr6hLptG6xPMSl
nhqIex93y8lfjurm4AYDci+7+l4TtB2RZNktmUUxxzazJA5jGvUZkqW0FefHt0Ez
cayIrEQbmZWndnQuXq1XTY43I4AmiI5r4fYUoJi7V84lRrXrhIOq0/n1spLxuVRo
uFW1oJL/TYJtp3oOSjqZWqjdFxyoCCxiJZnGteb18XGNABBbgwcE/7WMP5z89gqX
V/jO31RRlDq3fbbFAcVB
=T75Q
-----END PGP SIGNATURE-----

Karen Etheridge (272):
      Initial commit
      fix files that github added by default
      first version... tests work so far, but need lots more
      tests for coderefs and literal request matches
      move these reusable tests to a sub
      tests for instance methods vs. class methods
      fix release tests
      mst credit
      Test-Mock-LWP-UserAgent-ButAwesome-0.001
      fixed synopsis to set content for POST requests properly
      new() is overridden too
      remove unneeded comment
      changelog
      rename this lib
      make this abstract match the pod
      remove all mentions of "mock"
      split up copyright and licence sections
      remove hand-wringing about the bad name
      fix broken synopsis - at the moment, the $ua object must be swapped
      todo section in pod
      changelog re name
      Test::Deep 0.109 is broken for class methods (my fault!)
      fix .gitignore
      Test-LWP-UserAgent-0.002
      workaround for <5.10
      completely ignore todo.txt
      Test-LWP-UserAgent-0.003
      formatting of the "see also" links
      add email address to pod
      fix verification check on supplied HTTP::Response objects
      map_response takes a coderef for the response argument
      Test-LWP-UserAgent-0.004
      warn if response coderef does not produce a HTTP::Response
      sometimes unless is a little nicer
      test that coderefs for both matching request tests and responses are called correctly
      changelog for changes so far
      also support overloaded coderefs
      fix pod summary line
      add "provides" metadata
      might as well use eval instead of an explicit blessed()
      simplify response handling by only juggling one variable until the very end
      end-of-response cleanup handling
      dir to stash my notes in
      Test-LWP-UserAgent-0.005
      test more of the end-of-request handling in send_request
      rename this test for consistency
      add missing lib includes
      silly whitespace
      fix example to use the same domain consistently
      change this acknowledgement
      preliminary thoughts on adding PSGI support
      working code and tests.
      docs
      changelog
      Merge branch 'rfm/psgi' - domain => PSGI $app registrations
      add version to pod - need podweaver!
      whitespace
      Test-LWP-UserAgent-0.006-TRIAL
      tag name should also include -TRIAL
      typo in config parameter
      specify a minimum perl version in metadata
      better specification of vim swap files
      commit a README.md for github from pod and keep it current each build
      a bit of pod cleanup, after looking at generated markdown
      todo feature: use the real network, but still be able to test what was sent/received
      call "begin" progress indicator, like real send_request()
      fixing some more pod errors
      more documentation cleanup
      cleanup of psgi feature, for stable release; thanks mst for feedback
      bump version in pod
      Test-LWP-UserAgent-0.007
      use bullets on item lists
      use PodWeaver for NAME, VERSION, AUTHOR, COPYRIGHT and LICENSE sections
      Better handling of invalid arguments and deaths
      'network_fallback' and 'map_network_response' features
      confirm that redirects still work
      last_useragent
      these values can be gotten from last_useragent now
      can just test these with refaddr
      remove unneeded lib
      allow map_response($str_obj_overload, ...)
      fix masking of existing mappings on same object
      also test masking mappings with str overloads
      I will never do this; stop mentioning it
      Test-LWP-UserAgent-0.008
      document why we don't call ::request instead
      LWP::UserAgent::_new_response before 6.00 did not take a content argument
      Test-LWP-UserAgent-0.009
      slight doc wording improvements
      fix pod link error
      include instructions for swapping the useragent with XML::Compile::SOAP
      remove some uses of eval{} by using Safe::Isa
      clean namespace after importing
      more accurate warning message
      Test-LWP-UserAgent-0.010
      some additional network_fallback tests
      avoid LWP::UA carping about network_fallback - closes #001
      Merge branch 'rfm/constructor_flags'
      this namespace is registered and it is mine
      better wording of this change
      better logic for coderef detection - no more evals
      Test-LWP-UserAgent-0.011
      remove ENV check - [ExtraTests] adds this automatically
      this is actually a BeforeRelease check, not a test injector
      change version detection regexp to be consistent with [Git::Tag] format
      documentation tweaks
      LWP::Protocol::PSGI is another way to do PSGI message hijacking
      whitespacing for clarifying order of operations
      Pod::Markdown has changed its handling of lists
      initial draft of article for the 2012 Perl Advent Calendar
      avoid shipping the advent text, until it is published
      fleshed-out examples as used in the advent calendar
      a detailed example of some unit tests for a client library
      changelog for examples/
      Merge branch 'rfm/advent_2012'
      disabling broken plugin [Test::Pod::LinkCheck]
      Test-LWP-UserAgent-0.012
      fix link in pod
      SUPPORT in pod
      move MyApp::Client into its own file; solve s/$useragent/$self->useragent/ in client code
      link to Perl Advent Calendar entry
      Test-LWP-UserAgent-0.013
      oops, got the wrong link syntax
      Test-LWP-UserAgent-0.014
      spell out this word
      explicitly note we do not monkeypatch
      remove needless code in pod
      remove duplicate entry
      tighten up these entries
      spelling
      remove duplicate sub declaration
      add tests for spelling in pod
      use strings rather than numbers for port numbers, http responses
      check for all variants of timeouts in this example
      this plugin does nothing when no options are passed
      explain why this is not enabled
      support dispatching on $mapped_response->request($request)
      no longer rewrite xt/* to t/*_ - but "dzil test --release" still works as before
      Test-LWP-UserAgent-0.015
      no need to run release tests twice at release time
      set the homepage to metacpan, not github
      use new bail_out_on_fail feature (no-op if plugin version is too old)
      remove sub prototypes that add no value (i.e. all of them)
      I pass all current Kwalitee tests (Module::CPANTS::Analyse 0.87), hooray!
      follow naming convention for all tests
      really fix use of naming convention
      fix homepage
      commit the LICENSE for github visibility
      LICENSE via build
      ensure that we never index modules created for testing
      now carping instead of warning
      also fail, and BAIL_OUT, on compilation failures
      make sure we work on perl 5.8.8
      use strings rather than numbers for port numbers, http responses -- in everywhere I missed the first time
      use single quotes whenever interpolation is not needed
      ensure that all inserted code is run with strict and warnings
      allow LICENSE content to change between releases
      fix RT links
      do not allow the releaser to opt out of this test
      dist abstract automatically extracted from main module
      now that metacpan makes examples more prominent, include the advent article too (to go with the examples)
      pass along extra requests when performing real network hit
      handle extra args for internal mappings
      changelog
      explain what these tests are doing
      Merge branch 'topic/fix_mirror'
      Test-LWP-UserAgent-0.016
      avoid silent-but-deadly error when returning undef as a scalarref in the collector sub
      Test-LWP-UserAgent-0.017
      with hash randomization, $canonical is now necessary
      Test-LWP-UserAgent-0.018
      fix changelog entry
      link to Mike's blog
      link to Plack::Test::*
      better wording
      convert to my brand new author pluginbundle!
      specify stopwords in pod
      add more stopwords, after moving aside ~/.aspell.en.pws
      make use of Encoding podweaver plugin
      better way of checking if re.pm is new enough
      use the same variable name everywhere
      switch to using bulleted lists in SEE ALSO
      use instance-based examples, to make it more clear that there is no monkeypatching (RT#86830)
      move some examples out to a separate file and more doc rewording
      remove unneeded entries
      rename this example test
      I am no longer working at AirG
      depend on latest version of pluginbundle
      the syntax used in t/00-compile.t confuses Test::Kwalitee::Extra
      Test-LWP-UserAgent-0.019
      http://example.com no longer returns a 302 response - switch to older iana.org URL
      convert all uses of Test::NoWarnings, Test::Warn to Test::Warnings
      set copyright year to when I first released
      ensure our example scripts keep working
      TK is now included by the pluginbundle
      add missing develop prereq for Test::CleanNamespaces
      do not let warnings kill an install
      add missing develop prereq, used in testing
      add contributors to metadata and pod
      make spelling tests pass with new spelling corpus
      bump bundle prereq to latest
      new CONTRIBUTING file
      Git::CheckFor::MergeConflicts has broken encoding handling
      Test-LWP-UserAgent-0.020
      add develop prereq used in examples/
      skip tests when prereqs used in examples/ are not installed
      Test-LWP-UserAgent-0.021
      this example uses //
      Test-LWP-UserAgent-0.022
      use head2 for methods, so they show up in the table of contents
      canonicalize timestamps; remove ego lines
      add vim modeline
      tighten up entries
      issues with [Git::CheckFor::MergeConflicts] have been resolved
      [@Default] version 4 now contains [-SingleEncoding]
      use Path::Tiny->tempfile instead of Test::TempDir
      remove unneeded use of Class::Load
      Test-LWP-UserAgent-0.023
      switch to using the [Test::CleanNamespaces] plugin
      remove unnecessary plugin
      tighter entries
      add irc channel and mailing list info to metadata
      capitalize abstract
      add keywords to distribution metadata
      bump Test::Warning prereq to get a more complete :no_end_test implementation
      also respect NO_NETWORK_TESTING for author-specific network tests
      convert from JSON to JSON::MaybeXS
      minor wording improvement in docs
      URI 1.62 removes use of \C in regexes, giving a deprecation warning in 5.21.2 (RT#96941)
      generate the tests of the examples
      Use =head2 for these items too, so they show up in the table of contents
      Test-LWP-UserAgent-0.024
      fix "You tried to plan twice"
      Test-LWP-UserAgent-0.025
      add a placeholder .mailmap
      now using [Git::Contributors]
      shorter pod lists
      preserve whitespace in inserted Makefile.PL lines
      declare a minimum perl prerequisite
      more external references
      report the versions of modules used in optional tests
      require at least 0.009 for proper END block sanity
      more precise skip_all messages re optional tests
      the files are encoded when written to disk, so the content must be decoded when we provide it
      Test-LWP-UserAgent-0.026
      also run network tests if AUTOMATED_TESTING is set
      Merge pull request #2 from tomhukins/chained_method_calls
      amend docs - these methods can be called as class methods
      more descriptive test names
      remove undesired test prereq
      also allow chaining for map_network_response, unmap_all
      changelog for method chaining
      at long last, drop the use of fatal warnings in tests
      move advent document into a subdir so it is not installed as Test::LWP::advent_2012
      Test-LWP-UserAgent-0.027
      increment $VERSION after release
      whitespace around $VERSION declaration
      avoid older bundle that uses [PkgVersion]
      we want to commit a TODO file
      [Test::CleanNamespaces] is now provided by my plugin bundle
      fix vim modeline
      ensure it is not possible to release without running all tests
      decode utf8 during all file reads
      also report the installed versions of some networking modules (see RT#102204)
      also upgrade IO::Socket::IP in case this is relevant - see RT#103423
      Test-LWP-UserAgent-0.028
      increment $VERSION after release
      hardcode the distribution name in Changes, to reduce churn on each release
      soften this conditional requirement; we do not use SSL anywhere in tests
      augment .mailmap with a more pinpointed link
      some smokers are not setting NO_NETWORK_TESTING, and are sending me FAILs due to no network connectivity
      Test-LWP-UserAgent-0.029

Lucas Kanashiro (1):
      Imported Upstream version 0.029

Tom Hukins (2):
      Support chained method calls
      Documentation for 9afdb396197ec

-----------------------------------------------------------------------

No new revisions were added by this update.

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



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