]> bicyclesonthemoon.info Git - botm/common-perl/commitdiff
No newline writing in postgata file v1.0.15
authorb <rowerynaksiezycu@gmail.com>
Sat, 8 Jul 2023 14:41:03 +0000 (14:41 +0000)
committerb <rowerynaksiezycu@gmail.com>
Sat, 8 Jul 2023 14:41:03 +0000 (14:41 +0000)
botm_common.pm

index cda92b6d59802ade880e03aebf44bd87774329c1..a93b118e2e88a8dfdde753718a8d8be0eaa1a418 100644 (file)
@@ -25,7 +25,7 @@ use Encode ('encode', 'decode');
 
 use Exporter;
 
-our $VERSION     = '1.0.14';
+our $VERSION     = '1.0.15';
 our @ISA         = qw(Exporter);
 our @EXPORT      = ();
 our @EXPORT_OK   = (
@@ -341,7 +341,7 @@ sub write_postdata_file {
        
        my $data_encoded = url_query_encode($data, $encoding_data);
        
-       print $fh $data_encoded."\n";
+       print $fh $data_encoded;
        
        # If argument was a path the file must be closed. 
        unless (ref($file)) {