Changeset 100 for trunk/uribl


Ignore:
Timestamp:
09/18/25 18:49:00 (3 days ago)
Author:
Kris Deugau
Message:

/trunk

File off a rough edge that should have been gone; trim spaces from
reported URIs

Location:
trunk/uribl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/uribl/Makefile

    r98 r100  
    77
    88PKGNAME=uridb
    9 VERSION=0.2.1
     9VERSION=0.2.2
    1010
    1111# bloody stupid Debian config puts OS-provided packaged sitelib under
  • trunk/uribl/URIdb.pm

    r99 r100  
    150150  my $comment = shift || '';
    151151
     152  $uri =~ s/^\s+//;
     153  $uri =~ s/\s+$//;
     154
    152155  my $sth;
    153156  my $rows = 0;
Note: See TracChangeset for help on using the changeset viewer.