1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331
|
Revision history for WWW-Shorten
3.094 2021-03-12
- Fixed up some documentation issues.
- No longer reference deprecated services in the docs.
3.093 2016-03-25
- lin.kz no longer exists, so WWW::Shorten::Linkz is deprecated
- added deprecation/removal notices in accordance with issue #8
- Folded ::Qurl into the deprecated modules
- Folded ::Qwer into the deprecated modules
- Temporarily hault live testing against TinyURL with ugly hack
- Bump Perl requirement to 5.8.1
3.092 2016-03-20
- Clear note about how to contribute other shorten services. Thanks, @ambs
- Updated shorten CLI app to add a lengthen option. #9
- Pared down the requirements
- re-release with GNU tar
3.091 2016-03-17
- Fixed typo on ::_dead (Thanks, @neilb)
- Add synopsis to ::_dead
- Cleaned up contributors, alphabetized
- Cleaned up the copyright and license confusion
3.090 2016-03-16
- changed to Dist::Zilla
- added author tests
- Cleaned up documentation
- Cleaned up Changes file
- added deprecation notices
- Cleaned up the Readme.md quite a bit
3.08 2015-12-15
- Dave Cross (DAVECROSS)
- added .gitignore
- fix some formatting
- Devel::Cover
- fix tinurl tests a bit
- Corrected INSTALL instructions
3.06 2014-09-15
- Dave Cross (DAVECROSS)
- removed metamark as it's dead
3.05 2014-05-06
- Dave Cross (DAVECROSS)
- Documentation typo
- TinyURL test fix
- added TravisCI
- Modernized Readme
3.04 2013-08-22
- Dave Cross (DAVECROSS)
- removed remnants of SnipURL
- finished moving shorl to a separate dist
- Config::Auto dep added
- default to supported service
- bin/shorten better examples
- (YAPPO)
- shorl POST verb
3.03 2012-04-06
- Dave Cross (DAVECROSS)
- License cleanup
- Added META.json
3.02 2010-12-06
- Dave Cross (DAVECROSS)
- bin/shorten: service choice is now smarter
- added MYMETA.yml to MANIFEST.SKIP
3.01 2010-12-06
- Dave Cross (DAVECROSS)
- bin/shorten: Default to using a service that we currently support
3.00 2010-01-20
- Dave Cross (DAVECROSS)
- shorl.com now uses POST verb
- removed ::Shorl in prep for a separate dist
2.06 2009-11-21
- Dave Cross (DAVECROSS)
- removed NotLong in prep for a separate dist
- Removed OneShortLink in prep for a separate dist
2.05 2009-09-18
- Dave Cross (DAVECROSS)
- finished up removing SnipURL
2.04 2009-09-08
- Dave Cross (DAVECROSS)
- Removed WWW::Shorten::SnipURL to prep for a separate dist
- Doc improvements
- added $DEFAULT_SERVICE
- removed a number of no longer in service modules
2.03 2009-03-19
- Dave Cross (DAVECROSS)
- fix tinyurl tests
- fix shorl tests
- remove signing from Build.PL
2.02 2009-02-02
- Dave Cross (DAVECROSS)
- fix perl 5.006 requirement
2.01 2008-06-30
- Dave Cross (DAVECROSS)
- build fixes
2.00 2008-06-28
- Dave Cross (DAVECROSS)
- mark tinylink as dead until we can fix the problem
1.100 2008-04-20
- Dave Cross (DAVECROSS)
- fixed tests for snipurl
1.99 2008-04-19
- Dave Cross (DAVECROSS)
- removed sample config for bin/shorten
- add script_files to Build.PL
1.98 2008-04-14
- Dave Cross (DAVECROSS)
- Added WWW::Shorten::LinkToolbot
- added tests for linktoolbot
- Switched to Build.PL
- Fixed ::Shorl to mimick their changes
- Fixed lots of documentation
- removed tinyclick.com support
- removed makeashorterlink.com support
- removed babyurl support
- manual versioning
- fixed email and copyright in docs
1.97 2005-10-10
- Dave Cross (DAVECROSS)
- Re-add support for 1sl.net
1.95 2005-05-24
- Dave Cross (DAVECROSS)
- skip broken lin.kz tests
- fix pod
1.94 2005-05-19
- Dave Cross (DAVECROSS)
- removed some dead services
- Fixed ::Shorl to accomodate their changes
- Removed v3 service
- Removed 1sl service
1.88 2004-10-30
- Dave Cross (DAVECROSS)
- Improve coverage in tests
- new test files
- removed some dead services
1.88 2004-10-25
- Dave Cross (DAVECROSS)
- Fix VERSION
- remove no strict 'refs'
- generate SIGNATURE
- fix tests
- fix regular expression
1.88 2004-10-24
- Dave Cross (DAVECROSS)
- Changed author info
- Get Version from tags
- Removed Changes file to get them from CVS
1.88 2003-11-12
- Iain Truskett (SPOON)
- Tidied up return values and authorship
- EkDk service removed.
- ShortLink service removed.
- qURL service removed
- TinyClick made their URLs slightly harder to find
- Test fixes
- Added OneShortLink, http://1sl.net/
- fix change in SmLnk ID scheme
- Mention CGI::Shorten
- Added links to search.cpan.org and backpan
- Use Class::Factory::Util to provide randomised selection
1.87 2003-09-07
- Iain Truskett (SPOON)
- Better abstract
- Added lin.kz
1.86 2003-09-02
- Iain Truskett (SPOON)
- Assorted documentation nit fixing
- Fixed Eric's email
- Added BabyURL.com
- Fixed wrong URL in docs.
- Removed trailing slash in deparse URL
- Added URLjr.com
1.85 2003-08-29
- Iain Truskett (SPOON)
- Added v3.net
1.84 2003-08-29
- Iain Truskett (SPOON)
- Fixed qURL documentation
- Added TinyLink.com support
- SmLnk.pm now uses the SmLnk API
- changed URL for shorlfilter
1.83 2003-08-26
- Iain Truskett (SPOON)
- Added qurl.net
- Mentioned shorlfilter.
1.82 2003-07-23
- Iain Truskett (SPOON)
- Removed Fcol support
- QuickOnes.org doesn't exist any more
- Now using RT.cpan.org
- Cleaned up some tests
- Unified version numbers
- Added ShortLink.us
1.5.8 2003-03-11
- Iain Truskett (SPOON)
- Improved tests
- Added BUGS section to all PODs
- shorten script souped up. Can now be configured
- shorten now configurable
- sample config file provided
1.5.7 2003-03-09
- Iain Truskett (SPOON)
- Modules return undef with any error
- MakeAShorterLink.pm has minor POD fixups.
- MASL now returns the original URL if it was too short.
- Added link to NotLong's comparison page to WWW::Shorten.
- Revised BUGS section of WWW::Shorten. Others will be done.
1.5.6 2003-03-05
- Iain Truskett (SPOON)
- Metamark uses POST rather than GET now.
- Ask mentioned in various bits.
- Added 'bin/shorten' to the manifest (it was left out)
- Added TinyClick.com
- Remove redundant tests
- Added Test::Pod
- Added SERVICES section
1.5.5 2003-01-07
- Iain Truskett (SPOON)
- Build chain fix
1.5.4 3003-01-07
- Iain Truskett (SPOON)
- Tests no longer use a dave.org in favor of perl.dellah.org
- AUTHORS list added.
- ChangeLog added
- Added Ask's Metamark service.
- Module::Build uses META.yml now rather than .yaml
- Smlnk test added
- SnipURL.com modified their API. Code updated.
- Added 'shorten'. A useful little program.
- Added Metamark and 'shorten' to the docs.
1.5.2 2002-11-01
- Iain Truskett (SPOON)
- Versions moved to x.yy, and aren't taken from CVS ids
- New tests added
- import() for WWW::Shorten simplified by shunting stuff to the base class.
- Added SmLnk.com
- Updated Shorten.pm to mention the EdDk, Fcol and SmLnk.
1.5.1 2002-10-29
- Iain Truskett (SPOON)
- Build.PL fix
- ::SnipURL $debug mode
1.5.0 2002-10-25
- Iain Truskett (SPOON)
- Moved to Module::Build
- SIGNATURE added.
- Default style is 'MakeAShorterLink'.
- THANKS section added.
- LICENSE AND COPYRIGHT section added.
- SnipURL.pm uses the API interface.
- Auxiliary files cleaned up.
- Basic tests added.
- Fcol.org and add.redir.ek.dk added.
- Tests for Fcol and EkDk added.
1.4.2 2002-09-21
- Iain Truskett (SPOON)
- Fixed a Makefile.PL problem
1.4.1 2002-09-21
- Iain Truskett (SPOON)
- ::SnipURL - Remove mention of ($url,$password) syntax
- Updated tests
- fixed scoping problems
1.4 2002-09-20
- Iain Truskett (SPOON)
- refactored WWW::Shorten::generic
- refactored masl
- Added NotLong, QuickOnes, SnipURL
- Refactored ::TinyURL to use the ::generic interface
- Added lots of tests
1.3.2 2002-09-16
- Iain Truskett (SPOON)
- Added bug report location
- Fixed Readme
- Fixed TinyURL
- Fixed MakeAShorterLink
- Fixed Shorl
1.3.1 2002-09-04
- Iain Truskett (SPOON)
- Fixed versioning
- Fixed Readme
- Added/updated documentation
1.2 2002-08-29
- Iain Truskett (SPOON)
- Original Release
|