HTML-TagReader

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


==========
0.50 Wed Oct 23 22:15:09 CEST 2002
     - added tr_imgaddsize
     - Interface change: In an array context one more element is
       returned. This is the column position on the line where the
       Tag starts.

0.51 Fri Oct 25 21:08:57 MET DST 2002
     - IO:Handle requires that the file descriptor is flushed before closing
       otherwise you can loose data when writing. Somehow the close does 
       not seem to flush correctly. I don't know if this is a bug in perl.

0.52 Mon Fri Dec  6 21:58:19 CET 2002
     - check in makefile for Image::Size
     - help text of tr_staticssi updated
     - tr_staticssi: -d optional

0.53 Wed Feb 26 20:45:43 CET 2003
     - updated readme
     - update tr_mvllnk, do not die in case of syntax error in expression

1.00 Fri Mar  7 19:35:04 MET 2003
     This is now a pretty stable software so we can set it to
     version 1.00
     - updated tr_blck: incorrect handling of empty links
     - disable use of locale
     - updated TagReader.xs for c++ compatibility
     - pod sections updated to fix syntax errors

1.01 Thu Jul  3 21:46:21 CEST 2003
     - tr_delfont added

1.02 Sat Jul 19 15:38:35 CEST 2003
     - wrong tagtype if tag contained numbers such as e.g <h2>

1.03 Sun Jul 20 15:29:19 CEST 2003
     - more test cases

1.04 Sun Aug  3 04:23:40 CEST 2003
     - make it compile under windows

1.05 Sat Aug 16 04:37:04 CEST 2003
     - TagReader.xs updated to print warning about too long tag only once
     - spelling errors in sample scripts updated
     - new flag for verbosity introduced in sample scripts

1.06 Tue Oct  8 06:14:14 CEST 2003
    - tr_delfont updated
    - bugfix in tr_imgaddsize

1.07 Sat Jul 31 23:45:41 CEST 2004
    - ERROR: filename must be a string scalar at ... was printed in some cases even
      if a scalar was provided.

1.08 Sun Aug 22 19:01:44 CEST 2004
    - add url decoding as suggested by Gerrit Renker

1.09 Sun Oct  3 17:29:51 CEST 2004
    - improved flattenpath subroutine in tr_llnk
    - setenv QUERY_STRING in tr_staticssi

1.10 Wed Dec  7 19:25:06 CET 2005
    - man-page editorial update

1.11 Fri Sep  9 12:00:12 EDT 2016
    - fix bug in tr_blck (stripping a dot off ".." in links to anchors)

1.12 Sun Nov 15 10:19:13 EST 2020
    - removed compiler warning
    - allow bigger tags (e.g for <img src= alt= title= > type of tags)
    - re-designed tr_httpcheck

1.13 Thu Nov 19 13:42:02 EST 2020
    - HTML::TagReader->new_from_iofh() to allow working with existing filehandles or strings
      read via a filehandle
    - restructure tr_httpcheck
    - more tests code

# end of changes



( run in 0.709 second using v1.01-cache-2.11-cpan-140bd7fdf52 )