HTTPie is a command line HTTP client. Its goal is to make CLI interaction with
web services as human-friendly as possible. It provides a simple http command
that allows for sending arbitrary HTTP requests using a simple and natural
syntax, and displays colorized responses. HTTPie can be used for testing,
debugging, and generally interacting with HTTP servers.
Upstream changes:
Thu May 29 2014 Jeff Fearn <Jeff.Fearn@gmail.com>
Release 5.4
Do not escape CDATA content.
Tue May 27 2014 Jeff Fearn <Jeff.Fearn@gmail.com>
Release 5.3
Fix CDATA not being printed properly by as_XML. RT #95970
Fix Devel::Cover declared as build_requires but not used RT #93155
Fix XML::Catalog version number mismatch. RT #93154
Mon Dec 9 2013 Jeff Fearn <Jeff.Fearn@gmail.com>
Release 5.2
Fix local path resolution. RT #90464
Upstream changes:
- 1.12.B55J2qn Thu May 5 19:02:52:49 2011
* made "1.0" float binarize as float again, rather than just "1" int
* cleaned up POD && fixed EXPORTED CONSTANTS heads blocking together
- 1.10.B52FpLx Mon May 2 15:51:21:59 2011
* added tests for undefined non-standard XML declaration to suppress
warnings
- 1.8.B2AMvdl Thu Feb 10 22:57:39:47 2011
* aligned .t code
* added test for newline before -r to try to resolve:
HTTPS://RT.CPAN.Org/Ticket/Display.html?id=65471 (Thanks, Leandro.)
* fixed off-by-one error when new gets a readable (non-newline)
filename (that's not "filename" without a pre-'filename' param) to
resolve: HTTPS://RT.CPAN.Org/Ticket/Display.html?id=65151 (Thanks,
Simone.)
Updated databases/ruby-tiny_tds to 0.6.2nb1
Updated devel/ruby-shoulda-context to 1.2.1nb1
Updated devel/ruby-shoulda-matchers to 2.6.1nb1
Updated meta-pkgs/ruby-shoulda to 3.5.0nb1
Updated security/ruby-openid to 0.0.1nb1
Updated security/ruby-rack-openid 1.4.2nb1
Updated security/ruby-ruby-openid to 2.5.0nb1
Updated sysutils/ruby-childprocess to 0.5.3nb1
Updated textproc/ruby-xpath to 2.0.0nb1
Updated www/ruby-websocket to 1.1.4nb1
Upstream changes:
0.10 2014-02-03 17:17:57Z
- temporarily revert change that cleaned namespaces (0.09), until the
logic is cleaned up in MooseX::Types itself
0.09 2014-02-03 02:16:30Z
- Require perl 5.8.3, as Moose does
- canonical repository moved to github moose organization
Add missing DEPENDS
Upstream changes:
1.71 2014-06-21
- This release is based on version 2014e of the Olson database. This release
includes contemporary changes for Egypt and Morocco.
1.70 2014-06-01
- Unset $ENV{TZ} in t/04local..t test to avoid interference from
system. Reported by Mark Gardner. RT #96083.
- This release is based on version 2014d of the IANA database, but there are
no data changes from 2014c.
* Optional features required versions now builtin
* Updated copyright to 2014
* Prefer Data::Peek over Data::Dumper
* Support (and prefer) Spreadsheet::ParseXLSX for .xlsx
* Store CSV parse error - if any - in $ss->[0]{error}
* Link xlsgrep during install
* Added xlsgrep to examples
* Allow -C B,D for xlscat
* More prominent reference to xlscat in docs
* /dev/null cannot be used for tests on Windows
* Improve documentation consistency (RT#80409)
* Updated copyright to 2013
* Force old(er) tar format (ustar) - assumes GNU tar on release box
* Fix yml/json optional_features
* Install utilities from example by default
* Several minor changes (for maint)
* Note that empty sheets are skipped when clip is true (RT#75277)
* Allow undef as valid value for the options (Max Maischein)
* Don't generate warnings when stripping whitespace and only
generating one of cells or rc. (Max Maschein)
* Fix test warning under perl-5.17.x
* Updated copyright to 2012
* Support passing attributes to the underlying parser
* Do not strip fields in sheets with no cells at all (RT#74976)
* Remove SvREFCNT_dec_NN until it can be implemented
properly.
(Thanks to bulk88 for reporting GH #10)
* Fix GH #11 - compiler warning under clang
(Thanks to jhi for reporting it)
* Fix GH #12 - compiler warnings
(Thanks to jhi for reporting it)
* Add support for HeUTF8
* Add GetFileContents() to retrieve the contents of the
ppport.h file
* Update MAX_VER to be 5.20
* Update issue tracker to GitHub
* Add support for the following API
SvREFCNT_dec_NN
mg_findext
sv_unmagicext
* Update META
Move bug tracker to github
Provide link to repository
* Avoid syntax disallowed by C++11
(Thanks to Tony C for the patch)
* Fix cpan #87870: Merge core perl commit 90b0dc0e2e
(Thanks to Father Chrysostomos for the original patch and
to Steve Hay for forwarding it)
* Fix cpan #86975: Deterministically order API elements in POD
(Thanks to Karl Williamson for providing a patch.)
* Fix cpan #81796: my $_ is deprecated
(Thanks to Nicholas Clark for providing a patch)
* Fix cpan #81484: fix isASCII and isCNTRL for inputs > 255
(Thanks to Karl Williamson for providing a patch)
* Fix cpan #80314: make use of PERL_NO_GET_CONTEXT the default
* Fix cpan #79814: Install to 'site' for perl 5.11+
(Thanks to Robert Sedlacek for providing a patch)
* Fix cpan #78271: Need SvPV_nomg_nolen
* Adapt buildperl.pl for newer Perl releases
* Update masked_versions regex for 5.005 thread builds
* Some tweaks needed to support 5.003 on 64-bit platforms
The script serves several purposes. Chief of them:
1. Fast track for those who just want to build their 1000 packages
and do not want to bother with optimizations.
2. Fast track for those who want to understand how pbulk is supposed
to be set up.
Because it serves as a documentation (providing working setup at the same time),
a lot of features are intentionally left out.
CHANGELOG:
2.2.1
-------
* Provide MINIMAL pragmas for `MonadState`, `MonadWriter`, `MonadReader`
* Added a cyclic definition of `ask` in terms of `reader` for consistency with `get`/`put` vs. `state` and `tell` vs. `writer`
* Fix deprecation warnings caused by `transformers` 0.4 deprecating `ErrorT`.
* Added `Control.Monad.Except` in the style of the other `mtl` re-export modules
- Clarified use of 'file' for the 'provides' field in the Spec
- Added ability for CPAN::Meta::Converter to convert metadata fragments
(incomplete portions of a metadata structure)
- Optimized internal use of JSON for datastructure cloning
- Removed dependency on List::Util 1.33
- Clarified language around 'dynamic_config' in the Spec
- A change to the default meta-spec URL in 2.140630 from search.cpan.org
to metacpan.org broke Module::Build and ExtUtils::MakeMaker. This
reverts that change. Also added the missing change note to the prior
version.
- Default meta-spec URL points to metacpan.org instead of search.cpan.org
- Added a 'load_string' method that guesses whether the string
is YAML or JSON
- updated Makefile.PL logic to support PERL_NO_HIGHLANDER
- Better fix than 2.123. On old perls, rather than install into
'core', we continue to install into the proper 'site' library,
but force UNINST=1 when necessary to remove stale copies
from ExtUtils::MakeMaker
- On Perls prior to v5.12, CPAN::Meta::Requirements will be installed
into the 'core' library path to avoid an older version bundled with
ExtUtils::MakeMaker and installed there taking precedence.
- Native Android build fixes
- More lenient syntax for embedded TYPEMAP blocks in XS:
a trailing semicolon will not be required for the block
terminator.
- Code cleanup.
* CPAN #72458: Add 'all' export
(thanks to Milan Kocian for providing a patch)
* CPAN #79821: Install to 'site' for perl 5.11+
(thanks to Robert Sedlacek for providing a patch)
* CPAN #86736: Fix spelling of IPC_CREAT
* CPAN #78882: Document SIZE parameter of IPC::SharedMem->new()
* CPAN #78927: Fix spelling of 'nattch'
Fixed a bug in the scripts used to extract data from spreadsheets
that prevented the SHP currency code from being found. RT 94229
Fixed a problem that was preventing rename_* functions to not work.
RT 92680.
Fixed the pod test files so that pod tests won't get run at install
time. In response to RT 91167.
The alias_code function exists for backward compatibility. It has been
deprecated since version 3.20 when it was replaced by rename_country_code.
The alias_code function will be removed in the December 2014 release.
ISO 3166 is now browsable online (previously, only the alpha-2 codes were)
and it contains more accurate information than the previous sources, so
I've switched to using the full standard. In response to RT 92303 which
reported some codes being 'retired' that should not have been.