-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for a constructor argument to override the default user-agent provided by the module when handling remote documents. Add patch provided by Dave Gray ([email protected]) for properly setting request headers when handling remote documents. Update associated documentation, fix some minor POD issues, update Changelog with changes, Prepare to tag version 3958
- Loading branch information
Showing
3 changed files
with
28 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -204,3 +204,9 @@ | |
- Resolves improper !important rule handling | ||
- Adds test for validating proper !important rule handling | ||
* Update copyright to 2015 throughout project | ||
|
||
3958 2015-05-29 Kevin Kamel <[email protected]> | ||
* Add support for an agent string argument for the remote fetching of documents | ||
* Add patch provided by Dave Gray ([email protected]) | ||
- Adds proper headers for remote fetching of files | ||
* Fix issues within pod documentation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters