richard pushed to branch main at The Tor Project / Applications / RBM
Commits:
-
067c30ee
by Nicolas Vigier at 2024-01-30T12:50:32+01:00
1 changed file:
Changes:
1 | 1 | #!/usr/bin/perl -w
|
2 | 2 | |
3 | 3 | use strict;
|
4 | +use open OUT => ':locale';
|
|
4 | 5 | use File::Basename;
|
5 | 6 | use lib dirname($0) . '/lib';
|
6 | 7 | use RBM;
|