'do' won't 'do' if '/'Greetings to All from Au,
Have a NetWare Perl 5.8.4 and wanted to tweak File\Spec\NW.pm to try and
standardise on '/' separators.
If I run a test script (t/uni/lower.t) with an unmodified NW.pm, it
calls t/uni/case.pl, that, in case.pl, (when the path separators are
'\'), the $file is '..\lib\unicore\To\Lower.pl' and the following code
portion works, with $simple getting a returned table:
sub casetest {
my ($base, $spec, $func) = @_;
my $file = File::Spec->catfile(File::Spec->catdir(File::Spec->updir,
"lib", &qu...
MakeMaker and TESTS => 't/*.t t/*/*.t'
I'm maintaining a module (Regexp::Common) which has a large set of
tests. Therefore I decided to not put all the test scripts in t/,
but to make subdirectories in t/.
I added "test => {TESTS => 't/*.t t/*/*.t'}" to the call to WriteMakefile
in Makefile.PL, and all worked well. At least, so I thought. It works
fine on Unix, but it seems to fail under Windows. I got the following
report:
Installing perl extension
Writing Makefile for Regexp::Common
Microsoft (R) Program Maintenance Utility Version 7.00.9466
Copyright (C) Microsoft Cor...
"chdir 't' if -d 't'" is evil?Hi,
I'm working on a release of PathTools, including File::Spec and Cwd.
I've been told (though I never quite grokked it) to put the following
code in the test scripts:
BEGIN {
chdir 't' if -d 't';
if ($ENV{PERL_CORE}) {
@INC = '../lib';
}
}
use Cwd;
However, I've just realized that this messes up @INC, because the
Cwd.pm we need to test is in blib/lib/, which is added to the path by
-Mblib, but it won't be found if we chdir('t').
I would really like to remove that whole block and make Tes...
I don't wan't the " Software Update Message" ever againName: Michael Sergeyev
Product: Firefox
Summary: I don't wan't the " Software Update Message" ever again
Comments:
How do i disable the "Software update message"?
It pops up every time I open an internet page.
Stop sending it to me
Browser Details: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12
From URL: http://hendrix.mozilla.org/
...
Won't send, won't receive, won't do anything but send me rejection messages!I keep getting messages such as these:
Unable to connect to your IMAP server. You may have exceeded the maximum c=
onnections to this server. If so, use the IMAP server settings dialog to re=
duce the number of cached connections.
Sending of the message failed.
The message could not be sent because the connection to Outgoing server (SM=
TP) smtp.google.com was lost in the middle of the transaction. Try again.
I have used Thunderbird for years, and have really liked it. Sometimes one =
of the top of the pages goes up way too high above the top of the screen, s=
o there is no way...
Couldn't create class 'CLSID_CorSymWriter_SxS'. Class not registered
Hi folks I'm working in a asp.net project for a few months with any problem, but suddenly when I try to compile it, VS2003 returns the following error:Couldn't create class 'CLSID_CorSymWriter_SxS' : Class not registered Couldn't write the results file 'C:\Inetpub\wwwroot\Prueba\obj\Debug\Prueba.pdb': Class not registeredI just have to uninstall the .NET Framework 1.1, and also Visual Studio 2k3, and reinstall it, but the problem persists.Could you give me any idea to fix this annoying trouble?. Thanks in advance.
Hi Borjaserrano,...
I don't care if 'The document has moved here', and CAPTCHA doesn't show upName: Charles Green
Email: CharlesWGreenJrataimdotcom
Product: Minefield
Summary: I don't care if 'The document has moved here', and CAPTCHA doesn't show up
Comments:
I've suddenly started to get a lot of screens saying 'The document has
moved here' and so forth.
I do NOT have 'Warn me when web sites try to redirect or reload the
page' checked.
Also, the CAPTCHA "Humanness Check" is not shown on the Hendrix page,
so I had to use Internet Explorer (gak!) to enter this feedback...
Mozilla/5.0 (Windows NT 5.1; rv:2.0b4pre) ...
superreview granted: [Bug 245619] Don't bother converting result of scripts into a string when the caller doesn't care about the value. : [Attachment 150056] Don't convert the result to a string if tBrendan Eich <brendan@mozilla.org> has granted Johnny Stenback
<jst@mozilla.jstenback.com>'s request for superreview:
Bug 245619: Don't bother converting result of scripts into a string when the
caller doesn't care about the value.
http://bugzilla.mozilla.org/show_bug.cgi?id=245619
Attachment 150056: Don't convert the result to a string if the caller doesn't
care about the return value.
http://bugzilla.mozilla.org/attachment.cgi?id=150056&action=edit
------- Additional Comments from Brendan Eich <brendan@mozilla.org>
Duh, thanks. r+sr=me....
Cannot register class: The file 'src' is not a valid here because it doesn't expose a type
I have a class which overrides System.Web.UI.Button so that I can create functionality as described here. My class is called SubmitButton (SubmitButton.cs) with no namespace and resides in the same folder as the page I am trying to load it from: <%@ Register src="~/Controls/SubmitButton.ascx" TagPrefix="cc3" TagName="SubmitButton" %> When I try to compile I get the following error: Error 1 The file 'src' is not a valid here because it doesn't expose a type. I have googled this error and tried everything that I came a...
Messages don't always get sent if computer's date isn't rightI've found that if my computer's date is off by more than some unknown
amount, when I send a message it doesn't always really get sent. Yet I
don't get an error indication, and the message appears in my Sent folder
right along with the rest of my sent messages.
Anyone know how much my computer's date can differ from true time before
this problem appears?
Some of my messages to newsgroups had their dates off by two years, but
still got posted.
A few minutes ago, I sent two eamils to myself, one with my computer set
to September 28, 2009 (one month error)...
[PATCH perl@17014] t/op/arith.t -- don't test infinity if it doesn't existFor VMS, all VAX builds and any configurations on Alpha that have not taken
the default IEEE floating point format will not have its infinity/NaN
features. The patch below make arith.t aware of that. Similar problems
exist in pack.t but I have not yet addressed those.
--- t/op/arith.t;-0 Sat Jun 1 12:03:16 2002
+++ t/op/arith.t Wed Jun 5 17:05:27 2002
@@ -5,6 +5,8 @@
@INC = '../lib';
}
+use Config;
+
print "1..134\n";
sub try ($$) {
@@ -277,7 +279,11 @@
if ($^O eq 'vos') {
print "not ok 134 # TODO VOS raises...
Keyboard shortcut 'ctrl+T' doesn't always workName: Georgi Liubenov
Email: liubenoffatmaildotbg
Product: Firefox
Summary: Keyboard shortcut 'ctrl+T' doesn't always work
Comments:
When pdf document is opened in a tab 'ctrl+T' shortcut doesn't work. I
have to go to File -> New Tab to open a tab.
Browser Details: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3
From URL: http://hendrix.mozilla.org/
Note to readers: Hendrix gives no expectation of a response to this feedback
but if you wish to provide one you must BCC (not CC) the sender for them to
...
''''''''''''''''''''Name: haznen
Email: haznenatyahoodotcom
Product: Gran Paradiso Alpha 8
Summary: ''''''''''''''''''''
Comments:
''''''''''''''''''''''''''''''''''''
Browser Details: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20061204 UGES/1.7.2.0 GranParadiso/3.0a1
From URL: http://www.mozilla.org/projects/granparadiso/
Note to readers: Hendrix gives...
superreview requested: [Bug 335154] Get SeaMonkey's themes registering and switching with Theme Manager : [Attachment 220313] installed-chrome.txt isn't needed by suiterunner.Mark Banner <bugzilla@standard8.demon.co.uk> has asked neil@parkwaycc.co.uk
<neil@httl.net> for superreview:
Bug 335154: Get SeaMonkey's themes registering and switching with Theme Manager
https://bugzilla.mozilla.org/show_bug.cgi?id=335154
Attachment 220313: installed-chrome.txt isn't needed by suiterunner.
https://bugzilla.mozilla.org/attachment.cgi?id=220313&action=edit
------- Additional Comments from Mark Banner <bugzilla@standard8.demon.co.uk>
Follow-up patch, installed-chrome.txt shouldn't be needed by suiterunner. I've
been using this p...
superreview cancelled: [Bug 335154] Get SeaMonkey's themes registering and switching with Theme Manager : [Attachment 220313] installed-chrome.txt isn't needed by suiterunner.Mark Banner <bugzilla@standard8.demon.co.uk> has cancelled Mark Banner
<bugzilla@standard8.demon.co.uk>'s request for superreview:
Bug 335154: Get SeaMonkey's themes registering and switching with Theme Manager
https://bugzilla.mozilla.org/show_bug.cgi?id=335154
Attachment 220313: installed-chrome.txt isn't needed by suiterunner.
https://bugzilla.mozilla.org/attachment.cgi?id=220313&action=edit
------- Additional Comments from Mark Banner <bugzilla@standard8.demon.co.uk>
KaiRo convinced me that we should just get rid of this after the switch to save...