well i tried it several times - on differnet installations of suselinux. now - on opensuse 13.1 i have issues again to install mozrepl firefox
- once - years ago i managed to get it up and running. but i do not know how... - unfortunatly
FOLLOWED THE STEPS HERE:
http://search.cpan.org/~corion/WWW-Mechanize-Firefox-0.74/lib/WWW/Mechanize/Firefox/Installation.pod
Download mozrepl 1.1.0 available from
https://github.com/bard/mozrepl/zipball/1.1.0
or a later version from
https://github.com/bard/mozrepl/tags
Unpack the zip archive into a directory.
The archive contains one subdirectory with a name of the form bard-mozrepl-abcdefg.
Create a new zip archive with the files in the subdirectory bard-mozrepl-abcdefg. This new archive must have the files at the root entry, not in a subdirectory.
The file layout should look like this:
chrome/
components/
defaults/
chrome.manifest
install.rdf
logo.png
Rename your new zip archive from .zip to .xpi.
Launch Firefox
Install the freshly created .xpi file into Firefox. For example you can drag and drop the file into Firefox.
Start mozrepl in Firefox by going to the menu:
well i did all the steps and finally i got the results
drwxr-xr-x 5 martin users 4096 15. Dez 2011 bard-mozrepl-646208b
martin@linux-70ce:~/perl/mechanize_firefox> cd bard-mozrepl-646208b/
martin@linux-70ce:~/perl/mechanize_firefox/bard-mozrepl-646208b> ls -l
insgesamt 24
drwxr-xr-x 3 martin users 4096 15. Dez 2011 chrome
-rw-r--r-- 1 martin users 722 15. Dez 2011 chrome.manifest
drwxr-xr-x 2 martin users 4096 15. Dez 2011 components
drwxr-xr-x 3 martin users 4096 15. Dez 2011 defaults
-rw-r--r-- 1 martin users 1114 15. Dez 2011 install.rdf
-rw-r--r-- 1 martin users 2166 15. Dez 2011 logo.png
martin@linux-70ce:~/perl/mechanize_firefox/bard-mozrepl-646208b>
I installed it trought firefox
BUT then i tried to thest it:
qestion: which tests can i do - which tests with the terminal to check if i installed it right?
i found this site http://chat.stackoverflow.com/transcript/23922/2013/2/4/23-24
where someone claims that i can do the following test.
add only this line in a file use WWW::Mechanize::Firefox;
cf: Mooing Duck Does a file containing only "use WWW::Mechanize::Firefox;" work? If not, it's not properly set up. I'm still researching how to set up perl plugins for you. see this site http://chat.stackoverflow.com/transcript/23922/2013/2/4/23-24
results:
martin@linux-70ce:~/perl> perl moz.pl
Can't locate WWW/Mechanize/Firefox.pm in @INC (you may need to install
+ the WWW::Mechanize::Firefox module) (@INC contains: /usr/lib/perl5/s
+ite_perl/5.18.1/i586-linux-thread-multi /usr/lib/perl5/site_perl/5.18
+.1 /usr/lib/perl5/vendor_perl/5.18.1/i586-linux-thread-multi /usr/lib
+/perl5/vendor_perl/5.18.1 /usr/lib/perl5/5.18.1/i586-linux-thread-mul
+ti /usr/lib/perl5/5.18.1 /usr/lib/perl5/site_perl .) at moz.pl line 2
+.
BEGIN failed--compilation aborted at moz.pl line 2.
martin@linux-70ce:~/perl>
well the installation of mechanize_firefox fails here
what d o you advice!?
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.