Changeset 100 for trunk/uribl
- Timestamp:
- 09/18/25 18:49:00 (3 days ago)
- Location:
- trunk/uribl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/uribl/Makefile
r98 r100 7 7 8 8 PKGNAME=uridb 9 VERSION=0.2. 19 VERSION=0.2.2 10 10 11 11 # bloody stupid Debian config puts OS-provided packaged sitelib under -
trunk/uribl/URIdb.pm
r99 r100 150 150 my $comment = shift || ''; 151 151 152 $uri =~ s/^\s+//; 153 $uri =~ s/\s+$//; 154 152 155 my $sth; 153 156 my $rows = 0;
Note:
See TracChangeset
for help on using the changeset viewer.